Uses of Interface
org.jgroups.raft.command.JGroupsRaftReadCommandOptions
Packages that use JGroupsRaftReadCommandOptions
-
Uses of JGroupsRaftReadCommandOptions in org.jgroups.raft
Methods in org.jgroups.raft with parameters of type JGroupsRaftReadCommandOptionsModifier and TypeMethodDescription<O> OJGroupsRaft.read(Function<T, O> function, JGroupsRaftReadCommandOptions options) Submits a read command to the state machine. -
Uses of JGroupsRaftReadCommandOptions in org.jgroups.raft.command
Classes in org.jgroups.raft.command that implement JGroupsRaftReadCommandOptionsMethods in org.jgroups.raft.command that return JGroupsRaftReadCommandOptionsModifier and TypeMethodDescriptionJGroupsRaftCommandOptions.ReadBuilder.build()Builds the read command options.