public class Utils extends Object
| Constructor and Description |
|---|
Utils() |
| 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 © 2012–2020 Aerospike, Inc. All rights reserved.