Uses of Class
org.apache.activemq.partition.ZKClient.State
-
Packages that use ZKClient.State Package Description org.apache.activemq.partition -
-
Uses of ZKClient.State in org.apache.activemq.partition
Fields in org.apache.activemq.partition declared as ZKClient.State Modifier and Type Field Description protected ZKClient.State
ZKClient. _state
Methods in org.apache.activemq.partition that return ZKClient.State Modifier and Type Method Description static ZKClient.State
ZKClient.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static ZKClient.State[]
ZKClient.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.activemq.partition with parameters of type ZKClient.State Modifier and Type Method Description protected void
ZKClient. changeState(ZKClient.State newState)
void
ZKClient. waitForState(ZKClient.State state, org.linkedin.util.clock.Timespan timeout)
-