| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.exp | |
| com.aerospike.client.policy |
| Modifier and Type | Method and Description |
|---|---|
void |
AerospikeClient.setXDRFilter(InfoPolicy policy,
String datacenter,
String namespace,
Expression filter)
Set XDR filter for given datacenter name and namespace.
|
void |
IAerospikeClient.setXDRFilter(InfoPolicy policy,
String datacenter,
String namespace,
Expression filter)
Set XDR filter for given datacenter name and namespace.
|
| Modifier and Type | Method and Description |
|---|---|
static Expression |
Exp.build(Exp exp)
Create final expression that contains packed byte instructions used in the wire protocol.
|
static Expression |
Expression.fromBytes(byte[] bytes)
Return a new deserialized
Expression. |
| Modifier and Type | Method and Description |
|---|---|
static Exp |
Exp.expr(Expression e)
Merge precompiled expression into a new expression tree.
|
static Operation |
ExpOperation.read(String name,
Expression exp,
int flags)
Create operation that performs a read expression.
|
static Operation |
ExpOperation.write(String binName,
Expression exp,
int flags)
Create operation that performs an expression that writes to a record bin.
|
| Modifier and Type | Field and Description |
|---|---|
Expression |
Policy.filterExp
Optional expression filter.
|
Copyright © 2012–2023 Aerospike, Inc. All rights reserved.