Class OInvalidSequential
java.lang.Object
com.orientechnologies.orient.distributed.context.coordination.result.OInvalidSequential
- All Implemented Interfaces:
OAcceptResult
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanRetry()static OInvalidSequentialfromNetwork(DataInput input) shortgetType()voidserialize(DataOutput out) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.orientechnologies.orient.distributed.context.coordination.result.OAcceptResult
writeNetwork
-
Constructor Details
-
OInvalidSequential
public OInvalidSequential()
-
-
Method Details
-
canRetry
public boolean canRetry()- Specified by:
canRetryin interfaceOAcceptResult
-
fromNetwork
- Throws:
IOException
-
serialize
- Specified by:
serializein interfaceOAcceptResult- Throws:
IOException
-
getType
public short getType()- Specified by:
getTypein interfaceOAcceptResult
-