Package | Description |
---|---|
com.aerospike.client.cdt |
Modifier and Type | Field and Description |
---|---|
static ListPolicy |
ListPolicy.Default
Default unordered list with normal write semantics.
|
Modifier and Type | Method and Description |
---|---|
static Operation |
ListOperation.append(ListPolicy policy,
String binName,
Value value)
Create list append operation with policy.
|
static Operation |
ListOperation.appendItems(ListPolicy policy,
String binName,
List<Value> list)
Create list append items operation with policy.
|
static Operation |
ListOperation.increment(ListPolicy policy,
String binName,
int index)
Create list increment operation with policy.
|
static Operation |
ListOperation.increment(ListPolicy policy,
String binName,
int index,
Value value)
Create list increment operation.
|
static Operation |
ListOperation.insert(ListPolicy policy,
String binName,
int index,
Value value)
Create list insert operation with policy.
|
static Operation |
ListOperation.insertItems(ListPolicy policy,
String binName,
int index,
List<Value> list)
Create list insert items operation with policy.
|
static Operation |
ListOperation.set(ListPolicy policy,
String binName,
int index,
Value value)
Create list set operation with policy.
|
Copyright ? 2012–2018 Aerospike, Inc. All rights reserved.