Uses of Interface
org.infinispan.util.function.CloseableSupplier
-
Packages that use CloseableSupplier Package Description org.infinispan.persistence.util org.infinispan.util 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 CloseableSupplier in org.infinispan.persistence.util
Classes in org.infinispan.persistence.util that implement CloseableSupplier Modifier and Type Class Description class
PersistenceManagerCloseableSupplier<K,V>
Deprecated.This class is to be removed whenAdvancedCacheLoader.process(KeyFilter, AdvancedCacheLoader.CacheLoaderTask, Executor, boolean, boolean)
is removed -
Uses of CloseableSupplier in org.infinispan.util
Constructors in org.infinispan.util with parameters of type CloseableSupplier Constructor Description CloseableSuppliedIterator(CloseableSupplier<? extends E> supplier)
-