Package | Description |
---|---|
com.basho.riak.client.core |
Modifier and Type | Method and Description |
---|---|
RiakNode.State |
RiakNode.getNodeState()
Returns the current state of this node.
|
static RiakNode.State |
RiakNode.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RiakNode.State[] |
RiakNode.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
RiakCluster.nodeStateChanged(RiakNode node,
RiakNode.State state) |
void |
NodeStateListener.nodeStateChanged(RiakNode node,
RiakNode.State state) |
void |
DefaultNodeManager.nodeStateChanged(RiakNode node,
RiakNode.State state) |
Copyright © 2016. All rights reserved.