Uses of Class
org.apache.accumulo.core.data.Range

Packages that use Range
org.apache.accumulo.core   
org.apache.accumulo.core.client   
org.apache.accumulo.core.client.admin   
org.apache.accumulo.core.client.impl   
org.apache.accumulo.core.client.mapreduce   
org.apache.accumulo.core.client.mock   
org.apache.accumulo.core.data   
org.apache.accumulo.core.file   
org.apache.accumulo.core.file.keyfunctor   
org.apache.accumulo.core.file.map   
org.apache.accumulo.core.file.rfile   
org.apache.accumulo.core.iterators   
org.apache.accumulo.core.util.shell   
 

Uses of Range in org.apache.accumulo.core
 

Fields in org.apache.accumulo.core declared as Range
static Range Constants.METADATA_DELETES_KEYSPACE
           
static Range Constants.METADATA_KEYSPACE
           
static Range Constants.METADATA_RESERVED_KEYSPACE
           
 

Uses of Range in org.apache.accumulo.core.client
 

Methods in org.apache.accumulo.core.client that return Range
 Range Scanner.getRange()
           
 Range IsolatedScanner.getRange()
           
 

Methods in org.apache.accumulo.core.client with parameters of type Range
 void Scanner.setRange(Range range)
           
 void IsolatedScanner.setRange(Range range)
           
 

Method parameters in org.apache.accumulo.core.client with type arguments of type Range
 void BatchDeleter.setRanges(java.util.Collection<Range> ranges)
          Allows scanning over multiple ranges efficiently.
 void BatchScanner.setRanges(java.util.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
 java.util.Set<Range> TableOperationsImpl.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 java.util.Set<Range> TableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

Methods in org.apache.accumulo.core.client.admin with parameters of type Range
 java.util.Set<Range> TableOperationsImpl.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 java.util.Set<Range> TableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

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

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

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

Methods in org.apache.accumulo.core.client.impl that return types with arguments of type Range
 java.util.List<Range> TabletLocatorImpl.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> RootTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
abstract  java.util.List<Range> TabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 

Methods in org.apache.accumulo.core.client.impl with parameters of type Range
protected static void TabletLocatorImpl.addRange(java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges, java.lang.String location, KeyExtent ke, Range range)
           
 void ScannerImpl.setRange(Range range)
           
 TRange Translator.RangeTranslator.translate(Range input)
           
 

Method parameters in org.apache.accumulo.core.client.impl with type arguments of type Range
protected static void TabletLocatorImpl.addRange(java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges, java.lang.String location, KeyExtent ke, Range range)
           
 java.util.List<Range> TabletLocatorImpl.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> TabletLocatorImpl.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> RootTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> RootTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
abstract  java.util.List<Range> TabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
abstract  java.util.List<Range> TabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<TabletLocator.TabletLocation> MetadataLocationObtainer.lookupTablets(java.lang.String tserver, java.util.Map<KeyExtent,java.util.List<Range>> tabletsRanges, TabletLocator parent)
           
 java.util.List<TabletLocator.TabletLocation> TabletLocatorImpl.TabletLocationObtainer.lookupTablets(java.lang.String tserver, java.util.Map<KeyExtent,java.util.List<Range>> map, TabletLocator parent)
           
 void TabletServerBatchReader.setRanges(java.util.Collection<Range> ranges)
           
 

Constructors in org.apache.accumulo.core.client.impl with parameters of type Range
ThriftScanner.ScanState(AuthInfo credentials, org.apache.hadoop.io.Text tableName, Authorizations authorizations, Range range, java.util.SortedSet<Column> fetchedColumns, int size, java.util.List<IterInfo> serverSideIteratorList, java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> serverSideIteratorOptions, boolean isolated)
           
 

Constructor parameters in org.apache.accumulo.core.client.impl with type arguments of type Range
TabletServerBatchReaderIterator(Instance instance, AuthInfo credentials, java.lang.String table, Authorizations authorizations, java.util.ArrayList<Range> ranges, int numThreads, java.util.concurrent.ExecutorService queryThreadPool, ScannerOptions scannerOptions)
           
 

Uses of Range in org.apache.accumulo.core.client.mapreduce
 

Methods in org.apache.accumulo.core.client.mapreduce that return types with arguments of type Range
protected static java.util.List<Range> AccumuloInputFormat.getRanges(org.apache.hadoop.mapreduce.JobContext job)
           
 

Method parameters in org.apache.accumulo.core.client.mapreduce with type arguments of type Range
static void AccumuloInputFormat.setRanges(org.apache.hadoop.mapreduce.JobContext job, java.util.Collection<Range> ranges)
           
 

Uses of Range in org.apache.accumulo.core.client.mock
 

Methods in org.apache.accumulo.core.client.mock that return Range
 Range MockScanner.getRange()
           
 

Methods in org.apache.accumulo.core.client.mock that return types with arguments of type Range
 java.util.List<Range> MockTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.Set<Range> MockTableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

Methods in org.apache.accumulo.core.client.mock with parameters of type Range
 void MockScanner.setRange(Range range)
           
 java.util.Set<Range> MockTableOperations.splitRangeByTablets(java.lang.String tableName, Range range, int maxSplits)
           
 

Method parameters in org.apache.accumulo.core.client.mock with type arguments of type Range
 java.util.List<Range> MockTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 java.util.List<Range> MockTabletLocator.binRanges(java.util.List<Range> ranges, java.util.Map<java.lang.String,java.util.Map<KeyExtent,java.util.List<Range>>> binnedRanges)
           
 void MockBatchScanner.setRanges(java.util.Collection<Range> ranges)
           
 

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

Methods in org.apache.accumulo.core.data that return Range
 Range Range.bound(Column min, Column max)
           
 Range Range.clip(Range range)
           
 Range Range.clip(Range range, boolean returnNullIfDisjoint)
           
 Range KeyExtent.toDataRange()
           
 Range KeyExtent.toMetadataRange()
           
 

Methods in org.apache.accumulo.core.data that return types with arguments of type Range
static java.util.List<Range> Range.mergeOverlapping(java.util.Collection<Range> ranges)
           
 

Methods in org.apache.accumulo.core.data with parameters of type Range
 Range Range.clip(Range range)
           
 Range Range.clip(Range range, boolean returnNullIfDisjoint)
           
 int Range.compareTo(Range o)
           
 boolean Range.equals(Range otherRange)
           
 

Method parameters in org.apache.accumulo.core.data with type arguments of type Range
static java.util.List<Range> Range.mergeOverlapping(java.util.Collection<Range> ranges)
           
 

Constructors in org.apache.accumulo.core.data with parameters of type Range
Range(Range range)
          Copy constructor
 

Uses of Range in org.apache.accumulo.core.file
 

Methods in org.apache.accumulo.core.file with parameters of type Range
abstract  FileSKVIterator FileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf)
          Open a reader that will not be seeked giving an initial seek location.
