public class Utils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static com.aerospike.client.async.EventLoops |
getEventLoops() |
static java.lang.String[] |
infoAll(com.aerospike.client.AerospikeClient client,
java.lang.String infoString)
Issues an "Info" request to all nodes in the cluster.
|
static long |
sizeofSet(com.aerospike.client.AerospikeClient client,
java.lang.String namespace,
java.lang.String set)
Computes the number of records in a specific namespace.set
|
public static java.lang.String[] infoAll(com.aerospike.client.AerospikeClient client,
java.lang.String infoString)
client - infoString - public static long sizeofSet(com.aerospike.client.AerospikeClient client,
java.lang.String namespace,
java.lang.String set)
client - namespace - set - public static com.aerospike.client.async.EventLoops getEventLoops()