public class GridDrInternalRequestEntry extends Object implements Externalizable
| Constructor and Description |
|---|
GridDrInternalRequestEntry()
Externalizable support. |
GridDrInternalRequestEntry(byte dataCenterId,
int entryCnt,
byte[] dataBytes,
int dataLen)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
dataBytes() |
byte |
dataCenterId() |
int |
dataLength() |
int |
entryCount() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public GridDrInternalRequestEntry()
Externalizable support.public GridDrInternalRequestEntry(byte dataCenterId,
int entryCnt,
byte[] dataBytes,
int dataLen)
dataCenterId - Data center ID.entryCnt - Entry count.dataBytes - Data bytes.dataLen - Data length.public byte dataCenterId()
public int entryCount()
public byte[] dataBytes()
public int dataLength()
public void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionCopyright © 2014. All rights reserved.