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 classPartitionPosition.RowPositionSerializer -
Uses of IPartitionerDependentSerializer in org.apache.cassandra.dht
Classes in org.apache.cassandra.dht that implement IPartitionerDependentSerializer Modifier and Type Class Description static classAbstractBounds.AbstractBoundsSerializer<T extends RingPosition<T>>static classToken.TokenSerializerFields in org.apache.cassandra.dht declared as IPartitionerDependentSerializer Modifier and Type Field Description static IPartitionerDependentSerializer<AbstractBounds<PartitionPosition>>AbstractBounds. rowPositionSerializerstatic IPartitionerDependentSerializer<AbstractBounds<Token>>AbstractBounds. tokenSerializerConstructors in org.apache.cassandra.dht with parameters of type IPartitionerDependentSerializer Constructor Description AbstractBoundsSerializer(IPartitionerDependentSerializer<T> serializer)
-