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

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

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

Methods in org.apache.accumulo.proxy.thrift that return AccumuloProxy.splitRangeByTablets_args
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.deepCopy()
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.Processor.splitRangeByTablets.getEmptyArgsInstance()
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setLogin(byte[] login)
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setLogin(ByteBuffer login)
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setMaxSplits(int maxSplits)
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setRange(Range range)
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setTableName(String tableName)
           
 

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

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



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.