Class TabletIngestClientService.AsyncClient.startUpdate_call
- java.lang.Object
-
- org.apache.thrift.async.TAsyncMethodCall<Long>
-
- org.apache.accumulo.core.tabletingest.thrift.TabletIngestClientService.AsyncClient.startUpdate_call
-
- Enclosing class:
- TabletIngestClientService.AsyncClient
public static class TabletIngestClientService.AsyncClient.startUpdate_call extends org.apache.thrift.async.TAsyncMethodCall<Long>
-
-
Constructor Summary
Constructors Constructor Description startUpdate_call(TInfo tinfo, TCredentials credentials, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Long> 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 Long
getResult()
void
write_args(org.apache.thrift.protocol.TProtocol prot)
-
-
-
Constructor Detail
-
startUpdate_call
public startUpdate_call(TInfo tinfo, TCredentials credentials, TDurability durability, org.apache.thrift.async.AsyncMethodCallback<Long> 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
- Specified by:
write_args
in classorg.apache.thrift.async.TAsyncMethodCall<Long>
- Throws:
org.apache.thrift.TException
-
getResult
public Long getResult() throws ThriftSecurityException, org.apache.thrift.TException
- Specified by:
getResult
in classorg.apache.thrift.async.TAsyncMethodCall<Long>
- Throws:
ThriftSecurityException
org.apache.thrift.TException
-
-