Searched refs:IClusterClient (Results 1 – 7 of 7) sorted by relevance
119 private IClusterClient mClusterClient = null;359 final IClusterClient client = getClusterClient(); in invocationEnded()381 IClusterClient getClusterClient() { in getClusterClient()384 (IClusterClient) in getClusterClient()386 .getConfigurationObject(IClusterClient.TYPE_NAME); in getClusterClient()
230 public static IClusterClient getClusterClient() { in getClusterClient()231 IClusterClient ClusterClient = in getClusterClient()232 (IClusterClient) in getClusterClient()234 .getConfigurationObject(IClusterClient.TYPE_NAME); in getClusterClient()
83 private IClusterClient mClusterClient;658 final IClusterClient client = getClusterClient(); in execManagedClusterCommand()720 IClusterClient getClusterClient() { in getClusterClient()
27 public interface IClusterClient { interface
44 public class ClusterClient implements IClusterClient {
126 private IClusterClient mMockClusterClient;185 IClusterClient getClusterClient() { in setUp()846 IClusterClient getClusterClient() {885 IClusterClient getClusterClient() {1423 mMockClusterClient = Mockito.mock(IClusterClient.class, RETURNS_DEEP_STUBS);1452 mMockClusterClient = Mockito.mock(IClusterClient.class, RETURNS_DEEP_STUBS);
63 private IClusterClient mMockClusterClient;71 mMockClusterClient = Mockito.mock(IClusterClient.class); in setUp()