Uses of Class
com.playtika.janusgraph.aerospike.operations.ReadOperations
Packages that use ReadOperations
-
Uses of ReadOperations in com.playtika.janusgraph.aerospike
Constructors in com.playtika.janusgraph.aerospike with parameters of type ReadOperationsModifierConstructorDescriptionprotectedAerospikeKeyColumnValueStore(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 ReadOperations in com.playtika.janusgraph.aerospike.operations
Methods in com.playtika.janusgraph.aerospike.operations that return ReadOperationsModifier and TypeMethodDescriptionprotected ReadOperationsBasicOperations.buildReadOperations(org.janusgraph.diskstorage.configuration.Configuration configuration, AerospikeOperations aerospikeOperations) BasicOperations.getReadOperations()Operations.getReadOperations()Constructors in com.playtika.janusgraph.aerospike.operations with parameters of type ReadOperationsModifierConstructorDescriptionIdsCleanupOperations(String idsStoreName, ReadOperations readOperations, MutateOperations mutateOperations, long ttl, org.janusgraph.diskstorage.util.time.TimestampProvider timestampProvider, ExecutorService executorService)