Searched refs:getClusterClient (Results 1 – 6 of 6) sorted by relevance
210 getClusterClient().getCommandEventUploader().postEvent(event); in invocationInitiated()211 getClusterClient().getCommandEventUploader().flush(); in invocationInitiated()237 getClusterClient().getCommandEventUploader().postEvent(event); in invocationStarted()238 getClusterClient().getCommandEventUploader().flush(); in invocationStarted()276 getClusterClient().getCommandEventUploader().postEvent(event); in invocationEnded()277 getClusterClient().getCommandEventUploader().flush(); in invocationEnded()343 getClusterClient().getCommandEventUploader().postEvent(event); in invocationComplete()344 getClusterClient().getCommandEventUploader().flush(); in invocationComplete()386 getClusterClient() in run()396 getClusterClient().getClass().getSimpleName(), in run()[all …]
359 final IClusterClient client = getClusterClient(); in invocationEnded()381 IClusterClient getClusterClient() { in getClusterClient() method in ClusterLogSaver
230 public static IClusterClient getClusterClient() { in getClusterClient() method in ClusterHostUtil
89 mEventUploader = ClusterHostUtil.getClusterClient().getHostEventUploader(); in getEventUploader()
185 IClusterClient getClusterClient() { in setUp()846 IClusterClient getClusterClient() {885 IClusterClient getClusterClient() {
74 Mockito.doReturn(mMockClusterClient).when(mClusterLogSaver).getClusterClient(); in setUp()