Class Options
java.lang.Object
org.jgroups.raft.Options
- All Implemented Interfaces:
org.jgroups.util.SizeStreamable, org.jgroups.util.Streamable
Options to pass to
Settable.setAsync(byte[], int, int) call- Since:
- 1.0.9
- Author:
- Bela Ban
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Optionscreate(boolean ignore_retval) booleaninthashCode()booleanignoreReturnValue(boolean ignore) voidinttoString()voidwriteTo(DataOutput out)
-
Field Details
-
DEFAULT_OPTIONS
-
ignoreReturnValue
protected boolean ignoreReturnValue
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
create
-
ignoreReturnValue
public boolean ignoreReturnValue() -
ignoreReturnValue
-
writeTo
- Specified by:
writeToin interfaceorg.jgroups.util.Streamable- Throws:
IOException
-
readFrom
- Specified by:
readFromin interfaceorg.jgroups.util.Streamable- Throws:
IOExceptionClassNotFoundException
-
serializedSize
public int serializedSize()- Specified by:
serializedSizein interfaceorg.jgroups.util.SizeStreamable
-
toString
-
equals
-
hashCode
-