Uses of Class
org.apache.accumulo.core.master.thrift.MasterClientService.executeTableOperation_args

Packages that use MasterClientService.executeTableOperation_args
org.apache.accumulo.core.master.thrift   
 

Uses of MasterClientService.executeTableOperation_args in org.apache.accumulo.core.master.thrift
 

Methods in org.apache.accumulo.core.master.thrift that return MasterClientService.executeTableOperation_args
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.deepCopy()
           
 MasterClientService.executeTableOperation_args MasterClientService.Processor.executeTableOperation.getEmptyArgsInstance()
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setArguments(List<ByteBuffer> arguments)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setAutoClean(boolean autoClean)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setCredentials(TCredentials credentials)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setOp(TableOperation op)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setOpid(long opid)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setOptions(Map<String,String> options)
           
 MasterClientService.executeTableOperation_args MasterClientService.executeTableOperation_args.setTinfo(TInfo tinfo)
           
 

Methods in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.executeTableOperation_args
 int MasterClientService.executeTableOperation_args.compareTo(MasterClientService.executeTableOperation_args other)
           
 boolean MasterClientService.executeTableOperation_args.equals(MasterClientService.executeTableOperation_args that)
           
 MasterClientService.executeTableOperation_result MasterClientService.Processor.executeTableOperation.getResult(I iface, MasterClientService.executeTableOperation_args args)
           
 

Constructors in org.apache.accumulo.core.master.thrift with parameters of type MasterClientService.executeTableOperation_args
MasterClientService.executeTableOperation_args(MasterClientService.executeTableOperation_args other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.