Uses of Class
com.playtika.janusgraph.aerospike.operations.AerospikeOperations
Packages that use AerospikeOperations
Package
Description
-
Uses of AerospikeOperations in com.playtika.janusgraph.aerospike
Constructors in com.playtika.janusgraph.aerospike with parameters of type AerospikeOperationsModifierConstructorDescriptionprotectedAerospikeKeyColumnValueStore(String storeName, ReadOperations readOperations, AerospikeOperations aerospikeOperations, nosql.batch.update.BatchUpdater<BatchLocks, BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> batchUpdater, MutateOperations mutateOperations, ScanOperations scanOperations, IdsCleanupOperations idsCleanupOperations) -
Uses of AerospikeOperations in com.playtika.janusgraph.aerospike.operations
Methods in com.playtika.janusgraph.aerospike.operations that return AerospikeOperationsModifier and TypeMethodDescriptionprotected AerospikeOperationsBasicOperations.buildAerospikeOperations(org.janusgraph.diskstorage.configuration.Configuration configuration) BasicOperations.getAerospikeOperations()Operations.getAerospikeOperations()Methods in com.playtika.janusgraph.aerospike.operations with parameters of type AerospikeOperationsModifier and TypeMethodDescriptionprotected nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BasicOperations.buildBatchOperations(AerospikeOperations aerospikeOperations, WalOperations walOperations, Clock clock, ExecutorService executorService, ExecutorService batchExecutorService) protected MutateOperationsBasicOperations.buildMutateOperations(AerospikeOperations aerospikeOperations) protected ReadOperationsBasicOperations.buildReadOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations) protected ScanOperationsBasicOperations.buildScanOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations) protected WalOperationsBasicOperations.buildWalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations) Constructors in com.playtika.janusgraph.aerospike.operations with parameters of type AerospikeOperationsModifierConstructorDescriptionBasicMutateOperations(AerospikeOperations aerospikeOperations) BasicScanOperations(AerospikeOperations aerospikeOperations, NamedThreadFactory namedThreadFactory) ReadOperations(AerospikeOperations aerospikeOperations, int parallelReadThreshold) -
Uses of AerospikeOperations in com.playtika.janusgraph.aerospike.operations.batch
Methods in com.playtika.janusgraph.aerospike.operations.batch that return AerospikeOperationsMethods in com.playtika.janusgraph.aerospike.operations.batch with parameters of type AerospikeOperationsModifier and TypeMethodDescriptionstatic nosql.batch.update.BatchOperations<BatchLocks,BatchUpdates, nosql.batch.update.aerospike.lock.AerospikeLock, com.aerospike.client.Value> BatchOperationsUtil.batchOperations(AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService aerospikeExecutorService, ExecutorService batchExecutorService) static nosql.batch.update.aerospike.lock.AerospikeLockOperations<BatchLocks,Map<com.aerospike.client.Key, ExpectedValue>> BatchOperationsUtil.lockOperations(AerospikeOperations aerospikeOperations, ExecutorService executorService) static BatchUpdateOperationsBatchOperationsUtil.updateOperations(AerospikeOperations aerospikeOperations) static nosql.batch.update.aerospike.wal.AerospikeWriteAheadLogManager<BatchLocks,BatchUpdates, Map<com.aerospike.client.Key, ExpectedValue>> BatchOperationsUtil.walManager(AerospikeOperations aerospikeOperations, String walNamespace, String walSetName, Clock clock, ExecutorService executorService) Constructors in com.playtika.janusgraph.aerospike.operations.batch with parameters of type AerospikeOperationsModifierConstructorDescriptionBatchExpectedValueOperations(AerospikeOperations aerospikeOperations) BatchLocks(Map<String, Map<com.aerospike.client.Value, Map<com.aerospike.client.Value, com.aerospike.client.Value>>> locksByStore, AerospikeOperations aerospikeOperations) BatchUpdateSerde(AerospikeOperations aerospikeOperations) WalOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations)