Package | Description |
---|---|
com.sequoiadb.base |
SequoiaDB Basic API
|
Modifier and Type | Method and Description |
---|---|
static Node.NodeStatus |
Node.NodeStatus.getByKey(int key) |
Node.NodeStatus |
Node.getStatus()
Deprecated.
The status of node are invalid, never use this api again.
|
static Node.NodeStatus |
Node.NodeStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Node.NodeStatus[] |
Node.NodeStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
ReplicaGroup.getNodeNum(Node.NodeStatus status)
Deprecated.
The status of node are invalid, never use this api again.
|
Copyright © 2023. All rights reserved.