Uses of Interface
com.playtika.janusgraph.aerospike.operations.MutateOperations
Packages that use MutateOperations
-
Uses of MutateOperations in com.playtika.janusgraph.aerospike
Constructors in com.playtika.janusgraph.aerospike with parameters of type MutateOperationsModifierConstructorDescriptionprotectedAerospikeKeyColumnValueStore(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 MutateOperations in com.playtika.janusgraph.aerospike.operations
Classes in com.playtika.janusgraph.aerospike.operations that implement MutateOperationsMethods in com.playtika.janusgraph.aerospike.operations that return MutateOperationsModifier and TypeMethodDescriptionprotected MutateOperationsBasicOperations.buildMutateOperations(AerospikeOperations aerospikeOperations) BasicOperations.mutateOperations()Operations.mutateOperations()Constructors in com.playtika.janusgraph.aerospike.operations with parameters of type MutateOperationsModifierConstructorDescriptionIdsCleanupOperations(String idsStoreName, ReadOperations readOperations, MutateOperations mutateOperations, long ttl, org.janusgraph.diskstorage.util.time.TimestampProvider timestampProvider, ExecutorService executorService)