Package org.jgroups.protocols
Class CAUSAL.MissingIndexesMessage
java.lang.Object
org.jgroups.protocols.CAUSAL.MissingIndexesMessage
- All Implemented Interfaces:
Externalizable,Serializable,Streamable
- Enclosing class:
CAUSAL
public static final class CAUSAL.MissingIndexesMessage
extends Object
implements Externalizable, Streamable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUsed for externalization.MissingIndexesMessage(Collection missingLocalTimes, Collection missingCompletions) -
Method Summary
Modifier and TypeMethodDescriptionint[]int[]voidvoidRead the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()voidvoidwriteTo(DataOutputStream out) Write the entire state of the current object (including superclasses) to outstream.
-
Constructor Details
-
MissingIndexesMessage
-
MissingIndexesMessage
public MissingIndexesMessage()Used for externalization.
-
-
Method Details
-
getMissingTimeIndexes
public int[] getMissingTimeIndexes() -
getMissingCompletionIndexes
public int[] getMissingCompletionIndexes() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOException
-
writeTo
Description copied from interface:StreamableWrite the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeToin interfaceStreamable- Throws:
IOException
-
readFrom
Description copied from interface:StreamableRead the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFromin interfaceStreamable- Throws:
IOException
-
toString
-