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