Uses of Class
org.apache.accumulo.proxy.thrift.AccumuloProxy.importTable_args

Packages that use AccumuloProxy.importTable_args
org.apache.accumulo.proxy.thrift   
 

Uses of AccumuloProxy.importTable_args in org.apache.accumulo.proxy.thrift
 

Methods in org.apache.accumulo.proxy.thrift that return AccumuloProxy.importTable_args
 AccumuloProxy.importTable_args AccumuloProxy.importTable_args.deepCopy()
           
 AccumuloProxy.importTable_args AccumuloProxy.Processor.importTable.getEmptyArgsInstance()
           
 AccumuloProxy.importTable_args AccumuloProxy.importTable_args.setImportDir(String importDir)
           
 AccumuloProxy.importTable_args AccumuloProxy.importTable_args.setLogin(byte[] login)
           
 AccumuloProxy.importTable_args AccumuloProxy.importTable_args.setLogin(ByteBuffer login)
           
 AccumuloProxy.importTable_args AccumuloProxy.importTable_args.setTableName(String tableName)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type AccumuloProxy.importTable_args
 int AccumuloProxy.importTable_args.compareTo(AccumuloProxy.importTable_args other)
           
 boolean AccumuloProxy.importTable_args.equals(AccumuloProxy.importTable_args that)
           
 AccumuloProxy.importTable_result AccumuloProxy.Processor.importTable.getResult(I iface, AccumuloProxy.importTable_args args)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type AccumuloProxy.importTable_args
AccumuloProxy.importTable_args(AccumuloProxy.importTable_args other)
          Performs a deep copy on other.
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.