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
-
ignore_return_value
protected boolean ignore_return_value
-
-
Constructor Details
-
Options
public Options()
-
-
Method Details
-
ignoreReturnValue
public boolean ignoreReturnValue() -
ignoreReturnValue
-
create
-
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
public int hashCode()
-