public class Packet
extends org.nustaq.offheap.structs.FSTStruct
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_NODE_NAME_LEN |
protected org.nustaq.offheap.structs.structtypes.StructString |
receiver |
protected org.nustaq.offheap.structs.structtypes.StructString |
sender |
protected long |
seqNo |
protected int |
topic |
| Constructor and Description |
|---|
Packet() |
| Modifier and Type | Method and Description |
|---|---|
org.nustaq.offheap.structs.structtypes.StructString |
getReceiver() |
org.nustaq.offheap.structs.structtypes.StructString |
getSender() |
long |
getSeqNo() |
int |
getTopic() |
void |
setReceiver(org.nustaq.offheap.structs.structtypes.StructString receiver) |
void |
setSender(org.nustaq.offheap.structs.structtypes.StructString sender) |
void |
setSeqNo(long seqNo) |
void |
setTopic(int topic) |
String |
toString() |
addOffset, asByteBufferTemporary, baseOn, baseOn, baseOn, baseOn, cast, cast, createCopy, detach, detachTo, equals, finishChangeTracking, getAbsoluteOffset, getBase, getByte, getBytes, getBytes, getByteSize, getChar, getClzId, getDouble, getElementInArraySize, getFac, getFieldValues, getFloat, getIndexInBase, getInt, getLong, getOffset, getPointedClass, getShort, hashCode, isChangeTracking, isIdenticTo, isNull, isOffHeap, isStructArrayPointer, next, next, onHeapHashcode, pointsToNull, previous, setAbsoluteOffset, setBase, setByte, setBytes, setBytes, setBytes, setInt, setLong, setShort, startChangeTracking, toOffHeappublic static final int MAX_NODE_NAME_LEN
protected org.nustaq.offheap.structs.structtypes.StructString receiver
protected org.nustaq.offheap.structs.structtypes.StructString sender
protected int topic
protected long seqNo
public org.nustaq.offheap.structs.structtypes.StructString getSender()
public void setSender(org.nustaq.offheap.structs.structtypes.StructString sender)
public org.nustaq.offheap.structs.structtypes.StructString getReceiver()
public void setReceiver(org.nustaq.offheap.structs.structtypes.StructString receiver)
public int getTopic()
public void setTopic(int topic)
public long getSeqNo()
public void setSeqNo(long seqNo)
Copyright © 2014. All rights reserved.