| Package | Description |
|---|---|
| com.aerospike.client | |
| com.aerospike.client.policy |
| Modifier and Type | Field and Description |
|---|---|
TxnRollPolicy |
AerospikeClient.txnRollPolicyDefault
Default multi-record transaction (MRT) policy when rolling the transaction records forward (commit)
or back (abort) in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
TxnRollPolicy |
AerospikeClient.copyTxnRollPolicyDefault()
Copy MRT roll forward/back policy default.
|
TxnRollPolicy |
IAerospikeClient.copyTxnRollPolicyDefault()
Copy MRT roll forward/back policy default.
|
TxnRollPolicy |
AerospikeClient.getTxnRollPolicyDefault()
Return MRT roll forward/back policy default.
|
TxnRollPolicy |
IAerospikeClient.getTxnRollPolicyDefault()
Return MRT roll forward/back policy default.
|
| Modifier and Type | Field and Description |
|---|---|
TxnRollPolicy |
ClientPolicy.txnRollPolicyDefault
Default multi-record transaction (MRT) policy when rolling the transaction records forward (commit)
or back (abort) in a batch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ClientPolicy.setTxnRollPolicyDefault(TxnRollPolicy txnRollPolicyDefault) |
| Constructor and Description |
|---|
TxnRollPolicy(TxnRollPolicy other)
Copy policy from another policy.
|
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.