public class GridDataLoadRequest extends MessageAdapter
MessageAdapter.Typereader, readState| Constructor and Description |
|---|
GridDataLoadRequest()
Externalizable support. |
GridDataLoadRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
byte[] colBytes,
boolean ignoreDepOwnership,
boolean skipStore,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId,
boolean forceLocDep) |
| Modifier and Type | Method and Description |
|---|---|
String |
cacheName() |
IgniteUuid |
classLoaderId() |
byte[] |
collectionBytes() |
DeploymentMode |
deploymentMode() |
byte |
directType()
Gets message type.
|
boolean |
forceLocalDeployment() |
boolean |
ignoreDeploymentOwnership() |
Map<UUID,IgniteUuid> |
participants() |
boolean |
readFrom(ByteBuffer buf)
Reads this message from provided byte buffer.
|
long |
requestId() |
byte[] |
responseTopicBytes() |
String |
sampleClassName() |
boolean |
skipStore() |
String |
toString() |
byte[] |
updaterBytes() |
String |
userVersion() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
setReader, skipRecoverypublic GridDataLoadRequest()
Externalizable support.public GridDataLoadRequest(long reqId,
byte[] resTopicBytes,
@Nullable
String cacheName,
byte[] updaterBytes,
byte[] colBytes,
boolean ignoreDepOwnership,
boolean skipStore,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId,
boolean forceLocDep)
reqId - Request ID.resTopicBytes - Response topic.cacheName - Cache name.updaterBytes - Cache updater.colBytes - Collection bytes.ignoreDepOwnership - Ignore ownership.skipStore - Skip store flag.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 boolean skipStore()
public DeploymentMode deploymentMode()
public String sampleClassName()
public String userVersion()
public Map<UUID,IgniteUuid> participants()
public IgniteUuid classLoaderId()
public boolean forceLocalDeployment()
True to force local deployment.public boolean writeTo(ByteBuffer buf, MessageWriter writer)
writeTo in class MessageAdapterbuf - Byte buffer.writer - Writer.public boolean readFrom(ByteBuffer buf)
readFrom in class MessageAdapterbuf - Byte buffer.public byte directType()
directType in class MessageAdapter
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC1 Release Date : February 17 2015