public class DataStreamerRequest extends Object implements Message
| Constructor and Description |
|---|
DataStreamerRequest()
Externalizable support. |
DataStreamerRequest(long reqId,
byte[] resTopicBytes,
String cacheName,
byte[] updaterBytes,
Collection<DataStreamerEntry> entries,
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() |
DeploymentMode |
deploymentMode() |
byte |
directType()
Gets message type.
|
Collection<DataStreamerEntry> |
entries() |
byte |
fieldsCount()
Gets fields count.
|
boolean |
forceLocalDeployment() |
boolean |
ignoreDeploymentOwnership() |
Map<UUID,IgniteUuid> |
participants() |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
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.
|
public DataStreamerRequest()
Externalizable support.public DataStreamerRequest(long reqId,
byte[] resTopicBytes,
@Nullable
String cacheName,
byte[] updaterBytes,
Collection<DataStreamerEntry> entries,
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.entries - Entries to put.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 Collection<DataStreamerEntry> entries()
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)
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