Uses of Enum Class
org.rostore.v2.container.async.OperationType
Packages that use OperationType
-
Uses of OperationType in org.rostore.v2.container.async
Methods in org.rostore.v2.container.async that return OperationTypeModifier and TypeMethodDescriptionOperation.getType()static OperationTypeReturns the enum constant of this class with the specified name.static OperationType[]OperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.rostore.v2.container.async with parameters of type OperationTypeModifier and TypeMethodDescriptionstatic OperationOperation.autonomousKey(int sessionId, OperationType operationType, Runnable runnable) static OperationOperation.autonomousValue(int sessionId, OperationType operationType, long valueId, Runnable runnable) <R> Future<R>ContainerShardExecutor.executeAutonomousValue(int sessionId, OperationType opsType, long valueId, boolean failInShutdown, Runnable valueOp) <R> Future<R>ContainerShardExecutor.executeKey(int sessionId, OperationType opsType, boolean failInShutdown, Function<org.rostore.v2.container.ContainerShardKeyOperations, R> opsConsumer) <R> Future<R>ContainerShardExecutor.executeValue(int sessionId, OperationType opsType, long valueId, boolean failInShutdown, Supplier<R> supplier) static <R> Operation<R>Operation.key(int sessionId, OperationType operationType, Supplier<R> function) static <R> Operation<R>Operation.value(int sessionId, OperationType operationType, long valueId, Supplier<R> function)