Uses of Class
org.apache.accumulo.core.dataImpl.thrift.TRange
-
Packages that use TRange Package Description org.apache.accumulo.core.clientImpl org.apache.accumulo.core.data org.apache.accumulo.core.dataImpl.thrift org.apache.accumulo.core.tabletserver.thrift -
-
Uses of TRange in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl with type parameters of type TRange Modifier and Type Field Description static Translator<Range,TRange>Translators. RTMethods in org.apache.accumulo.core.clientImpl that return TRange Modifier and Type Method Description TRangeTranslator.RangeTranslator. translate(Range input)Methods in org.apache.accumulo.core.clientImpl with parameters of type TRange Modifier and Type Method Description RangeTranslator.TRangeTranslator. translate(TRange input) -
Uses of TRange in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return TRange Modifier and Type Method Description TRangeRange. toThrift()Converts this range to Thrift.Constructors in org.apache.accumulo.core.data with parameters of type TRange Constructor Description Range(TRange trange)Creates a range from a Thrift range. -
Uses of TRange in org.apache.accumulo.core.dataImpl.thrift
Fields in org.apache.accumulo.core.dataImpl.thrift with type parameters of type TRange Modifier and Type Field Description Map<TKeyExtent,List<TRange>>MultiScanResult. failuresMethods in org.apache.accumulo.core.dataImpl.thrift that return TRange Modifier and Type Method Description TRangeTRange. deepCopy()TRangeTRange. setInfiniteStartKey(boolean infiniteStartKey)TRangeTRange. setInfiniteStopKey(boolean infiniteStopKey)TRangeTRange. setStart(TKey start)TRangeTRange. setStartKeyInclusive(boolean startKeyInclusive)TRangeTRange. setStop(TKey stop)TRangeTRange. setStopKeyInclusive(boolean stopKeyInclusive)Methods in org.apache.accumulo.core.dataImpl.thrift that return types with arguments of type TRange Modifier and Type Method Description Map<TKeyExtent,List<TRange>>MultiScanResult. getFailures()Methods in org.apache.accumulo.core.dataImpl.thrift with parameters of type TRange Modifier and Type Method Description intTRange. compareTo(TRange other)booleanTRange. equals(TRange that)Method parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TRange Modifier and Type Method Description voidMultiScanResult. putToFailures(TKeyExtent key, List<TRange> val)MultiScanResultMultiScanResult. setFailures(Map<TKeyExtent,List<TRange>> failures)Constructors in org.apache.accumulo.core.dataImpl.thrift with parameters of type TRange Constructor Description TRange(TRange other)Performs a deep copy on other.Constructor parameters in org.apache.accumulo.core.dataImpl.thrift with type arguments of type TRange Constructor Description 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 Modifier and Type Field Description TRangeTabletClientService.startScan_args. rangeFields in org.apache.accumulo.core.tabletserver.thrift with type parameters of type TRange Modifier and Type Field Description Map<TKeyExtent,List<TRange>>TabletClientService.startMultiScan_args. batchMethods in org.apache.accumulo.core.tabletserver.thrift that return TRange Modifier and Type Method Description TRangeTabletClientService.startScan_args. getRange()Methods in org.apache.accumulo.core.tabletserver.thrift that return types with arguments of type TRange Modifier and Type Method Description Map<TKeyExtent,List<TRange>>TabletClientService.startMultiScan_args. getBatch()Methods in org.apache.accumulo.core.tabletserver.thrift with parameters of type TRange Modifier and Type Method Description voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)TabletClientService.startScan_argsTabletClientService.startScan_args. setRange(TRange range)voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler)InitialScanTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialScanTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Method parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRange Modifier and Type Method Description voidTabletClientService.startMultiScan_args. putToBatch(TKeyExtent key, List<TRange> val)voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)TabletClientService.startMultiScan_argsTabletClientService.startMultiScan_args. setBatch(Map<TKeyExtent,List<TRange>> batch)voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)voidTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler)InitialMultiScanTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)InitialMultiScanTabletClientService.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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Constructors in org.apache.accumulo.core.tabletserver.thrift with parameters of type TRange Constructor Description 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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)Constructor parameters in org.apache.accumulo.core.tabletserver.thrift with type arguments of type TRange Constructor Description 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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)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, TSamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints, org.apache.thrift.async.AsyncMethodCallback<InitialMultiScan> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)
-