Uses of Class
org.apache.curator.framework.imps.CuratorFrameworkState

Packages that use CuratorFrameworkState
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
 CuratorFrameworkState CuratorFramework.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
 CuratorFrameworkState CuratorFrameworkImpl.getState()
           
static CuratorFrameworkState CuratorFrameworkState.valueOf(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.
 



Copyright © 2011–2014 The Apache Software Foundation. All rights reserved.