|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mpisws.p2p.transport.peerreview.history.logentry.HistoryEvent
org.mpisws.p2p.transport.peerreview.history.logentry.EvtSend<Identifier>
Identifier
- public class EvtSend<Identifier extends RawSerializable>
EVT_SEND nodeID receiverID bool hashed data payload - or - relevantPayload, hash
Field Summary |
---|
Constructor Summary | |
---|---|
EvtSend(Identifier receiverId,
java.nio.ByteBuffer payload)
|
|
EvtSend(Identifier receiverId,
java.nio.ByteBuffer payload,
int relevantPayload,
HashProvider hasher)
|
|
EvtSend(InputBuffer buf,
Serializer<Identifier> idSerializer,
int hashSize)
|
Method Summary | |
---|---|
short |
getType()
|
void |
serialize(OutputBuffer buf)
|
Methods inherited from class org.mpisws.p2p.transport.peerreview.history.logentry.HistoryEvent |
---|
serialize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EvtSend(Identifier receiverId, java.nio.ByteBuffer payload, int relevantPayload, HashProvider hasher)
public EvtSend(Identifier receiverId, java.nio.ByteBuffer payload)
public EvtSend(InputBuffer buf, Serializer<Identifier> idSerializer, int hashSize) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void serialize(OutputBuffer buf) throws java.io.IOException
serialize
in class HistoryEvent
java.io.IOException
public short getType()
getType
in class HistoryEvent
|
Rice Pastry API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |