Uses of Class
org.apache.accumulo.proxy.thrift.Range

Packages that use Range
org.apache.accumulo.proxy   
org.apache.accumulo.proxy.thrift   
 

Uses of Range in org.apache.accumulo.proxy
 

Methods in org.apache.accumulo.proxy that return Range
 Range ProxyServer.getRowRange(ByteBuffer row)
           
 

Methods in org.apache.accumulo.proxy that return types with arguments of type Range
 Set<Range> ProxyServer.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 

Methods in org.apache.accumulo.proxy with parameters of type Range
 Set<Range> ProxyServer.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 

Uses of Range in org.apache.accumulo.proxy.thrift
 

Fields in org.apache.accumulo.proxy.thrift declared as Range
 Range AccumuloProxy.splitRangeByTablets_args.range
           
 Range ScanOptions.range
           
 Range AccumuloProxy.getRowRange_result.success
           
 

Fields in org.apache.accumulo.proxy.thrift with type parameters of type Range
 List<Range> BatchScanOptions.ranges
           
 Set<Range> AccumuloProxy.splitRangeByTablets_result.success
           
 

Methods in org.apache.accumulo.proxy.thrift that return Range
 Range Range.deepCopy()
           
 Range AccumuloProxy.splitRangeByTablets_args.getRange()
           
 Range ScanOptions.getRange()
           
 Range AccumuloProxy.AsyncClient.getRowRange_call.getResult()
           
 Range AccumuloProxy.Iface.getRowRange(ByteBuffer row)
           
 Range AccumuloProxy.Client.getRowRange(ByteBuffer row)
           
 Range AccumuloProxy.getRowRange_result.getSuccess()
           
 Range AccumuloProxy.Client.recv_getRowRange()
           
 Range Range.setStart(Key start)
           
 Range Range.setStartInclusive(boolean startInclusive)
           
 Range Range.setStop(Key stop)
           
 Range Range.setStopInclusive(boolean stopInclusive)
           
 

Methods in org.apache.accumulo.proxy.thrift that return types with arguments of type Range
 List<Range> BatchScanOptions.getRanges()
           
 Iterator<Range> BatchScanOptions.getRangesIterator()
           
 Set<Range> AccumuloProxy.AsyncClient.splitRangeByTablets_call.getResult()
           
 Set<Range> AccumuloProxy.splitRangeByTablets_result.getSuccess()
           
 Iterator<Range> AccumuloProxy.splitRangeByTablets_result.getSuccessIterator()
           
 Set<Range> AccumuloProxy.Client.recv_splitRangeByTablets()
           
 Set<Range> AccumuloProxy.Iface.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 Set<Range> AccumuloProxy.Client.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 

Methods in org.apache.accumulo.proxy.thrift with parameters of type Range
 void BatchScanOptions.addToRanges(Range elem)
           
 void AccumuloProxy.splitRangeByTablets_result.addToSuccess(Range elem)
           
 int Range.compareTo(Range other)
           
 boolean Range.equals(Range that)
           
 void AccumuloProxy.Client.send_splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 AccumuloProxy.splitRangeByTablets_args AccumuloProxy.splitRangeByTablets_args.setRange(Range range)
           
 ScanOptions ScanOptions.setRange(Range range)
           
 AccumuloProxy.getRowRange_result AccumuloProxy.getRowRange_result.setSuccess(Range success)
           
 Set<Range> AccumuloProxy.Iface.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 Set<Range> AccumuloProxy.Client.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits)
           
 void AccumuloProxy.AsyncIface.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call> resultHandler)
           
 void AccumuloProxy.AsyncClient.splitRangeByTablets(ByteBuffer login, String tableName, Range range, int maxSplits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call> resultHandler)
           
 

Method parameters in org.apache.accumulo.proxy.thrift with type arguments of type Range
 BatchScanOptions BatchScanOptions.setRanges(List<Range> ranges)
           
 AccumuloProxy.splitRangeByTablets_result AccumuloProxy.splitRangeByTablets_result.setSuccess(Set<Range> success)
           
 

Constructors in org.apache.accumulo.proxy.thrift with parameters of type Range
AccumuloProxy.AsyncClient.splitRangeByTablets_call(ByteBuffer login, String tableName, Range range, int maxSplits, org.apache.thrift.async.AsyncMethodCallback<AccumuloProxy.AsyncClient.splitRangeByTablets_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
AccumuloProxy.getRowRange_result(Range success)
           
AccumuloProxy.splitRangeByTablets_args(ByteBuffer login, String tableName, Range range, int maxSplits)
           
Range(Range other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.proxy.thrift with type arguments of type Range
AccumuloProxy.splitRangeByTablets_result(Set<Range> success, AccumuloException ouch1, AccumuloSecurityException ouch2, TableNotFoundException ouch3)
           
 



Copyright © 2013 Apache Accumulo Project. All Rights Reserved.