Uses of Interface
org.apache.cassandra.io.sstable.keycache.KeyCacheSupport
Packages that use KeyCacheSupport
Package
Description
-
Uses of KeyCacheSupport in org.apache.cassandra.io.sstable.format.big
Classes in org.apache.cassandra.io.sstable.format.big that implement KeyCacheSupportModifier and TypeClassDescriptionclassSSTableReaders are open()ed by Keyspace.onStart; after that they are created by SSTableWriter.renameAndOpen. -
Uses of KeyCacheSupport in org.apache.cassandra.io.sstable.keycache
Classes in org.apache.cassandra.io.sstable.keycache with type parameters of type KeyCacheSupportModifier and TypeClassDescriptionclassKeyCacheMetrics<R extends SSTableReader & KeyCacheSupport<R>>interfaceKeyCacheSupport<T extends SSTableReader & KeyCacheSupport<T>>