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