Interface JGroupsRaftWriteCommandOptions
- All Superinterfaces:
JGroupsRaftCommandOptions
- All Known Implementing Classes:
JGroupsRaftWriteCommandOptions.WriteImpl
public sealed interface JGroupsRaftWriteCommandOptions
extends JGroupsRaftCommandOptions
permits JGroupsRaftWriteCommandOptions.WriteImpl
Command options for write operations.
- Since:
- 2.0
- Author:
- José Bolina
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface JGroupsRaftCommandOptions
JGroupsRaftCommandOptions.ReadBuilder, JGroupsRaftCommandOptions.WriteBuilder -
Method Summary
Static MethodsMethods inherited from interface JGroupsRaftCommandOptions
ignoreReturnValue
-
Method Details
-
options
Creates a builder for write command options.- Returns:
- a new write options builder
-