Package | Description |
---|---|
com.aerospike.client | |
com.aerospike.client.cdt |
Modifier and Type | Method and Description |
---|---|
static Value |
Value.get(List<? extends Map.Entry<?,?>> value,
MapOrder mapOrder)
Get sorted map or null value instance.
|
Constructor and Description |
---|
Bin(String name,
List<? extends Map.Entry<?,?>> value,
MapOrder mapOrder)
Create a map bin from a list of key/value entries.
|
SortedMapValue(List<? extends Map.Entry<?,?>> list,
MapOrder order) |
Modifier and Type | Method and Description |
---|---|
static MapOrder |
MapOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MapOrder[] |
MapOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
MapPolicy(MapOrder order,
int flags)
Create unique key map with specified order when map does not exist.
|
MapPolicy(MapOrder order,
MapWriteMode writeMode)
Create unique key map with specified order when map does not exist.
|
Copyright © 2012–2020 Aerospike, Inc. All rights reserved.