Uses of Interface
org.apache.cassandra.dht.IPartitionerDependentSerializer
-
Packages that use IPartitionerDependentSerializer Package Description org.apache.cassandra.db org.apache.cassandra.dht -
-
Uses of IPartitionerDependentSerializer in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement IPartitionerDependentSerializer Modifier and Type Class Description static class
PartitionPosition.RowPositionSerializer
-
Uses of IPartitionerDependentSerializer in org.apache.cassandra.dht
Classes in org.apache.cassandra.dht that implement IPartitionerDependentSerializer Modifier and Type Class Description static class
AbstractBounds.AbstractBoundsSerializer<T extends RingPosition<T>>
static class
Token.TokenSerializer
Fields in org.apache.cassandra.dht declared as IPartitionerDependentSerializer Modifier and Type Field Description static IPartitionerDependentSerializer<AbstractBounds<PartitionPosition>>
AbstractBounds. rowPositionSerializer
static IPartitionerDependentSerializer<AbstractBounds<Token>>
AbstractBounds. tokenSerializer
Constructors in org.apache.cassandra.dht with parameters of type IPartitionerDependentSerializer Constructor Description AbstractBoundsSerializer(IPartitionerDependentSerializer<T> serializer)
-