Uses of Class
org.apache.curator.framework.imps.CuratorFrameworkState
-
Packages that use CuratorFrameworkState Package Description org.apache.curator.framework org.apache.curator.framework.imps -
-
Uses of CuratorFrameworkState in org.apache.curator.framework
Methods in org.apache.curator.framework that return CuratorFrameworkState Modifier and Type Method Description CuratorFrameworkStateCuratorFramework. getState()Returns the state of this instance -
Uses of CuratorFrameworkState in org.apache.curator.framework.imps
Methods in org.apache.curator.framework.imps that return CuratorFrameworkState Modifier and Type Method Description CuratorFrameworkStateCuratorFrameworkImpl. getState()static CuratorFrameworkStateCuratorFrameworkState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CuratorFrameworkState[]CuratorFrameworkState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-