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

Packages that use AbstractBounds
org.apache.cassandra.db   
org.apache.cassandra.dht   
org.apache.cassandra.utils   
 

Uses of AbstractBounds in org.apache.cassandra.db
 

Fields in org.apache.cassandra.db declared as AbstractBounds
 AbstractBounds IndexScanCommand.range
           
 AbstractBounds RangeSliceCommand.range
           
 

Methods in org.apache.cassandra.db with parameters of type AbstractBounds
 java.util.List<Row> ColumnFamilyStore.getRangeSlice(byte[] superColumn, AbstractBounds range, int maxResults, IFilter columnFilter)
          Fetch a range of rows and columns from memtables/sstables.
 java.util.List<Row> ColumnFamilyStore.scan(IndexClause clause, AbstractBounds range, IFilter dataFilter)
           
 

Constructors in org.apache.cassandra.db with parameters of type AbstractBounds
IndexScanCommand(java.lang.String keyspace, java.lang.String column_family, IndexClause index_clause, SlicePredicate predicate, AbstractBounds range)
           
RangeSliceCommand(java.lang.String keyspace, ColumnParent column_parent, SlicePredicate predicate, AbstractBounds range, int max_keys)
           
RangeSliceCommand(java.lang.String keyspace, java.lang.String column_family, byte[] super_column, SlicePredicate predicate, AbstractBounds range, int max_keys)
           
 

Uses of AbstractBounds in org.apache.cassandra.dht
 

Subclasses of AbstractBounds in org.apache.cassandra.dht
 class Bounds
           
 class Range
          A representation of the range that a node is responsible for on the DHT ring.
 

Methods in org.apache.cassandra.dht that return types with arguments of type AbstractBounds
static java.util.List<AbstractBounds> AbstractBounds.normalize(java.util.Collection<? extends AbstractBounds> bounds)
           
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)
           
static ICompactSerializer2<AbstractBounds> AbstractBounds.serializer()
           
abstract  java.util.List<AbstractBounds> AbstractBounds.unwrap()
           
 java.util.List<AbstractBounds> Bounds.unwrap()
           
 java.util.List<AbstractBounds> Range.unwrap()
           
 

Method parameters in org.apache.cassandra.dht with type arguments of type AbstractBounds
static java.util.List<AbstractBounds> AbstractBounds.normalize(java.util.Collection<? extends AbstractBounds> bounds)
           
 

Uses of AbstractBounds in org.apache.cassandra.utils
 

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



Copyright © 2010 The Apache Software Foundation