Package | Description |
---|---|
com.aerospike.client |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2012–2015 Aerospike, Inc. All rights reserved.