public class BulkExportResponse extends Response
构造器和说明 |
---|
BulkExportResponse(Response meta,
ConsumedCapacity consumedCapacity) |
限定符和类型 | 方法和说明 |
---|---|
ConsumedCapacity |
getConsumedCapacity()
获取此次操作消耗的CapacityUnit。
|
DataBlockType |
getDataBlockType() |
PrimaryKey |
getNextStartPrimaryKey()
获取下一次查询的范围的起始边界。
|
byte[] |
getNextToken() |
ByteBuffer |
getRows()
获取本次查询返回的所有行。
|
boolean |
hasNextToken() |
void |
setDataBlockType(DataBlockType dataBlockType) |
void |
setNextStartPrimaryKey(PrimaryKey nextStartPrimaryKey) |
void |
setNextToken(byte[] nextToken) |
void |
setRows(ByteBuffer rows) |
getRequestId, getTraceId, setRequestId, setTraceId
public 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()
Copyright © 2019. All Rights Reserved.