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

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

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

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

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.