|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IPartitioner | |
---|---|
org.apache.cassandra.config | |
org.apache.cassandra.dht | |
org.apache.cassandra.io | |
org.apache.cassandra.service | |
org.apache.cassandra.utils |
Uses of IPartitioner in org.apache.cassandra.config |
---|
Methods in org.apache.cassandra.config that return IPartitioner | |
---|---|
static IPartitioner |
DatabaseDescriptor.getPartitioner()
|
Uses of IPartitioner in org.apache.cassandra.dht |
---|
Classes in org.apache.cassandra.dht that implement IPartitioner | |
---|---|
class |
CollatingOrderPreservingPartitioner
|
class |
OrderPreservingPartitioner
|
class |
RandomPartitioner
This class generates a BigIntegerToken using MD5 hash. |
Fields in org.apache.cassandra.dht declared as IPartitioner | |
---|---|
protected IPartitioner |
AbstractBounds.partitioner
|
Constructors in org.apache.cassandra.dht with parameters of type IPartitioner | |
---|---|
AbstractBounds(Token left,
Token right,
IPartitioner partitioner)
|
|
Range(Token left,
Token right,
IPartitioner partitioner)
|
Uses of IPartitioner in org.apache.cassandra.io |
---|
Fields in org.apache.cassandra.io declared as IPartitioner | |
---|---|
protected IPartitioner |
SSTable.partitioner
|
Methods in org.apache.cassandra.io that return IPartitioner | |
---|---|
IPartitioner |
SSTableReader.getPartitioner()
|
Methods in org.apache.cassandra.io with parameters of type IPartitioner | |
---|---|
static SSTableReader |
SSTableReader.open(java.lang.String dataFileName,
IPartitioner partitioner)
public, but only for tests |
Constructors in org.apache.cassandra.io with parameters of type IPartitioner | |
---|---|
SSTable(java.lang.String filename,
IPartitioner partitioner)
|
|
SSTableWriter(java.lang.String filename,
long keyCount,
IPartitioner partitioner)
|
Uses of IPartitioner in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service that return IPartitioner | |
---|---|
static IPartitioner |
StorageService.getPartitioner()
|
Uses of IPartitioner in org.apache.cassandra.utils |
---|
Methods in org.apache.cassandra.utils that return IPartitioner | |
---|---|
IPartitioner |
MerkleTree.partitioner()
|
Methods in org.apache.cassandra.utils with parameters of type IPartitioner | |
---|---|
void |
MerkleTree.partitioner(IPartitioner partitioner)
TODO: Find another way to use the local partitioner after serialization. |
Constructors in org.apache.cassandra.utils with parameters of type IPartitioner | |
---|---|
MerkleTree(IPartitioner partitioner,
byte hashdepth,
long maxsize)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |