Uses of Interface
org.infinispan.container.impl.KeyValueMetadataSizeCalculator
Packages that use KeyValueMetadataSizeCalculator
Package
Description
Entries which are stored in data containers.
Basic interceptors
-
Uses of KeyValueMetadataSizeCalculator in org.infinispan.container.entries
Classes in org.infinispan.container.entries that implement KeyValueMetadataSizeCalculatorModifier and TypeClassDescriptionclassImplementation of a size calculator that calculates only the size of the value assuming it is an InternalCacheEntry. -
Uses of KeyValueMetadataSizeCalculator in org.infinispan.container.offheap
Subinterfaces of KeyValueMetadataSizeCalculator in org.infinispan.container.offheapModifier and TypeInterfaceDescriptioninterfaceFactory that can createInternalCacheEntryobjects that use off-heap heap memory.Classes in org.infinispan.container.offheap that implement KeyValueMetadataSizeCalculatorModifier and TypeClassDescriptionclassFactory that can create CacheEntry instances from off-heap memory. -
Uses of KeyValueMetadataSizeCalculator in org.infinispan.interceptors.impl
Methods in org.infinispan.interceptors.impl with parameters of type KeyValueMetadataSizeCalculatorModifier and TypeMethodDescriptionvoidTransactionalExceptionEvictionInterceptor.inject(Configuration config, InternalDataContainer<Object, Object> dataContainer, KeyValueMetadataSizeCalculator<Object, Object> calculator, DistributionManager dm, InternalExpirationManager<Object, Object> expirationManager)