Uses of Interface
org.infinispan.util.logging.LogSupplier
Packages that use LogSupplier
Package
Description
Basic interceptors
General utilities that are not specific to Infinispan, including string parsing helpers, reflection tools and
collections and containers designed to supplement the JDK-provided containers.
-
Uses of LogSupplier in org.infinispan.interceptors.impl
Classes in org.infinispan.interceptors.impl that implement LogSupplierModifier and TypeClassDescriptionclassADDAsyncInterceptorwith common code for all the IRAC related interceptors.classInterceptor used by IRAC for non transactional caches to handle the local site updates.classInterceptor to handle updates from remote sites.classInterceptor used by IRAC for optimistic transactional caches to handle the local site updates.classInterceptor used by IRAC for pessimistic transactional caches to handle the local site updates. -
Uses of LogSupplier in org.infinispan.util
Methods in org.infinispan.util with parameters of type LogSupplierModifier and TypeMethodDescriptionstatic voidIracUtils.logUpdateDiscarded(Object key, IracMetadata metadata, LogSupplier logSupplier) static voidIracUtils.setIracMetadata(CacheEntry<?, ?> entry, int segment, IracMetadata metadata, IracTombstoneManager versionGenerator, LogSupplier logSupplier) Stores theIracMetadataintoCacheEntry.static voidIracUtils.setPrivateMetadata(CacheEntry<?, ?> entry, int segment, PrivateMetadata metadata, IracTombstoneManager versionGenerator, LogSupplier logSupplier) Same asIracUtils.setIracMetadata(CacheEntry, int, IracMetadata, IracTombstoneManager, LogSupplier)but it stores a "full"PrivateMetadatainstead ofIracMetadata.