Uses of Class
org.jgroups.raft.command.JGroupsRaftCommandOptions.ReadBuilder
Packages that use JGroupsRaftCommandOptions.ReadBuilder
-
Uses of JGroupsRaftCommandOptions.ReadBuilder in org.jgroups.raft.command
Methods in org.jgroups.raft.command that return JGroupsRaftCommandOptions.ReadBuilderModifier and TypeMethodDescriptionJGroupsRaftCommandOptions.ReadBuilder.ignoreReturnValue(boolean ignore) Sets whether to ignore the return value of the read operation.JGroupsRaftCommandOptions.ReadBuilder.linearizable(boolean linearizable) Sets whether the read operation should be linearizable.JGroupsRaftReadCommandOptions.options()Creates a builder for read command options.JGroupsRaftCommandOptions.readOptions()Creates a builder for read command options.