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, AuthInfo 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)
           
 TabletClientService.startScan_args TabletClientService.startScan_args.setRange(TRange range)
           
 InitialScan TabletClientService.Iface.startScan(TInfo tinfo, AuthInfo 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)
           
 InitialScan TabletClientService.Client.startScan(TInfo tinfo, AuthInfo 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)
           
 void TabletClientService.AsyncIface.startScan(TInfo tinfo, AuthInfo 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, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> resultHandler)
           
 void TabletClientService.AsyncClient.startScan(TInfo tinfo, AuthInfo 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, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> 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, AuthInfo 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, AuthInfo 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, AuthInfo 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, AuthInfo 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<TabletClientService.AsyncClient.startMultiScan_call> resultHandler)
           
 void TabletClientService.AsyncClient.startMultiScan(TInfo tinfo, AuthInfo 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<TabletClientService.AsyncClient.startMultiScan_call> resultHandler)
           
 

Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TRange
TabletClientService.AsyncClient.startScan_call(TInfo tinfo, AuthInfo 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, org.apache.thrift.async.AsyncMethodCallback<TabletClientService.AsyncClient.startScan_call> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
           
TabletClientService.startScan_args(TInfo tinfo, AuthInfo 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)
           
 

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



Copyright © 2014 The Apache Software Foundation. All Rights Reserved.