public class Replicate extends AbstractRawMessage
Modifier and Type | Class and Description |
---|---|
static class |
Replicate.Reply
A reply to a replicate message, carrying the requested objects.
|
type
Constructor and Description |
---|
Replicate(InputBuffer buf,
NodeHandle sender)
Deserialization constructor.
|
Replicate(NodeHandle sender,
int level,
OidKeyHashMap<java.lang.Long> skip) |
Modifier and Type | Method and Description |
---|---|
void |
dispatch(Disseminator disseminator)
Handles this message by calling into the given disseminator.
|
int |
getPriority() |
int |
level() |
NodeHandle |
sender() |
void |
serialize(OutputBuffer buf) |
OidKeyHashMap<java.lang.Long> |
skip() |
java.lang.String |
toString() |
getType
public Replicate(NodeHandle sender, int level, OidKeyHashMap<java.lang.Long> skip)
public Replicate(InputBuffer buf, NodeHandle sender) throws java.io.IOException
java.io.IOException
public NodeHandle sender()
public int level()
public OidKeyHashMap<java.lang.Long> skip()
public int getPriority()
public void dispatch(Disseminator disseminator)
Message
public java.lang.String toString()
toString
in class java.lang.Object
public void serialize(OutputBuffer buf) throws java.io.IOException
java.io.IOException