Uses of Class
org.apache.cassandra.index.sai.utils.PrimaryKey.Factory
Packages that use PrimaryKey.Factory
Package
Description
-
Uses of PrimaryKey.Factory in org.apache.cassandra.index.sai
Methods in org.apache.cassandra.index.sai that return PrimaryKey.Factory -
Uses of PrimaryKey.Factory in org.apache.cassandra.index.sai.disk.format
Fields in org.apache.cassandra.index.sai.disk.format declared as PrimaryKey.Factory -
Uses of PrimaryKey.Factory in org.apache.cassandra.index.sai.disk.v1
Fields in org.apache.cassandra.index.sai.disk.v1 declared as PrimaryKey.FactoryModifier and TypeFieldDescriptionprotected final PrimaryKey.FactorySkinnyPrimaryKeyMap.Factory.primaryKeyFactoryprotected final PrimaryKey.FactorySkinnyPrimaryKeyMap.primaryKeyFactoryConstructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type PrimaryKey.FactoryModifierConstructorDescriptionprotectedSkinnyPrimaryKeyMap(LongArray rowIdToTokenArray, LongArray rowIdToPartitionIdArray, KeyLookup.Cursor partitionKeyCursor, PrimaryKey.Factory primaryKeyFactory, SSTableId sstableId) -
Uses of PrimaryKey.Factory in org.apache.cassandra.index.sai.disk.v1.segment
Methods in org.apache.cassandra.index.sai.disk.v1.segment with parameters of type PrimaryKey.FactoryModifier and TypeMethodDescriptionstatic List<SegmentMetadata>SegmentMetadata.load(MetadataSource source, PrimaryKey.Factory primaryKeyFactory) -
Uses of PrimaryKey.Factory in org.apache.cassandra.index.sai.plan
Methods in org.apache.cassandra.index.sai.plan that return PrimaryKey.Factory