public class GridDataLoadRequest<K,V> extends GridTcpCommunicationMessageAdapter
BIT_SET_NOT_READ, BOOLEAN_ARR_NOT_READ, BYTE_ARR_LIST_NOT_READ, BYTE_ARR_NOT_READ, CACHE_VER_NOT_READ, CHAR_ARR_NOT_READ, CLOCK_DELTA_VER_NOT_READ, commState, DHT_PART_EXCHANGE_ID_NOT_READ, DOUBLE_ARR_NOT_READ, DR_INT_REQ_ENTRY_NOT_READ, ENUM_NOT_READ, FLOAT_ARR_NOT_READ, GRID_UUID_NOT_READ, INT_ARR_NOT_READ, LONG_ARR_NOT_READ, LONG_LIST_NOT_READ, MSG_NOT_READ, NULL, SHORT_ARR_NOT_READ, STR_NOT_READ, UUID_NOT_READ, VAL_BYTES_NOT_READ| Constructor and Description |
|---|
GridDataLoadRequest()
Externalizable support. |
GridDataLoadRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
byte[] colBytes,
boolean ignoreDepOwnership,
GridDeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,GridUuid> ldrParticipants,
GridUuid clsLdrId,
boolean forceLocDep) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheName() |
GridUuid |
classLoaderId() |
GridTcpCommunicationMessageAdapter |
clone() |
protected void |
clone0(GridTcpCommunicationMessageAdapter _msg)
Clones all fields of the provided message to
this. |
byte[] |
collectionBytes() |
GridDeploymentMode |
deploymentMode() |
byte |
directType() |
boolean |
forceLocalDeployment() |
boolean |
ignoreDeploymentOwnership() |
Map<UUID,GridUuid> |
participants() |
boolean |
readFrom(ByteBuffer buf) |
long |
requestId() |
byte[] |
responseTopicBytes() |
String |
sampleClassName() |
String |
toString() |
byte[] |
updaterBytes() |
String |
userVersion() |
boolean |
writeTo(ByteBuffer buf) |
arrayIterator, messageReader, messageWriterpublic GridDataLoadRequest()
Externalizable support.public GridDataLoadRequest(long reqId,
byte[] resTopicBytes,
@Nullable
String cacheName,
byte[] updaterBytes,
byte[] colBytes,
boolean ignoreDepOwnership,
GridDeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,GridUuid> ldrParticipants,
GridUuid clsLdrId,
boolean forceLocDep)
reqId - Request ID.resTopicBytes - Response topic.cacheName - Cache name.updaterBytes - Cache updater.colBytes - Collection bytes.ignoreDepOwnership - Ignore ownership.depMode - Deployment mode.sampleClsName - Sample class name.userVer - User version.ldrParticipants - Loader participants.clsLdrId - Class loader ID.forceLocDep - Force local deployment.public long requestId()
public byte[] responseTopicBytes()
public String cacheName()
public byte[] updaterBytes()
public byte[] collectionBytes()
public boolean ignoreDeploymentOwnership()
True to ignore ownership.public GridDeploymentMode deploymentMode()
public String sampleClassName()
public String userVersion()
public GridUuid classLoaderId()
public boolean forceLocalDeployment()
True to force local deployment.public boolean writeTo(ByteBuffer buf)
writeTo in class GridTcpCommunicationMessageAdapterbuf - Byte buffer.public boolean readFrom(ByteBuffer buf)
readFrom in class GridTcpCommunicationMessageAdapterbuf - Byte buffer.public byte directType()
directType in class GridTcpCommunicationMessageAdapterpublic GridTcpCommunicationMessageAdapter clone()
clone in class GridTcpCommunicationMessageAdapterprotected void clone0(GridTcpCommunicationMessageAdapter _msg)
this.clone0 in class GridTcpCommunicationMessageAdapter_msg - Message to clone from.Copyright © 2014. All rights reserved.