Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.cluster |
Modifier and Type | Method and Description |
---|---|
Node |
AerospikeException.getNode()
Get last node used.
|
Node |
AerospikeClient.getNode(String nodeName)
Return node given its name.
|
Node |
IAerospikeClient.getNode(String nodeName)
Return node given its name.
|
Node[] |
AerospikeClient.getNodes()
Return array of active server nodes in the cluster.
|
Node[] |
IAerospikeClient.getNodes()
Return array of active server nodes in the cluster.
|
Modifier and Type | Method and Description |
---|---|
ResultSet |
AerospikeClient.queryAggregateNode(QueryPolicy policy,
Statement statement,
Node node)
Execute query on a single server node, apply statement's aggregation function, and return
result iterator.
|
ResultSet |
IAerospikeClient.queryAggregateNode(QueryPolicy policy,
Statement statement,
Node node)
Execute query on a single server node, apply statement's aggregation function, and return
result iterator.
|
RecordSet |
AerospikeClient.queryNode(QueryPolicy policy,
Statement statement,
Node node)
Execute query on a single server node and return record iterator.
|
RecordSet |
IAerospikeClient.queryNode(QueryPolicy policy,
Statement statement,
Node node)
Execute query on a single server node and return record iterator.
|
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.
|
static String |
Info.request(Node node,
String name)
Get one info value by name from the specified database server node.
|
void |
AerospikeClient.scanNode(ScanPolicy policy,
Node node,
String namespace,
String setName,
ScanCallback callback,
String... binNames)
Read all records in specified namespace and set for one node only.
|
void |
IAerospikeClient.scanNode(ScanPolicy policy,
Node node,
String namespace,
String setName,
ScanCallback callback,
String... binNames)
Read all records in specified namespace and set for one node only.
|
void |
AerospikeException.setNode(Node node)
Set last node used.
|
Modifier and Type | Field and Description |
---|---|
Node |
NodeStats.node
Node for which statistics are generated.
|
Constructor and Description |
---|
NodeStats(Node node)
Node statistics constructor.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.