public class GridH2IndexRangeResponse extends Object implements Message
| Modifier and Type | Field and Description |
|---|---|
static byte |
STATUS_ERROR |
static byte |
STATUS_NOT_FOUND |
static byte |
STATUS_OK |
DIRECT_TYPE_SIZE| Constructor and Description |
|---|
GridH2IndexRangeResponse() |
| Modifier and Type | Method and Description |
|---|---|
int |
batchLookupId() |
void |
batchLookupId(int batchLookupId) |
short |
directType() |
String |
error() |
void |
error(String err) |
byte |
fieldsCount() |
void |
onAckReceived() |
UUID |
originNodeId() |
void |
originNodeId(UUID originNodeId) |
int |
originSegmentId() |
void |
originSegmentId(int segmentId) |
long |
queryId() |
void |
queryId(long qryId) |
List<GridH2RowRange> |
ranges() |
void |
ranges(List<GridH2RowRange> ranges) |
boolean |
readFrom(ByteBuffer buf,
MessageReader reader) |
int |
segment() |
void |
segment(int segmentId) |
byte |
status() |
void |
status(byte status) |
String |
toString() |
boolean |
writeTo(ByteBuffer buf,
MessageWriter writer) |
public static final byte STATUS_OK
public static final byte STATUS_ERROR
public static final byte STATUS_NOT_FOUND
public void ranges(List<GridH2RowRange> ranges)
ranges - Ranges.public List<GridH2RowRange> ranges()
public UUID originNodeId()
public void originNodeId(UUID originNodeId)
originNodeId - Origin node ID.public long queryId()
public void queryId(long qryId)
qryId - Query ID.public void error(String err)
err - Error message.public String error()
null if everything is ok.public void status(byte status)
status - Status.public byte status()
public void segment(int segmentId)
segmentId - Index segment ID.public int segment()
public int originSegmentId()
public void originSegmentId(int segmentId)
segmentId - Origin index segment ID.public void batchLookupId(int batchLookupId)
batchLookupId - Batch lookup ID.public int batchLookupId()
public 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 Messagepublic void onAckReceived()
onAckReceived in interface Message
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 8.9.23-p1 Release Date : November 19 2025