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

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

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

Methods in org.apache.accumulo.proxy.thrift that return AccumuloProxy.setTableProperty_args
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.deepCopy()
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.Processor.setTableProperty.getEmptyArgsInstance()
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.setLogin(byte[] login)
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.setLogin(ByteBuffer login)
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.setProperty(String property)
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.setTableName(String tableName)
           
 AccumuloProxy.setTableProperty_args AccumuloProxy.setTableProperty_args.setValue(String value)
           
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.