Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.policy |
Modifier and Type | Field and Description |
---|---|
InfoPolicy |
AerospikeClient.infoPolicyDefault
Default info policy that is used when info command policy is null.
|
Modifier and Type | Method and Description |
---|---|
InfoPolicy |
AerospikeClient.getInfoPolicyDefault() |
InfoPolicy |
IAerospikeClient.getInfoPolicyDefault() |
Modifier and Type | Method and Description |
---|---|
void |
AerospikeClient.removeUdf(InfoPolicy policy,
String serverPath)
Remove user defined function from server nodes.
|
void |
IAerospikeClient.removeUdf(InfoPolicy policy,
String serverPath)
Remove user defined function from server nodes.
|
static Map<String,String> |
Info.request(InfoPolicy policy,
Node node)
Get default info values from the specified database server node.
|
static Map<String,String> |
Info.request(InfoPolicy policy,
Node node,
String... names)
Get many info values by name from the specified database server node.
|
static String |
Info.request(InfoPolicy policy,
Node node,
String name)
Get one info value by name from the specified database server node.
|
void |
AerospikeClient.truncate(InfoPolicy policy,
String ns,
String set,
Calendar beforeLastUpdate)
Remove records in specified namespace/set efficiently.
|
void |
IAerospikeClient.truncate(InfoPolicy policy,
String ns,
String set,
Calendar beforeLastUpdate)
Remove records in specified namespace/set efficiently.
|
Modifier and Type | Field and Description |
---|---|
InfoPolicy |
ClientPolicy.infoPolicyDefault
Default info policy that is used when info command's policy is null.
|
Constructor and Description |
---|
InfoPolicy(InfoPolicy other)
Copy timeout from other InfoPolicy.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.