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