|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
RangeSliceCommand.range
|
Methods in org.apache.cassandra.db with parameters of type AbstractBounds | |
---|---|
RangeSliceReply |
ColumnFamilyStore.getRangeSlice(byte[] super_column,
AbstractBounds range,
int keyMax,
org.apache.cassandra.thrift.SliceRange sliceRange,
java.util.List<byte[]> columnNames)
|
Constructors in org.apache.cassandra.db with parameters of type AbstractBounds | |
---|---|
RangeSliceCommand(java.lang.String keyspace,
org.apache.cassandra.thrift.ColumnParent column_parent,
org.apache.cassandra.thrift.SlicePredicate predicate,
AbstractBounds range,
int max_keys)
|
|
RangeSliceCommand(java.lang.String keyspace,
java.lang.String column_family,
byte[] super_column,
org.apache.cassandra.thrift.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 | |
---|---|
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()
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |