Package org.apache.accumulo.proxy.thrift
Class AccumuloProxy.AsyncClient.addConstraint_call
- java.lang.Object
-
- org.apache.thrift.async.TAsyncMethodCall
-
- org.apache.accumulo.proxy.thrift.AccumuloProxy.AsyncClient.addConstraint_call
-
- Enclosing class:
- AccumuloProxy.AsyncClient
public static class AccumuloProxy.AsyncClient.addConstraint_call extends org.apache.thrift.async.TAsyncMethodCall
-
-
Constructor Summary
Constructors Constructor Description addConstraint_call(ByteBuffer login, String tableName, String constraintClassName, org.apache.thrift.async.AsyncMethodCallback 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 int
getResult()
void
write_args(org.apache.thrift.protocol.TProtocol prot)
-
-
-
Constructor Detail
-
addConstraint_call
public addConstraint_call(ByteBuffer login, String tableName, String constraintClassName, org.apache.thrift.async.AsyncMethodCallback 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
- Throws:
org.apache.thrift.TException
-
getResult
public int getResult() throws AccumuloException, AccumuloSecurityException, TableNotFoundException, org.apache.thrift.TException
- Throws:
AccumuloException
AccumuloSecurityException
TableNotFoundException
org.apache.thrift.TException
-
-