|
||||||||||
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,
SliceRange sliceRange,
java.util.List<byte[]> columnNames)
|
Constructors in org.apache.cassandra.db with parameters of type AbstractBounds | |
---|---|
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 AbstractBounds | |
---|---|
abstract AbstractBounds |
AbstractBounds.createFrom(Token right)
|
AbstractBounds |
Bounds.createFrom(Token token)
|
AbstractBounds |
Range.createFrom(Token token)
|
Methods in org.apache.cassandra.dht that return types with arguments of type AbstractBounds | |
---|---|
static ICompactSerializer2<AbstractBounds> |
AbstractBounds.serializer()
|
Pair<AbstractBounds,AbstractBounds> |
AbstractBounds.split(Token token)
Given token T and AbstractBounds ?L,R], returns Pair(?L,T], ?T,R]) (where ? means that the same type of Bounds is returned -- Range or Bounds -- as the original.) The original AbstractBounds must contain the token T. |
Pair<AbstractBounds,AbstractBounds> |
AbstractBounds.split(Token token)
Given token T and AbstractBounds ?L,R], returns Pair(?L,T], ?T,R]) (where ? means that the same type of Bounds is returned -- Range or Bounds -- as the original.) The original AbstractBounds must contain the token T. |
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 |