Class TabletIngestClientService.AsyncClient.conditionalUpdate_call
-
- Enclosing class:
- TabletIngestClientService.AsyncClient
public static class TabletIngestClientService.AsyncClient.conditionalUpdate_call extends org.apache.thrift.async.TAsyncMethodCall<List<TCMResult>>
-
-
Constructor Summary
Constructors Constructor Description conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TCMResult>
getResult()
void
write_args(org.apache.thrift.protocol.TProtocol prot)
-
-
-
Constructor Detail
-
conditionalUpdate_call
public conditionalUpdate_call(TInfo tinfo, long sessID, Map<TKeyExtent,List<TConditionalMutation>> mutations, List<String> symbols, org.apache.thrift.async.AsyncMethodCallback<List<TCMResult>> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) throws org.apache.thrift.TException
- Throws:
org.apache.thrift.TException
-
-
Method Detail
-
write_args
public void write_args(org.apache.thrift.protocol.TProtocol prot) throws org.apache.thrift.TException
-
getResult
public List<TCMResult> getResult() throws NoSuchScanIDException, org.apache.thrift.TException
- Specified by:
getResult
in classorg.apache.thrift.async.TAsyncMethodCall<List<TCMResult>>
- Throws:
NoSuchScanIDException
org.apache.thrift.TException
-
-