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[]
void
void
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closedtoString()
void
void
writeTo
(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:
writeExternal
in interfaceExternalizable
- Throws:
IOException
-
readExternal
- Specified by:
readExternal
in interfaceExternalizable
- Throws:
IOException
-
writeTo
Description copied from interface:Streamable
Write the entire state of the current object (including superclasses) to outstream. Note that the output stream must not be closed- Specified by:
writeTo
in interfaceStreamable
- Throws:
IOException
-
readFrom
Description copied from interface:Streamable
Read the state of the current object (including superclasses) from instream Note that the input stream must not be closed- Specified by:
readFrom
in interfaceStreamable
- Throws:
IOException
-
toString
-