Uses of Class
org.jgroups.raft.Options
Packages that use Options
Package
Description
-
Uses of Options in org.jgroups.protocols.raft
Fields in org.jgroups.protocols.raft declared as OptionsModifier and TypeFieldDescriptionprotected OptionsREDIRECT.RedirectHeader.optionsprotected final OptionsREDIRECT.ResponseHandler.optionsMethods in org.jgroups.protocols.raft that return OptionsMethods in org.jgroups.protocols.raft with parameters of type OptionsModifier and TypeMethodDescriptionCompletableFuture<byte[]> CompletableFuture<byte[]> protected voidRAFT.handleDownRequest(CompletableFuture<byte[]> f, byte[] buf, int offset, int length, boolean internal, Options opts, boolean readOnly) This method is always called by a single thread only, and does therefore not need to be reentrantCompletableFuture<byte[]> CompletableFuture<byte[]> Called by a building block to apply a change to all state machines in a cluster.CompletableFuture<byte[]> Constructors in org.jgroups.protocols.raft with parameters of type OptionsModifierConstructorDescriptionDownRequest(CompletableFuture<byte[]> f, byte[] buf, int offset, int length, boolean internal, Options opts, boolean readOnly) ResponseHandler(org.jgroups.Address dest, int corr_id, Options opts) -
Uses of Options in org.jgroups.raft
Fields in org.jgroups.raft declared as OptionsMethods in org.jgroups.raft that return OptionsModifier and TypeMethodDescriptionstatic OptionsOptions.create(boolean ignore_retval) Options.ignoreReturnValue(boolean ignore) Methods in org.jgroups.raft with parameters of type OptionsModifier and TypeMethodDescriptionCompletableFuture<byte[]> CompletableFuture<byte[]> Asynchronous get operation that returns immediately without blocking.CompletableFuture<byte[]> CompletableFuture<byte[]> Asynchronous set, returns immediately with a CompletableFuture. -
Uses of Options in org.jgroups.raft.blocks
Methods in org.jgroups.raft.blocks with parameters of type OptionsModifier and TypeMethodDescriptionprotected CompletionStage<Long> CounterService.asyncAddAndGet(org.jgroups.util.AsciiString name, long delta, Options opts) protected CompletionStage<Long> CounterService.asyncCompareAndSwap(org.jgroups.util.AsciiString name, long expected, long value, Options opts) protected <T extends org.jgroups.util.Streamable>
CompletionStage<T> CounterService.asyncUpdate(org.jgroups.util.AsciiString name, org.jgroups.blocks.atomic.CounterFunction<T> function, Options options) protected CompletionStage<Long> CounterService.invokeAsyncAddAndGet(org.jgroups.util.AsciiString name, long arg, Options opts) protected CompletionStage<Long> CounterService.invokeAsyncAndGet(CounterService.Command command, org.jgroups.util.AsciiString name, Options opts) AsyncCounterImpl.withOptions(Options opts) RaftAsyncCounter.withOptions(Options opts) RaftCounter.withOptions(Options opts) Returns an instance of a counter with the given optionsRaftSyncCounter.withOptions(Options opts) -
Uses of Options in org.jgroups.raft.util
Fields in org.jgroups.raft.util declared as OptionsMethods in org.jgroups.raft.util that return OptionsMethods in org.jgroups.raft.util with parameters of type OptionsModifier and TypeMethodDescriptionvoidRequestTable.create(long index, T vote, CompletableFuture<byte[]> future, Supplier<Integer> majority, Options opts) Constructors in org.jgroups.raft.util with parameters of type Options