public class Utils extends Object
| Modifier and Type | Method and Description |
|---|---|
static String[] |
infoAll(com.aerospike.client.AerospikeClient client,
String infoString)
Issues an "Info" request to all nodes in the cluster.
|
static long |
sizeofSet(com.aerospike.client.AerospikeClient client,
String namespace,
String set)
Computes the number of records in a specific namespace.set
|
Copyright © 2011–2018 Aerospike Inc.. All rights reserved.