Uses of Interface
org.infinispan.util.function.TriPredicate
Packages that use TriPredicate
Package
Description
Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.-
Uses of TriPredicate in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager with parameters of type TriPredicateModifier and TypeMethodDescriptionPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) Writes a batch for the given modifications in the transactional contextPersistenceManagerImpl.performBatch(TxInvocationContext<AbstractCacheTransaction> ctx, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) TracedPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> ctx, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate) -
Uses of TriPredicate in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support with parameters of type TriPredicateModifier and TypeMethodDescriptionDelegatingPersistenceManager.performBatch(TxInvocationContext<AbstractCacheTransaction> invocationContext, TriPredicate<? super WriteCommand, Object, MVCCEntry<?, ?>> commandKeyPredicate)