Package | Description |
---|---|
leader | |
org.apache.curator.framework.recipes.queue | |
org.apache.curator.framework.state |
Modifier and Type | Method and Description |
---|---|
void |
ExampleClient.stateChanged(CuratorFramework client,
ConnectionState newState) |
Modifier and Type | Method and Description |
---|---|
void |
BlockingQueueConsumer.stateChanged(CuratorFramework client,
ConnectionState newState) |
Modifier and Type | Method and Description |
---|---|
static ConnectionState |
ConnectionState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionState[] |
ConnectionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionStateManager.addStateChange(ConnectionState newState)
Post a state change.
|
void |
ConnectionStateListener.stateChanged(CuratorFramework client,
ConnectionState newState)
Called when there is a state change in the connection
|
Copyright © 2011–2013 The Apache Software Foundation. All rights reserved.