Class JGroupsRaftWriteCommandOptions.WriteImpl
java.lang.Object
org.jgroups.raft.command.JGroupsRaftWriteCommandOptions.WriteImpl
- All Implemented Interfaces:
JGroupsRaftCommandOptions, JGroupsRaftWriteCommandOptions
- Enclosing interface:
JGroupsRaftWriteCommandOptions
public static final class JGroupsRaftWriteCommandOptions.WriteImpl
extends Object
implements JGroupsRaftWriteCommandOptions
- Since:
- 2.0
- Author:
- José Bolina
-
Nested Class Summary
Nested classes/interfaces inherited from interface JGroupsRaftCommandOptions
JGroupsRaftCommandOptions.ReadBuilder, JGroupsRaftCommandOptions.WriteBuilderNested classes/interfaces inherited from interface JGroupsRaftWriteCommandOptions
JGroupsRaftWriteCommandOptions.WriteImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanWhether to ignore the return value of the command execution.
-
Field Details
-
SERIALIZER
-
-
Method Details
-
ignoreReturnValue
public boolean ignoreReturnValue()Description copied from interface:JGroupsRaftCommandOptionsWhether to ignore the return value of the command execution.When
true, the response will not be serialized and returned to the caller, which can improve performance for fire-and-forget operations.- Specified by:
ignoreReturnValuein interfaceJGroupsRaftCommandOptions- Returns:
trueif return value should be ignored,falseotherwise
-
equals
-
hashCode
-