| Package | Description |
|---|---|
| com.playtika.janusgraph.aerospike.operations | |
| com.playtika.janusgraph.aerospike.transaction |
| Modifier and Type | Method and Description |
|---|---|
protected AerospikeOperations |
BasicOperations.buildAerospikeOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikePolicyProvider aerospikePolicyProvider) |
AerospikeOperations |
BasicOperations.getAerospikeOperations() |
AerospikeOperations |
Operations.getAerospikeOperations() |
| Modifier and Type | Method and Description |
|---|---|
protected LockOperations |
BasicOperations.buildLockOperations(AerospikeOperations aerospikeOperations) |
protected MutateOperations |
BasicOperations.buildMutateOperations(AerospikeOperations aerospikeOperations) |
protected ReadOperations |
BasicOperations.buildReadOperations(AerospikeOperations aerospikeOperations) |
protected ScanOperations |
BasicOperations.buildScanOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikeOperations aerospikeOperations) |
protected WalOperations |
BasicOperations.buildWalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikeOperations aerospikeOperations) |
| Constructor and Description |
|---|
BasicLockOperations(AerospikeOperations aerospikeOperations) |
BasicMutateOperations(AerospikeOperations aerospikeOperations) |
BasicScanOperations(AerospikeOperations aerospikeOperations,
ExecutorService scanExecutor) |
ReadOperations(AerospikeOperations aerospikeOperations) |
| Modifier and Type | Method and Description |
|---|---|
AerospikeOperations |
WalOperations.getAerospikeOperations() |
| Constructor and Description |
|---|
WalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration,
AerospikeOperations aerospikeOperations) |
Copyright © 2019. All rights reserved.