Uses of Class
org.apache.cassandra.dht.Range

Packages that use Range
org.apache.cassandra.db   
org.apache.cassandra.dht   
org.apache.cassandra.io   
org.apache.cassandra.locator   
org.apache.cassandra.service   
org.apache.cassandra.utils   
 

Uses of Range in org.apache.cassandra.db
 

Method parameters in org.apache.cassandra.db with type arguments of type Range
 java.util.List<SSTableReader> Table.forceAntiCompaction(java.util.Collection<Range> ranges, java.net.InetAddress target)
           
 java.util.concurrent.Future<java.util.List<SSTableReader>> CompactionManager.submitAnti(ColumnFamilyStore columnFamilyStore, java.util.Collection<Range> ranges, java.net.InetAddress target)
           
 

Uses of Range in org.apache.cassandra.dht
 

Methods in org.apache.cassandra.dht that return types with arguments of type Range
 java.util.Set<Range> Range.intersectionWith(Range that)
           
static java.util.Set<Range> Range.rangeSet(Range... ranges)
           
 

Methods in org.apache.cassandra.dht with parameters of type Range
 int Range.compareTo(Range rhs)
           
 boolean Range.contains(Range that)
           
 java.util.Set<Range> Range.intersectionWith(Range that)
           
 boolean Range.intersects(Range that)
           
static java.util.Set<Range> Range.rangeSet(Range... ranges)
           
abstract  java.util.Set<AbstractBounds> AbstractBounds.restrictTo(Range range)
           
 java.util.Set<AbstractBounds> Bounds.restrictTo(Range range)
           
 java.util.Set<AbstractBounds> Range.restrictTo(Range range)
           
 

Method parameters in org.apache.cassandra.dht with type arguments of type Range
static boolean Range.isTokenInRanges(Token token, java.lang.Iterable<Range> ranges)
           
 

Uses of Range in org.apache.cassandra.io
 

Method parameters in org.apache.cassandra.io with type arguments of type Range
static void Streaming.requestRanges(java.net.InetAddress source, java.util.Collection<Range> ranges)
          Request ranges to be transferred
static void Streaming.transferRanges(java.net.InetAddress target, java.util.Collection<Range> ranges, java.lang.Runnable callback)
          Split out files for all tables on disk locally for each range and then stream them to the target endpoint.
 

Uses of Range in org.apache.cassandra.locator
 

Methods in org.apache.cassandra.locator that return Range
 Range TokenMetadata.getPrimaryRangeFor(Token right)
           
 

Methods in org.apache.cassandra.locator that return types with arguments of type Range
 com.google.common.collect.Multimap<java.net.InetAddress,Range> AbstractReplicationStrategy.getAddressRanges()
           
 com.google.common.collect.Multimap<java.net.InetAddress,Range> AbstractReplicationStrategy.getAddressRanges(TokenMetadata metadata)
           
 java.util.Collection<Range> AbstractReplicationStrategy.getPendingAddressRanges(TokenMetadata metadata, Token pendingToken, java.net.InetAddress pendingAddress)
           
 java.util.Map<Range,java.util.Collection<java.net.InetAddress>> TokenMetadata.getPendingRanges()
          a mutable map may be returned but caller should not modify it
 java.util.List<Range> TokenMetadata.getPendingRanges(java.net.InetAddress endpoint)
           
 com.google.common.collect.Multimap<Range,java.net.InetAddress> AbstractReplicationStrategy.getRangeAddresses(TokenMetadata metadata)
           
 

Method parameters in org.apache.cassandra.locator with type arguments of type Range
 void TokenMetadata.setPendingRanges(com.google.common.collect.Multimap<Range,java.net.InetAddress> pendingRanges)
           
 

Uses of Range in org.apache.cassandra.service
 

Methods in org.apache.cassandra.service that return Range
 Range StorageService.getLocalPrimaryRange()
           
 Range StorageService.getPrimaryRangeForEndPoint(java.net.InetAddress ep)
          Get the primary range for the specified endpoint.
 

Methods in org.apache.cassandra.service that return types with arguments of type Range
 java.util.Map<Range,java.util.List<java.net.InetAddress>> StorageService.constructRangeToEndPointMap(java.util.List<Range> ranges)
          Construct the range to endpoint mapping based on the true view of the world.
 java.util.List<Range> StorageService.getAllRanges(java.util.List<Token> sortedTokens)
          Get all ranges that span the ring given a set of tokens.
 java.util.Collection<Range> StorageService.getLocalRanges()
           
 java.util.Map<Range,java.util.List<java.lang.String>> StorageService.getRangeToEndPointMap()
           
 java.util.Map<Range,java.util.List<java.lang.String>> StorageServiceMBean.getRangeToEndPointMap()
          Retrieve a map of range to end points that describe the ring topology of a Cassandra cluster.
 

Method parameters in org.apache.cassandra.service with type arguments of type Range
 java.util.Map<Range,java.util.List<java.net.InetAddress>> StorageService.constructRangeToEndPointMap(java.util.List<Range> ranges)
          Construct the range to endpoint mapping based on the true view of the world.
 

Uses of Range in org.apache.cassandra.utils
 

Subclasses of Range in org.apache.cassandra.utils
static class MerkleTree.TreeRange
          The public interface to a range in the tree.
 

Methods in org.apache.cassandra.utils with parameters of type Range
 byte[] MerkleTree.hash(Range range)
          Hash the given range in the tree.
 MerkleTree.TreeRangeIterator MerkleTree.invalids(Range range)
          Returns a lazy iterator of invalid TreeRanges that need to be filled in order to make the given Range valid.
 



Copyright © 2010 The Apache Software Foundation