Uses of Interface
org.apache.cassandra.cache.IRowCacheEntry
Packages that use IRowCacheEntry
Package
Description
-
Uses of IRowCacheEntry in org.apache.cassandra.cache
Classes in org.apache.cassandra.cache that implement IRowCacheEntryMethods in org.apache.cassandra.cache that return IRowCacheEntryModifier and TypeMethodDescriptionSerializingCacheProvider.RowCacheSerializer.deserialize(DataInputPlus in) Methods in org.apache.cassandra.cache that return types with arguments of type IRowCacheEntryModifier and TypeMethodDescriptionNopCacheProvider.create()OHCProvider.create()SerializingCacheProvider.create()Methods in org.apache.cassandra.cache with parameters of type IRowCacheEntryModifier and TypeMethodDescriptionvoidSerializingCacheProvider.RowCacheSerializer.serialize(IRowCacheEntry entry, DataOutputPlus out) longSerializingCacheProvider.RowCacheSerializer.serializedSize(IRowCacheEntry entry) -
Uses of IRowCacheEntry in org.apache.cassandra.db.partitions
Subinterfaces of IRowCacheEntry in org.apache.cassandra.db.partitionsModifier and TypeInterfaceDescriptioninterfaceA partition stored in the partition cache.Classes in org.apache.cassandra.db.partitions that implement IRowCacheEntry -
Uses of IRowCacheEntry in org.apache.cassandra.service
Fields in org.apache.cassandra.service with type parameters of type IRowCacheEntryMethods in org.apache.cassandra.service that return types with arguments of type IRowCacheEntry