public class GridStreamerExecutionRequest extends Object implements Message
| Constructor and Description |
|---|
GridStreamerExecutionRequest() |
GridStreamerExecutionRequest(boolean forceLocDep,
byte[] batchBytes,
DeploymentMode depMode,
String sampleClsName,
String userVer,
Map<UUID,IgniteUuid> ldrParticipants,
IgniteUuid clsLdrId) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
batchBytes() |
IgniteUuid |
classLoaderId() |
DeploymentMode |
deploymentMode() |
byte |
directType()
Gets message type.
|
byte |
fieldsCount()
Gets fields count.
|
boolean |
forceLocalDeployment() |
Map<UUID,IgniteUuid> |
loaderParticipants() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
String |
sampleClassName() |
String |
toString() |
String |
userVersion() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public GridStreamerExecutionRequest()
public GridStreamerExecutionRequest(boolean forceLocDep,
byte[] batchBytes,
@Nullable
DeploymentMode depMode,
@Nullable
String sampleClsName,
@Nullable
String userVer,
@Nullable
Map<UUID,IgniteUuid> ldrParticipants,
@Nullable
IgniteUuid clsLdrId)
forceLocDep - Force local deployment flag.batchBytes - Batch serialized bytes.depMode - Deployment mode.sampleClsName - Sample class name.userVer - User version.ldrParticipants - Loader participants.clsLdrId - Class loader ID.public boolean forceLocalDeployment()
public DeploymentMode deploymentMode()
public String sampleClassName()
public String userVersion()
public Map<UUID,IgniteUuid> loaderParticipants()
public IgniteUuid classLoaderId()
public byte[] batchBytes()
public boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public byte directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Fabric : ver. 1.0.0-RC3 Release Date : March 24 2015