public interface WriteAheadLogManager
| Modifier and Type | Interface and Description |
|---|---|
static class |
WriteAheadLogManager.WalTransaction |
| Modifier and Type | Method and Description |
|---|---|
void |
deleteTransaction(com.aerospike.client.Value transactionId) |
List<WriteAheadLogManager.WalTransaction> |
getStaleTransactions() |
com.aerospike.client.Value |
writeTransaction(Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> locks,
Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> mutations) |
com.aerospike.client.Value writeTransaction(Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> locks, Map<String,Map<com.aerospike.client.Value,Map<com.aerospike.client.Value,com.aerospike.client.Value>>> mutations)
void deleteTransaction(com.aerospike.client.Value transactionId)
List<WriteAheadLogManager.WalTransaction> getStaleTransactions()
Copyright © 2019. All rights reserved.