Searched refs:getCommandState (Results 1 – 4 of 4) sorted by relevance
1424 Mockito.when(mMockClusterClient.getCommandState(any(), any()))1437 Mockito.verify(mMockClusterClient, Mockito.times(1)).getCommandState(any(), any());1453 Mockito.when(mMockClusterClient.getCommandState(any(), any()))1476 Mockito.verify(mMockClusterClient, Mockito.times(4)).getCommandState(any(), any());
102 ClusterCommand.State state = getCommandState(requestId, commandId); in getCommandStatus()114 public ClusterCommand.State getCommandState(String requestId, String commandId); in getCommandState() method
216 public ClusterCommand.State getCommandState(String requestId, String commandId) { in getCommandState() method in ClusterClient
387 .getCommandState( in run()