Uses of Interface
org.infinispan.util.logging.LogSupplier
Package
Description
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.util
Modifier and TypeMethodDescriptionstatic void
IracUtils.logUpdateDiscarded
(Object key, IracMetadata metadata, LogSupplier logSupplier) static void
IracUtils.setIracMetadata
(CacheEntry<?, ?> entry, int segment, IracMetadata metadata, IracTombstoneManager versionGenerator, LogSupplier logSupplier) Stores theIracMetadata
intoCacheEntry
.static void
IracUtils.setPrivateMetadata
(CacheEntry<?, ?> entry, int segment, PrivateMetadata metadata, IracTombstoneManager versionGenerator, LogSupplier logSupplier) Same asIracUtils.setIracMetadata(CacheEntry, int, IracMetadata, IracTombstoneManager, LogSupplier)
but it stores a "full"PrivateMetadata
instead ofIracMetadata
.