Uses of Class
org.apache.accumulo.core.data.thrift.TRange

Packages that use TRange
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.data   
org.apache.accumulo.core.data.thrift   
org.apache.accumulo.core.tabletserver.thrift   
 

Uses of TRange in org.apache.accumulo.core.client.impl
 

Fields in org.apache.accumulo.core.client.impl with type parameters of type TRange
static Translator<Range,TRange> Translators.RT
           
 

Methods in org.apache.accumulo.core.client.impl that return TRange
 TRange Translator.RangeTranslator.translate(Range input)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type TRange
 Range Translator.TRangeTranslator.translate(TRange input)
           
 

Uses of TRange in org.apache.accumulo.core.data
 

Methods in org.apache.accumulo.core.data that return TRange
 TRange Range.toThrift()
           
 

Constructors in org.apache.accumulo.core.data with parameters of type TRange
Range(TRange trange)
           
 

Uses of TRange in org.apache.accumulo.core.data.thrift
 

Fields in org.apache.accumulo.core.data.thrift with type parameters of type TRange
 Map<TKeyExtent,List<TRange>> MultiScanResult.failures
           
 

Methods in org.apache.accumulo.core.data.thrift that return TRange
 TRange TRange.deepCopy()
           
 TRange TRange.setInfiniteStartKey(boolean infiniteStartKey)
           
 TRange TRange.setInfiniteStopKey(boolean infiniteStopKey)
           
 TRange TRange.setStart(TKey start)
           
 TRange TRange.setStartKeyInclusive(boolean startKeyInclusive)
           
 TRange TRange.setStop(TKey stop)
           
 TRange TRange.setStopKeyInclusive(boolean stopKeyInclusive)
           
 

Methods in org.apache.accumulo.core.data.thrift that return types with arguments of type TRange
 Map<TKeyExtent,List<TRange>> MultiScanResult.getFailures()
           
 

Methods in org.apache.accumulo.core.data.thrift with parameters of type TRange
 int TRange.compareTo(TRange other)
           
 boolean TRange.equals(TRange that)
           
 

Method parameters in org.apache.accumulo.core.data.thrift with type arguments of type TRange
 void MultiScanResult.putToFailures(TKeyExtent key, List<TRange> val)
           
 MultiScanResult MultiScanResult.setFailures(Map<TKeyExtent,List<TRange>> failures)
           
 

Constructors in org.apache.accumulo.core.data.thrift with parameters of type TRange
TRange(TRange other)
          Performs a deep copy on other.
 

Constructor parameters in org.apache.accumulo.core.data.thrift with type arguments of type TRange
MultiScanResult(List<TKeyValue> results, Map<TKeyExtent,List<TRange>> failures, List<TKeyExtent> fullScans, TKeyExtent partScan, TKey partNextKey, boolean partNextKeyInclusive, boolean more)
           
 

Uses of TRange in org.apache.accumulo.core.tabletserver.thrift
 

Fields in org.apache.accumulo.core.tabletserver.thrift declared as TRange
 TRange TabletClientService.startScan_args.range
           
 

Fields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TRange
 Map<TKeyExtent,List<TRange>> TabletClientService.startMultiScan_args.batch
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return TRange
 TRange TabletClientService.startScan_args.getRange()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TRange
 Map<TKeyExtent,List<TRange>> TabletClientService.startMultiScan_args.getBatch()
           
 

Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TRange
 void TabletClientService.Client.send_startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold)
           
 TabletClientService.startScan_args TabletClientService.startScan_args.setRange(TRange range)
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold)
           
 void TabletClientService.AsyncIface.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.AsyncClient.startScan(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 

Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRange
 void TabletClientService.startMultiScan_args.putToBatch(TKeyExtent key, List<TRange> val)
           
 void TabletClientService.Client.send_startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 TabletClientService.startMultiScan_args TabletClientService.startMultiScan_args.setBatch(Map<TKeyExtent,List<TRange>> batch)
           
 InitialMultiScan TabletClientService.Iface.startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 InitialMultiScan TabletClientService.Client.startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 void TabletClientService.AsyncIface.startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 void TabletClientService.AsyncClient.startMultiScan(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback resultHandler)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TRange
TabletClientService.AsyncClient.startScan_call(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.startScan_args(TInfo tinfo, TCredentials credentials, TKeyExtent extent, TRange range, List<TColumn> columns, int batchSize, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, boolean isolated, long readaheadThreshold)
           
 

Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRange
TabletClientService.AsyncClient.startMultiScan_call(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites, org.apache.thrift.async.AsyncMethodCallback resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.startMultiScan_args(TInfo tinfo, TCredentials credentials, Map<TKeyExtent,List<TRange>> batch, List<TColumn> columns, List<IterInfo> ssiList, Map<String,Map<String,String>> ssio, List<ByteBuffer> authorizations, boolean waitForWrites)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.