public class DescribeTableOperation extends PBFutureOperation<TableDefinition,RiakTsPB.TsQueryResp,String>
Modifier and Type | Class and Description |
---|---|
static class |
DescribeTableOperation.Builder |
reqBuilder, reqMessageCode
Constructor and Description |
---|
DescribeTableOperation(String tableName) |
Modifier and Type | Method and Description |
---|---|
protected TableDefinition |
convert(List<RiakTsPB.TsQueryResp> responses) |
String |
getQueryInfo()
Returns information related to the operation performed.
|
createChannelMessage, decode
addListener, await, await, cancel, cause, channelMessage, checkAndGetSingleResponse, done, get, get, getNow, isCancelled, isDone, isSuccess, processBatchMessage, processMessage, removeListener, setComplete, setResponse
public DescribeTableOperation(String tableName)
protected TableDefinition convert(List<RiakTsPB.TsQueryResp> responses)
convert
in class FutureOperation<TableDefinition,RiakTsPB.TsQueryResp,String>
public String getQueryInfo()
RiakFuture
Useful in async operations when you want to know what operation this future refers to.
getQueryInfo
in interface RiakFuture<TableDefinition,String>
getQueryInfo
in class FutureOperation<TableDefinition,RiakTsPB.TsQueryResp,String>
Copyright © 2016. All rights reserved.