Uses of Class
org.terracotta.angela.common.TerracottaServerState
-
Packages that use TerracottaServerState Package Description org.terracotta.angela.common -
-
Uses of TerracottaServerState in org.terracotta.angela.common
Methods in org.terracotta.angela.common that return TerracottaServerState Modifier and Type Method Description TerracottaServerStateTerracottaServerHandle. getState()TerracottaServerStateTerracottaServerInstance. getTerracottaServerState()static TerracottaServerStateTerracottaServerState. valueOf(String name)Returns the enum constant of this type with the specified name.static TerracottaServerState[]TerracottaServerState. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.terracotta.angela.common with type arguments of type TerracottaServerState Modifier and Type Method Description voidTerracottaServerInstance. waitForState(Set<TerracottaServerState> terracottaServerStates)
-