Package oracle.kv
Class Consistency.NoneRequired
java.lang.Object
oracle.kv.Consistency
oracle.kv.Consistency.NoneRequired
- All Implemented Interfaces:
- Serializable,- oracle.kv.impl.util.FastExternalizable
- Enclosing class:
- Consistency
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class oracle.kv.ConsistencyConsistency.NoneRequired, Consistency.Time, Consistency.Version
- 
Field SummaryFields inherited from class oracle.kv.ConsistencyABSOLUTE, NONE_REQUIRED, NONE_REQUIRED_NO_MASTER
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetName()Returns the name used to identify the policy.inthashCode()toString()voidwriteFastExternal(DataOutput out, short serialVersion) Writes this object to the output stream.Methods inherited from class oracle.kv.ConsistencyfromByteArray, toByteArrayMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface oracle.kv.impl.util.FastExternalizabledeserializedForm
- 
Method Details- 
writeFastExternalWrites this object to the output stream. Format:-  (Consistency.SerialType)Consistency.SerialType.NONE_REQUIRED_TYPE
 - Parameters:
- out- the output stream
- serialVersion- the serial version
- Throws:
- IOException- if there is a problem writing to the output stream
 
-  (
- 
getNameDescription copied from class:ConsistencyReturns the name used to identify the policy.- Specified by:
- getNamein class- Consistency
 
- 
hashCodepublic int hashCode()
- 
equals
- 
toString
 
-