public class GetRangeResponse extends Response
| 构造器和说明 |
|---|
GetRangeResponse(Response meta,
ConsumedCapacity consumedCapacity)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBodyBytes() |
ConsumedCapacity |
getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
PrimaryKey |
getNextStartPrimaryKey()
Get the start boundary of the next query range.
|
byte[] |
getNextToken() |
List<Row> |
getRows()
Get all rows returned by this query.
|
boolean |
hasNextToken() |
void |
setBodyBytes(long bodyBytes) |
void |
setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey)
internal use
|
void |
setNextToken(byte[] nextToken) |
void |
setRows(List<Row> rows)
internal use
|
getRequestId, getTraceId, setRequestId, setTraceIdpublic GetRangeResponse(Response meta, ConsumedCapacity consumedCapacity)
public void setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey)
public ConsumedCapacity getConsumedCapacity()
public PrimaryKey getNextStartPrimaryKey()
public byte[] getNextToken()
public void setNextToken(byte[] nextToken)
public boolean hasNextToken()
public long getBodyBytes()
public void setBodyBytes(long bodyBytes)
Copyright © 2025. All Rights Reserved.