Uses of Class
org.apache.cassandra.index.sai.disk.v1.keystore.KeyLookup.Cursor
Packages that use KeyLookup.Cursor
Package
Description
-
Uses of KeyLookup.Cursor in org.apache.cassandra.index.sai.disk.v1
Fields in org.apache.cassandra.index.sai.disk.v1 declared as KeyLookup.CursorModifier and TypeFieldDescriptionprotected final KeyLookup.CursorSkinnyPrimaryKeyMap.partitionKeyCursorConstructors in org.apache.cassandra.index.sai.disk.v1 with parameters of type KeyLookup.CursorModifierConstructorDescriptionprotectedSkinnyPrimaryKeyMap(LongArray rowIdToTokenArray, LongArray rowIdToPartitionIdArray, KeyLookup.Cursor partitionKeyCursor, PrimaryKey.Factory primaryKeyFactory, SSTableId sstableId) -
Uses of KeyLookup.Cursor in org.apache.cassandra.index.sai.disk.v1.keystore
Methods in org.apache.cassandra.index.sai.disk.v1.keystore that return KeyLookup.CursorModifier and TypeMethodDescriptionKeyLookup.openCursor()Opens a cursor over the keys stored in the keys file.