All Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
protected AerospikeOperations |
buildAerospikeOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikePolicyProvider aerospikePolicyProvider) |
protected LockOperations |
buildLockOperations(AerospikeOperations aerospikeOperations) |
protected MutateOperations |
buildMutateOperations(AerospikeOperations aerospikeOperations) |
protected AerospikePolicyProvider |
buildPolicyProvider(org.janusgraph.diskstorage.configuration.Configuration configuration) |
protected ReadOperations |
buildReadOperations(AerospikeOperations aerospikeOperations) |
protected ScanOperations |
buildScanOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikeOperations aerospikeOperations) |
protected TransactionalOperations |
buildTransactionalOperations(Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
protected TransactionalOperations |
buildWalCompleterTransactionalOperations(Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
protected WalOperations |
buildWalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikeOperations aerospikeOperations) |
protected WriteAheadLogCompleter |
buildWriteAheadLogCompleter(WalOperations walOperations,
Supplier<WriteAheadLogManager> writeAheadLogManager,
Supplier<LockOperations> lockOperations,
Supplier<MutateOperations> mutateOperations) |
protected WriteAheadLogManager |
buildWriteAheadLogManager(WalOperations walOperations,
Clock clock) |
void |
close() |
AerospikeOperations |
getAerospikeOperations() |
protected Clock |
getClock() |
ReadOperations |
getReadOperations() |
ScanOperations |
getScanOperations() |
TransactionalOperations |
getTransactionalOperations() |
WriteAheadLogCompleter |
getWriteAheadLogCompleter() |