abstract  FileSKVIterator FileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf, BlockCache dataCache, BlockCache indexCache)
           
 void BloomFilterLayer.Reader.seek(Range range, java.util.Collection<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
 org.apache.hadoop.util.bloom.Key ColumnFamilyFunctor.transform(Range range)
           
 org.apache.hadoop.util.bloom.Key KeyFunctor.transform(Range range)
          Implementations should return null if a range can not be converted to a bloom key.
 org.apache.hadoop.util.bloom.Key RowFunctor.transform(Range range)
           
 org.apache.hadoop.util.bloom.Key ColumnQualifierFunctor.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
 FileSKVIterator MapFileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf)
          Deprecated.  
 FileSKVIterator MapFileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf, BlockCache dataCache, BlockCache indexCache)
          Deprecated.  
 void MapFileOperations.RangeIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MyMapFile.Reader.seek(Range range, java.util.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
 FileSKVIterator RFileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf)
           
 FileSKVIterator RFileOperations.openReader(java.lang.String file, Range range, java.util.Set<ByteSequence> columnFamilies, boolean inclusive, org.apache.hadoop.fs.FileSystem fs, org.apache.hadoop.conf.Configuration conf, AccumuloConfiguration tableConf, BlockCache dataCache, BlockCache indexCache)
           
 void RFile.Reader.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Uses of Range in org.apache.accumulo.core.iterators
 

Fields in org.apache.accumulo.core.iterators declared as Range
protected  Range ColumnFamilySkippingIterator.range
           
 

Methods in org.apache.accumulo.core.iterators that return Range
static Range IteratorUtil.maximizeStartKeyTimeStamp(Range range)
           
 

Methods in org.apache.accumulo.core.iterators with parameters of type Range
static Range IteratorUtil.maximizeStartKeyTimeStamp(Range range)
           
 void SkippingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SortedKeyValueIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
          An iterator must seek to the first key in the range taking inclusiveness into account.
 void RowDeletingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void LargeRowFilter.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void VersioningIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DeletingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FirstEntryInRowIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SequenceFileIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
          Deprecated.  
 void SortedMapIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void WrappingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ScanCache.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FilteringIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void MultiIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void OrIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void WholeRowIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilySkippingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void DevNull.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void IntersectingIterator.seek(Range range, java.util.Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 void AggregatingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void ColumnFamilyCounter.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void FamilyIntersectingIterator.seek(Range range, java.util.Collection<ByteSequence> seekColumnFamilies, boolean inclusive)
           
 void DebugIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 void SourceSwitchingIterator.seek(Range range, java.util.Collection<ByteSequence> columnFamilies, boolean inclusive)
           
 

Constructors in org.apache.accumulo.core.iterators with parameters of type Range
MultiIterator(java.util.List<SortedKeyValueIterator<Key,Value>> iters, Range seekFence)
           
 

Uses of Range in org.apache.accumulo.core.util.shell
 

Methods in org.apache.accumulo.core.util.shell that return Range
protected  Range Shell.ScanCommand.getRange(org.apache.commons.cli.CommandLine cl)
           
 



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