Package | Description |
---|---|
com.aerospike.client.cdt |
Modifier and Type | Field and Description |
---|---|
static MapPolicy |
MapPolicy.Default
Default unordered unique key map with normal put semantics.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
MapOperation.decrement(MapPolicy policy,
String binName,
Value key,
Value decr)
Create map decrement operation.
|
static Operation |
MapOperation.increment(MapPolicy policy,
String binName,
Value key,
Value incr)
Create map increment operation.
|
static Operation |
MapOperation.put(MapPolicy policy,
String binName,
Value key,
Value value)
Create map put operation.
|
static Operation |
MapOperation.putItems(MapPolicy policy,
String binName,
Map<Value,Value> map)
Create map put items operation
Server writes each map item to map bin and returns map size.
|
static Operation |
MapOperation.setMapPolicy(MapPolicy policy,
String binName)
Create set map policy operation.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.