Uses of Class
org.apache.accumulo.core.master.thrift.TableOperation

Packages that use TableOperation
org.apache.accumulo.core.master.thrift   
 

Uses of TableOperation in org.apache.accumulo.core.master.thrift
 

Fields in org.apache.accumulo.core.master.thrift declared as TableOperation
 TableOperation MasterClientService.executeTableOperation_args.op
           
 

Methods in org.apache.accumulo.core.master.thrift that return TableOperation
static TableOperation TableOperation.findByValue(int value)
          Find a the enum type by its integer value, as defined in the Thrift IDL.
 TableOperation MasterClientService.executeTableOperation_args.getOp()
           
static TableOperation TableOperation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TableOperation[] TableOperation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type TableOperation
 void MasterClientService.Iface.executeTableOperation(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)
           
 void MasterClientService.Client.executeTableOperation(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)
           
 void MasterClientService.AsyncIface.executeTableOperation(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call> resultHandler)
           
 void MasterClientService.AsyncClient.executeTableOperation(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call> resultHandler)
           
 void MasterClientService.Client.send_executeTableOperation(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setOp(TableOperation op)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type TableOperation
MasterClientService.AsyncClient.executeTableOperation_call(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean, org.apache.thrift.async.AsyncMethodCallback<MasterClientService.AsyncClient.executeTableOperation_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
MasterClientService.executeTableOperation_args(TInfo tinfo, TCredentials credentials, long opid, TableOperation op, List<ByteBuffer> arguments, Map<String,String> options, boolean autoClean)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.