| Package | Description |
|---|---|
| com.playtika.janusgraph.aerospike.operations | |
| com.playtika.janusgraph.aerospike.transaction |
| Modifier and Type | Method and Description |
|---|---|
protected WriteAheadLogManager |
BasicOperations.buildWriteAheadLogManager(WalOperations walOperations,
Clock clock) |
| Modifier and Type | Method and Description |
|---|---|
protected TransactionalOperations |
BasicOperations.buildTransactionalOperations(Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
protected TransactionalOperations |
BasicOperations.buildWalCompleterTransactionalOperations(Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
protected WriteAheadLogCompleter |
BasicOperations.buildWriteAheadLogCompleter(WalOperations walOperations,
Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
| Modifier and Type | Class and Description |
|---|---|
class |
WriteAheadLogManagerBasic
Used to write transactions into WAL storage
so failed transaction can be completed eventually by
WriteAheadLogCompleter |
| Modifier and Type | Method and Description |
|---|---|
WriteAheadLogManager |
TransactionalOperations.getWriteAheadLogManager() |
| Constructor and Description |
|---|
TransactionalOperations(WriteAheadLogManager writeAheadLogManager,
LockOperations lockOperations,
MutateOperations mutateOperations) |
Copyright © 2019. All rights reserved.