Package | Description |
---|---|
com.aerospike.client.cdt |
Modifier and Type | Method and Description |
---|---|
static ListOrder |
ListOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ListOrder[] |
ListOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
ListOperation.setOrder(String binName,
ListOrder order)
Create set list order operation.
|
Constructor and Description |
---|
ListPolicy(ListOrder order,
int flags)
Create list with specified order when list does not exist.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.