public class DataStreamerResponse extends Object implements Message
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
DataStreamerResponse()
Externalizable support. |
DataStreamerResponse(long reqId,
byte[] errBytes,
boolean forceLocDep) |
| Modifier and Type | Method and Description |
|---|---|
short |
directType()
Gets message type.
|
byte[] |
errorBytes() |
byte |
fieldsCount()
Gets fields count.
|
boolean |
forceLocalDeployment() |
void |
onAckReceived()
Method called when ack message received.
|
boolean |
readFrom(ByteBuffer buf,
MessageReader reader)
Reads this message from provided byte buffer.
|
long |
requestId() |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer)
Writes this message to provided byte buffer.
|
public DataStreamerResponse(long reqId,
byte[] errBytes,
boolean forceLocDep)
reqId - Request ID.errBytes - Error bytes.forceLocDep - Force local deployment.public DataStreamerResponse()
Externalizable support.public long requestId()
public byte[] errorBytes()
public boolean forceLocalDeployment()
True to force local deployment.public void onAckReceived()
onAckReceived in interface Messagepublic boolean writeTo(ByteBuffer buf, MessageWriter writer)
public boolean readFrom(ByteBuffer buf, MessageReader reader)
public short directType()
directType in interface Messagepublic byte fieldsCount()
fieldsCount in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021