Package | Description |
---|---|
oracle.okv.service |
This package contains the OKVService class through which all the high level
Java SDK APIs are exposed.
|
Modifier and Type | Method and Description |
---|---|
OKVServerState |
OKVClientServerInfo.getState()
Get server state.
|
static OKVServerState |
OKVServerState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OKVServerState[] |
OKVServerState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
OKVClientConfig.parseServerList(java.lang.String serverList,
java.util.List<OKVClientServerInfo> servers,
OKVServerState state)
Given list of servers in a string, parse and form list of
OKVClientServerInfo.
|
void |
OKVClientServerInfo.setState(OKVServerState state)
Set server state.
|
Constructor and Description |
---|
OKVClientServerInfo(java.lang.String hostName,
int port,
java.lang.String serverDn,
OKVServerState state) |