Uses of Class
org.apache.cassandra.db.PartitionPosition.Kind
-
Packages that use PartitionPosition.Kind Package Description org.apache.cassandra.db org.apache.cassandra.dht -
-
Uses of PartitionPosition.Kind in org.apache.cassandra.db
Methods in org.apache.cassandra.db that return PartitionPosition.Kind Modifier and Type Method Description PartitionPosition.Kind
DecoratedKey. kind()
PartitionPosition.Kind
PartitionPosition. kind()
static PartitionPosition.Kind
PartitionPosition.Kind. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PartitionPosition.Kind[]
PartitionPosition.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PartitionPosition.Kind in org.apache.cassandra.dht
Methods in org.apache.cassandra.dht that return PartitionPosition.Kind Modifier and Type Method Description PartitionPosition.Kind
Token.KeyBound. kind()
-