Uses of Class
org.apache.accumulo.core.data.Range
-
-
Uses of Range in org.apache.accumulo.core.client
Methods in org.apache.accumulo.core.client that return Range Modifier and Type Method Description RangeClientSideIteratorScanner. getRange()RangeIsolatedScanner. getRange()RangeScanner. getRange()Returns the range of keys to scan over.Methods in org.apache.accumulo.core.client with parameters of type Range Modifier and Type Method Description voidClientSideIteratorScanner. setRange(Range range)voidIsolatedScanner. setRange(Range range)voidScanner. setRange(Range range)Sets the range of keys to scan over.Method parameters in org.apache.accumulo.core.client with type arguments of type Range Modifier and Type Method Description voidBatchDeleter. setRanges(Collection<Range> ranges)Allows deleting multiple ranges efficiently.voidBatchScanner. setRanges(Collection<Range> ranges)Allows scanning over multiple ranges efficiently. -
Uses of Range in org.apache.accumulo.core.client.admin
Methods in org.apache.accumulo.core.client.admin that return types with arguments of type Range Modifier and Type Method Description Map<Range,List<TabletId>>Locations. groupByRange()For all of the ranges passed toTableOperations.locate(String, java.util.Collection), return a map of the tablets each range overlaps.Map<TabletId,List<Range>>Locations. groupByTablet()For all of the ranges passed toTableOperations.locate(String, java.util.Collection), return a map of the ranges each tablet overlaps.Set<Range>TableOperations. splitRangeByTablets(String tableName, Range range, int maxSplits)Methods in org.apache.accumulo.core.client.admin with parameters of type Range Modifier and Type Method Description Set<Range>TableOperations. splitRangeByTablets(String tableName, Range range, int maxSplits)Method parameters in org.apache.accumulo.core.client.admin with type arguments of type Range Modifier and Type Method Description LocationsTableOperations. locate(String tableName, Collection<Range> ranges)Locates the tablet servers and tablets that would service a collections of ranges. -
Uses of Range in org.apache.accumulo.core.client.mapred
Methods in org.apache.accumulo.core.client.mapred that return types with arguments of type Range Modifier and Type Method Description protected static List<Range>InputFormatBase. getRanges(org.apache.hadoop.mapred.JobConf job)Deprecated.Gets the ranges to scan over from a job.Method parameters in org.apache.accumulo.core.client.mapred with type arguments of type Range Modifier and Type Method Description static voidInputFormatBase. setRanges(org.apache.hadoop.mapred.JobConf job, Collection<Range> ranges)Deprecated.Sets the input ranges to scan for this job.Constructors in org.apache.accumulo.core.client.mapred with parameters of type Range Constructor Description RangeInputSplit(String table, String tableId, Range range, String[] locations)Deprecated. -
Uses of Range in org.apache.accumulo.core.client.mapreduce
Methods in org.apache.accumulo.core.client.mapreduce that return Range Modifier and Type Method Description RangeRangeInputSplit. getRange()Deprecated.Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Range Modifier and Type Method Description protected static List<Range>InputFormatBase. getRanges(org.apache.hadoop.mapreduce.JobContext context)Deprecated.Gets the ranges to scan over from a job.List<Range>InputTableConfig. getRanges()Deprecated.Returns the ranges to be queried in the configurationMethods in org.apache.accumulo.core.client.mapreduce with parameters of type Range Modifier and Type Method Description voidRangeInputSplit. setRange(Range range)Deprecated.Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type Range Modifier and Type Method Description static voidInputFormatBase. setRanges(org.apache.hadoop.mapreduce.Job job, Collection<Range> ranges)Deprecated.Sets the input ranges to scan for the single input table associated with this job.InputTableConfigInputTableConfig. setRanges(List<Range> ranges)Deprecated.Sets the input ranges to scan for all tables associated with this job.Constructors in org.apache.accumulo.core.client.mapreduce with parameters of type Range Constructor Description RangeInputSplit(String table, String tableId, Range range, String[] locations)Deprecated. -
Uses of Range in org.apache.accumulo.core.client.rfile
Methods in org.apache.accumulo.core.client.rfile with parameters of type Range Modifier and Type Method Description RFile.ScannerOptionsRFile.ScannerOptions. withBounds(Range range)This option allows limiting theScannerfrom reading data outside of a given range. -
Uses of Range in org.apache.accumulo.core.clientImpl
Fields in org.apache.accumulo.core.clientImpl with type parameters of type Range Modifier and Type Field Description static Translator<Range,TRange>Translators. RTMethods in org.apache.accumulo.core.clientImpl that return Range Modifier and Type Method Description RangeOfflineScanner. getRange()RangeScannerImpl. getRange()RangeTranslator.TRangeTranslator. translate(TRange input)Methods in org.apache.accumulo.core.clientImpl that return types with arguments of type Range Modifier and Type Method Description List<Range>RootTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>SyncingTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)abstract List<Range>TabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TabletLocatorImpl. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TimeoutTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)Set<Range>TableOperationsImpl. splitRangeByTablets(String tableName, Range range, int maxSplits)Methods in org.apache.accumulo.core.clientImpl with parameters of type Range Modifier and Type Method Description protected static voidTabletLocatorImpl. addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges, String location, KeyExtent ke, Range range)static booleanThriftScanner. getBatchFromServer(ClientContext context, Range range, KeyExtent extent, String server, SortedMap<Key,Value> results, SortedSet<Column> fetchedColumns, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, int size, Authorizations authorizations, long batchTimeOut, String classLoaderContext)voidOfflineScanner. setRange(Range range)voidScannerImpl. setRange(Range range)Set<Range>TableOperationsImpl. splitRangeByTablets(String tableName, Range range, int maxSplits)TRangeTranslator.RangeTranslator. translate(Range input)Method parameters in org.apache.accumulo.core.clientImpl with type arguments of type Range Modifier and Type Method Description protected static voidTabletLocatorImpl. addRange(Map<String,Map<KeyExtent,List<Range>>> binnedRanges, String location, KeyExtent ke, Range range)List<Range>RootTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>RootTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>SyncingTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>SyncingTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)abstract List<Range>TabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)abstract List<Range>TabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TabletLocatorImpl. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TabletLocatorImpl. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TimeoutTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)List<Range>TimeoutTabletLocator. binRanges(ClientContext context, List<Range> ranges, Map<String,Map<KeyExtent,List<Range>>> binnedRanges)static voidTabletServerBatchReaderIterator. doLookup(ClientContext context, String server, Map<KeyExtent,List<Range>> requested, Map<KeyExtent,List<Range>> failures, Map<KeyExtent,List<Range>> unscanned, TabletServerBatchReaderIterator.ResultReceiver receiver, List<Column> columns, ScannerOptions options, Authorizations authorizations)LocationsTableOperationsImpl. locate(String tableName, Collection<Range> ranges)List<TabletLocator.TabletLocation>TabletLocatorImpl.TabletLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> map, TabletLocator parent)voidTabletServerBatchReader. setRanges(Collection<Range> ranges)Constructors in org.apache.accumulo.core.clientImpl with parameters of type Range Constructor Description ScanState(ClientContext context, TableId tableId, Authorizations authorizations, Range range, SortedSet<Column> fetchedColumns, int size, List<IterInfo> serverSideIteratorList, Map<String,Map<String,String>> serverSideIteratorOptions, boolean isolated, long readaheadThreshold, SamplerConfiguration samplerConfig, long batchTimeOut, String classLoaderContext, Map<String,String> executionHints)Constructor parameters in org.apache.accumulo.core.clientImpl with type arguments of type Range Constructor Description TabletServerBatchReaderIterator(ClientContext context, TableId tableId, Authorizations authorizations, ArrayList<Range> ranges, int numThreads, ExecutorService queryThreadPool, ScannerOptions scannerOptions, long timeout) -
Uses of Range in org.apache.accumulo.core.clientImpl.mapred
Constructor parameters in org.apache.accumulo.core.clientImpl.mapred with type arguments of type Range Constructor Description BatchInputSplit(String table, TableId tableId, Collection<Range> ranges, String[] location)Deprecated. -
Uses of Range in org.apache.accumulo.core.clientImpl.mapreduce
Methods in org.apache.accumulo.core.clientImpl.mapreduce that return Range Modifier and Type Method Description RangeBatchInputSplit. getRange()Deprecated.Methods in org.apache.accumulo.core.clientImpl.mapreduce that return types with arguments of type Range Modifier and Type Method Description Collection<Range>BatchInputSplit. getRanges()Deprecated.Methods in org.apache.accumulo.core.clientImpl.mapreduce with parameters of type Range Modifier and Type Method Description static longSplitUtils. getRangeLength(Range range)Deprecated.voidBatchInputSplit. setRange(Range range)Deprecated.Method parameters in org.apache.accumulo.core.clientImpl.mapreduce with type arguments of type Range Modifier and Type Method Description voidBatchInputSplit. setRanges(Collection<Range> ranges)Deprecated.Constructor parameters in org.apache.accumulo.core.clientImpl.mapreduce with type arguments of type Range Constructor Description BatchInputSplit(String table, TableId tableId, Collection<Range> ranges, String[] locations)Deprecated. -
Uses of Range in org.apache.accumulo.core.clientImpl.mapreduce.lib
Methods in org.apache.accumulo.core.clientImpl.mapreduce.lib that return types with arguments of type Range Modifier and Type Method Description static Map<String,Map<KeyExtent,List<Range>>>InputConfigurator. binOffline(TableId tableId, List<Range> ranges, ClientContext context)static List<Range>InputConfigurator. getRanges(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf)Gets the ranges to scan over from a job.Method parameters in org.apache.accumulo.core.clientImpl.mapreduce.lib with type arguments of type Range Modifier and Type Method Description static Map<String,Map<KeyExtent,List<Range>>>InputConfigurator. binOffline(TableId tableId, List<Range> ranges, ClientContext context)static voidInputConfigurator. setRanges(Class<?> implementingClass, org.apache.hadoop.conf.Configuration conf, Collection<Range> ranges)Sets the input ranges to scan on all input tables for this job. -
Uses of Range in org.apache.accumulo.core.data
Methods in org.apache.accumulo.core.data that return Range Modifier and Type Method Description RangeRange. bound(Column min, Column max)Creates a new range that is bounded by the columns passed in.RangeRange. clip(Range range)Creates a range which represents the intersection of this range and the passed in range.RangeRange. clip(Range range, boolean returnNullIfDisjoint)Creates a range which represents the intersection of this range and the passed in range.static RangeRange. exact(CharSequence row)Creates a range that covers an exact row.static RangeRange. exact(CharSequence row, CharSequence cf)Creates a range that covers an exact row and column family.static RangeRange. exact(CharSequence row, CharSequence cf, CharSequence cq)Creates a range that covers an exact row, column family, and column qualifier.static RangeRange. exact(CharSequence row, CharSequence cf, CharSequence cq, CharSequence cv)Creates a range that covers an exact row, column family, column qualifier, and column visibility.static RangeRange. exact(CharSequence row, CharSequence cf, CharSequence cq, CharSequence cv, long ts)Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.static RangeRange. exact(org.apache.hadoop.io.Text row)Creates a range that covers an exact row.static RangeRange. exact(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf)Creates a range that covers an exact row and column family.static RangeRange. exact(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text cq)Creates a range that covers an exact row, column family, and column qualifier.static RangeRange. exact(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text cq, org.apache.hadoop.io.Text cv)Creates a range that covers an exact row, column family, column qualifier, and column visibility.static RangeRange. exact(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text cq, org.apache.hadoop.io.Text cv, long ts)Creates a range that covers an exact row, column family, column qualifier, column visibility, and timestamp.static RangeRange. prefix(CharSequence rowPrefix)Returns a Range that covers all rows beginning with a prefix.static RangeRange. prefix(CharSequence row, CharSequence cfPrefix)Returns a Range that covers all column families beginning with a prefix within a given row.static RangeRange. prefix(CharSequence row, CharSequence cf, CharSequence cqPrefix)Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.static RangeRange. prefix(CharSequence row, CharSequence cf, CharSequence cq, CharSequence cvPrefix)Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.static RangeRange. prefix(org.apache.hadoop.io.Text rowPrefix)Returns a Range that covers all rows beginning with a prefix.static RangeRange. prefix(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cfPrefix)Returns a Range that covers all column families beginning with a prefix within a given row.static RangeRange. prefix(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text cqPrefix)Returns a Range that covers all column qualifiers beginning with a prefix within a given row and column family.static RangeRange. prefix(org.apache.hadoop.io.Text row, org.apache.hadoop.io.Text cf, org.apache.hadoop.io.Text cq, org.apache.hadoop.io.Text cvPrefix)Returns a Range that covers all column visibilities beginning with a prefix within a given row, column family, and column qualifier.RangeTabletId. toRange()Methods in org.apache.accumulo.core.data that return types with arguments of type Range Modifier and Type Method Description static List<Range>Range. mergeOverlapping(Collection<Range> ranges)Merges overlapping and adjacent ranges.Methods in org.apache.accumulo.core.data with parameters of type Range Modifier and Type Method Description RangeRange. clip(Range range)Creates a range which represents the intersection of this range and the passed in range.RangeRange. clip(Range range, boolean returnNullIfDisjoint)Creates a range which represents the intersection of this range and the passed in range.intRange. compareTo(Range o)Compares this range to another range.booleanRange. equals(Range otherRange)Determines if this range equals another.Method parameters in org.apache.accumulo.core.data with type arguments of type Range Modifier and Type Method Description static List<Range>Range. mergeOverlapping(Collection<Range> ranges)Merges overlapping and adjacent ranges.Constructors in org.apache.accumulo.core.data with parameters of type Range Constructor Description Range(Range range)Copies a range. -
Uses of Range in org.apache.accumulo.core.dataImpl
Methods in org.apache.accumulo.core.dataImpl that return Range Modifier and Type Method Description RangeKeyExtent. toDataRange()RangeKeyExtent. toMetadataRange()RangeTabletIdImpl. toRange() -
Uses of Range in org.apache.accumulo.core.file
Fields in org.apache.accumulo.core.file declared as Range Modifier and Type Field Description RangeFileOperations.FileOptions. rangeMethods in org.apache.accumulo.core.file that return Range Modifier and Type Method Description RangeFileOperations.FileOptions. getRange()Methods in org.apache.accumulo.core.file with parameters of type Range Modifier and Type Method Description FileOperations.ScanReaderBuilderFileOperations.ScanReaderBuilder. overRange(Range range, Set<ByteSequence> columnFamilies, boolean inclusive)Set the range over which the constructed iterator will search.voidBloomFilterLayer.Reader. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)protected FileOperations.FileOptionsFileOperations.FileHelper. toScanReaderBuilderOptions(Range range, Set<ByteSequence> columnFamilies, boolean inclusive)Constructors in org.apache.accumulo.core.file with parameters of type Range Constructor Description FileOptions(AccumuloConfiguration tableConfiguration, String filename, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration fsConf, RateLimiter rateLimiter, String compression, org.apache.hadoop.fs.FSDataOutputStream outputStream, boolean enableAccumuloStart, CacheProvider cacheProvider, com.google.common.cache.Cache<String,Long> fileLenCache, boolean seekToBeginning, CryptoService cryptoService, Range range, Set<ByteSequence> columnFamilies, boolean inclusive) -
Uses of Range in org.apache.accumulo.core.file.keyfunctor
Methods in org.apache.accumulo.core.file.keyfunctor with parameters of type Range Modifier and Type Method Description org.apache.hadoop.util.bloom.KeyColumnFamilyFunctor. transform(Range range)org.apache.hadoop.util.bloom.KeyColumnQualifierFunctor. transform(Range range)org.apache.hadoop.util.bloom.KeyKeyFunctor. transform(Range range)Implementations should return null if a range can not be converted to a bloom key.org.apache.hadoop.util.bloom.KeyRowFunctor. transform(Range range) -
Uses of Range in org.apache.accumulo.core.file.map
Methods in org.apache.accumulo.core.file.map with parameters of type Range Modifier and Type Method Description voidMapFileOperations.RangeIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of Range in org.apache.accumulo.core.file.rfile
Methods in org.apache.accumulo.core.file.rfile with parameters of type Range Modifier and Type Method Description voidRFile.Reader. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of Range in org.apache.accumulo.core.iterators
Methods in org.apache.accumulo.core.iterators that return Range Modifier and Type Method Description static RangeIteratorUtil. maximizeStartKeyTimeStamp(Range range)Maximize the Start Key timestamp.static RangeIteratorUtil. minimizeEndKeyTimeStamp(Range range)Minimize the endKey Timestamp.Methods in org.apache.accumulo.core.iterators with parameters of type Range Modifier and Type Method Description static RangeIteratorUtil. maximizeStartKeyTimeStamp(Range range)Maximize the Start Key timestamp.static RangeIteratorUtil. minimizeEndKeyTimeStamp(Range range)Minimize the endKey Timestamp.voidColumnFamilyCounter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidCombiner. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDebugIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDevNull. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidFirstEntryInRowIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidOrIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidOrIterator.TermSource. seek(Range originalRange)Converts the givenRangeinto the correctRangefor this TermSource (per this expected table structure) and then seeks this TermSource's SKVI.voidServerFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidServerSkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidServerWrappingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSortedKeyValueIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)Seeks to the first key in the Range, restricting the resulting K,V pairs to those with the specified columns.voidSortedMapIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSynchronizedServerFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidWrappingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of Range in org.apache.accumulo.core.iterators.user
Fields in org.apache.accumulo.core.iterators.user declared as Range Modifier and Type Field Description protected RangeTransformingIterator. seekRangeMethods in org.apache.accumulo.core.iterators.user that return Range Modifier and Type Method Description protected RangeTransformingIterator. computeReseekRange(Range range)Possibly expandrangeto include everything for the key prefix we are working with.Methods in org.apache.accumulo.core.iterators.user with parameters of type Range Modifier and Type Method Description protected RangeTransformingIterator. computeReseekRange(Range range)Possibly expandrangeto include everything for the key prefix we are working with.voidIndexedDocIterator. seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)voidIntersectingIterator. seek(Range range, Collection<ByteSequence> seekColumnFamilies, boolean inclusive)voidLargeRowFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowDeletingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowEncodingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidRowFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSeekingFilter. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidTransformingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidVersioningIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidWholeColumnFamilyIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive) -
Uses of Range in org.apache.accumulo.core.iteratorsImpl.system
Fields in org.apache.accumulo.core.iteratorsImpl.system declared as Range Modifier and Type Field Description protected RangeColumnFamilySkippingIterator. rangeMethods in org.apache.accumulo.core.iteratorsImpl.system with parameters of type Range Modifier and Type Method Description voidColumnFamilySkippingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidDeletingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidEmptyIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidInterruptibleMapIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidLocalityGroupIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)static LocalityGroupIterator.LocalityGroupSeekCacheLocalityGroupIterator. seek(HeapIterator hiter, LocalityGroupIterator.LocalityGroupContext lgContext, Range range, Collection<ByteSequence> columnFamilies, boolean inclusive, LocalityGroupIterator.LocalityGroupSeekCache lgSeekCache)This seek method will reuse the supplied LocalityGroupSeekCache if it can.voidMapFileIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidMultiIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSequenceFileIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSourceSwitchingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidStatsIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidSynchronizedIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)voidTimeSettingIterator. seek(Range range, Collection<ByteSequence> columnFamilies, boolean inclusive)Constructors in org.apache.accumulo.core.iteratorsImpl.system with parameters of type Range Constructor Description MultiIterator(List<SortedKeyValueIterator<Key,Value>> iters, Range seekFence) -
Uses of Range in org.apache.accumulo.core.metadata
Method parameters in org.apache.accumulo.core.metadata with type arguments of type Range Modifier and Type Method Description List<TabletLocator.TabletLocation>MetadataLocationObtainer. lookupTablets(ClientContext context, String tserver, Map<KeyExtent,List<Range>> tabletsRanges, TabletLocator parent) -
Uses of Range in org.apache.accumulo.core.metadata.schema
Methods in org.apache.accumulo.core.metadata.schema that return Range Modifier and Type Method Description static RangeMetadataSchema.BlipSection. getRange()static RangeMetadataSchema.DeletesSection. getRange()static RangeMetadataSchema.ReplicationSection. getRange()static RangeMetadataSchema.ReservedSection. getRange()static RangeMetadataSchema.TabletsSection. getRange()static RangeMetadataSchema.TabletsSection. getRange(TableId tableId)Methods in org.apache.accumulo.core.metadata.schema with parameters of type Range Modifier and Type Method Description TabletsMetadata.OptionsTabletsMetadata.RangeOptions. overRange(Range range) -
Uses of Range in org.apache.accumulo.core.schema
Methods in org.apache.accumulo.core.schema that return Range Modifier and Type Method Description RangeSection. getRange() -
Uses of Range in org.apache.accumulo.core.summary
Methods in org.apache.accumulo.core.summary that return Range Modifier and Type Method Description RangeGatherer.RowRange. toRange() -
Uses of Range in org.apache.accumulo.core.util
Methods in org.apache.accumulo.core.util with parameters of type Range Modifier and Type Method Description static voidLocalityGroupUtil. seek(FileSKVIterator reader, Range range, String lgName, Map<String,ArrayList<ByteSequence>> localityGroupCF)This method created to help seek an rfile for a locality group obtained fromRFile.Reader.getLocalityGroupCF().
-