@Introspected
public class MicroStreamHealth
extends java.lang.Object
Constructor and Description |
---|
MicroStreamHealth(boolean startingUp,
boolean running,
boolean active,
boolean acceptingTasks,
boolean shuttingDown,
boolean shutdown) |
Modifier and Type | Method and Description |
---|---|
boolean |
isAcceptingTasks() |
boolean |
isActive() |
boolean |
isRunning() |
boolean |
isShutdown() |
boolean |
isShuttingDown() |
boolean |
isStartingUp() |
public MicroStreamHealth(boolean startingUp, boolean running, boolean active, boolean acceptingTasks, boolean shuttingDown, boolean shutdown)
startingUp
- Whether the MicroStream instance is starting up.running
- Whether the MicroStream instance is runningactive
- Whether the MicroStream instance is activeacceptingTasks
- Whether the MicroStream instance accepts tasksshuttingDown
- Whether the MicroStream instance is shutting downshutdown
- Whether the MicroStream instance is offpublic boolean isStartingUp()
public boolean isRunning()
public boolean isActive()
public boolean isAcceptingTasks()
public boolean isShuttingDown()
public boolean isShutdown()