public class BulkExportResponse extends Response
| 构造器和说明 |
|---|
BulkExportResponse(Response meta,
ConsumedCapacity consumedCapacity) |
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getBodyBytes() |
ConsumedCapacity |
getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
DataBlockType |
getDataBlockType() |
PrimaryKey |
getNextStartPrimaryKey()
Get the start boundary of the next query range.
|
byte[] |
getNextToken() |
ByteBuffer |
getRows()
Get all rows returned by this query.
|
boolean |
hasNextToken() |
void |
setBodyBytes(long bodyBytes) |
void |
setDataBlockType(DataBlockType dataBlockType) |
void |
setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey) |
void |
setNextToken(byte[] nextToken) |
void |
setRows(ByteBuffer rows) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic BulkExportResponse(Response meta, ConsumedCapacity consumedCapacity)
public void setRows(ByteBuffer rows)
public void setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey)
public void setDataBlockType(DataBlockType dataBlockType)
public DataBlockType getDataBlockType()
public ConsumedCapacity getConsumedCapacity()
public ByteBuffer getRows()
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.