Searched refs:getHostState (Results 1 – 3 of 3) sorted by relevance
97 public CommandScheduler.HostState getHostState() { in getHostState() method in ClusterHostEvent228 json.put("state", this.getHostState().toString()); in toJSON()
1629 assertEquals(CommandScheduler.HostState.RUNNING, hostEvent.getHostState());
251 public HostState getHostState() { in getHostState() method in CommandScheduler