|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Bin | |
---|---|
com.aerospike.client | |
com.aerospike.client.async |
Uses of Bin in com.aerospike.client |
---|
Methods in com.aerospike.client that return Bin | |
---|---|
static Bin |
Bin.asBlob(java.lang.String name,
java.lang.Object value)
Create bin with a blob value. |
static Bin |
Bin.asList(java.lang.String name,
java.util.List<?> value)
Create bin with a list value. |
static Bin |
Bin.asMap(java.lang.String name,
java.util.Map<?,?> value)
Create bin with a map value. |
static Bin |
Bin.asNull(java.lang.String name)
Create bin with a null value. |
Methods in com.aerospike.client with parameters of type Bin | |
---|---|
static Operation |
Operation.add(Bin bin)
Create integer add database operation. |
void |
AerospikeClient.add(WritePolicy policy,
Key key,
Bin... bins)
Add integer bin values to existing record bin values. |
static Operation |
Operation.append(Bin bin)
Create string append database operation. |
void |
AerospikeClient.append(WritePolicy policy,
Key key,
Bin... bins)
Append bin string values to existing record bin values. |
static Operation |
Operation.prepend(Bin bin)
Create string prepend database operation. |
void |
AerospikeClient.prepend(WritePolicy policy,
Key key,
Bin... bins)
Prepend bin string values to existing record bin values. |
static Operation |
Operation.put(Bin bin)
Create set database operation. |
void |
AerospikeClient.put(WritePolicy policy,
Key key,
Bin... bins)
Write record bin(s). |
Uses of Bin in com.aerospike.client.async |
---|
Methods in com.aerospike.client.async with parameters of type Bin | |
---|---|
void |
AsyncClient.add(WritePolicy policy,
WriteListener listener,
Key key,
Bin... bins)
Asynchronously add integer bin values to existing record bin values. |
void |
AsyncClient.append(WritePolicy policy,
WriteListener listener,
Key key,
Bin... bins)
Asynchronously append bin string values to existing record bin values. |
void |
AsyncClient.prepend(WritePolicy policy,
WriteListener listener,
Key key,
Bin... bins)
Asynchronously prepend bin string values to existing record bin values. |
void |
AsyncClient.put(WritePolicy policy,
WriteListener listener,
Key key,
Bin... bins)
Asynchronously write record bin(s). |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |