| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.async | |
| 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.copyInfoPolicyDefault()
Copy info command policy default.
|
InfoPolicy |
IAerospikeClient.copyInfoPolicyDefault()
Copy info command policy default.
|
InfoPolicy |
AerospikeClient.getInfoPolicyDefault()
Return info command policy default.
|
InfoPolicy |
IAerospikeClient.getInfoPolicyDefault()
Return info command policy default.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AerospikeClient.info(EventLoop eventLoop,
InfoListener listener,
InfoPolicy policy,
Node node,
String... commands)
Asynchronously make info commands.
|
void |
IAerospikeClient.info(EventLoop eventLoop,
InfoListener listener,
InfoPolicy policy,
Node node,
String... commands)
Asynchronously make info commands.
|
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.setXDRFilter(InfoPolicy policy,
String datacenter,
String namespace,
Expression filter)
Set XDR filter for given datacenter name and namespace.
|
void |
IAerospikeClient.setXDRFilter(InfoPolicy policy,
String datacenter,
String namespace,
Expression filter)
Set XDR filter for given datacenter name and namespace.
|
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 | Method and Description |
|---|---|
void |
AsyncIndexTask.queryStatus(EventLoop eventLoop,
InfoPolicy policy,
Node node,
TaskStatusListener listener)
Asynchronously query node for task completion status.
|
| Modifier and Type | Field and Description |
|---|---|
InfoPolicy |
ClientPolicy.infoPolicyDefault
Default info policy that is used when info command's policy is null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPolicy.setInfoPolicyDefault(InfoPolicy infoPolicyDefault) |
| Constructor and Description |
|---|
InfoPolicy(InfoPolicy other)
Copy timeout from other InfoPolicy.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.