Uses of Class
org.infinispan.persistence.spi.PersistenceException
Packages that use PersistenceException
Package
Description
A
CacheLoader
(not CacheWriter
) that polls other nodes in the cluster for state.Soft Index
NonBlockingStore
.The Persistence SPI.
-
Uses of PersistenceException in org.infinispan.eviction.impl
Methods in org.infinispan.eviction.impl that throw PersistenceExceptionModifier and TypeMethodDescriptionabstract void
AbstractPassivationManager.passivateAll()
Passivates all entries that are in memory.void
PassivationManagerImpl.passivateAll()
void
PassivationManagerStub.passivateAll()
PassivationManagerImpl.passivateAllAsync()
-
Uses of PersistenceException in org.infinispan.persistence.cluster
Methods in org.infinispan.persistence.cluster that throw PersistenceExceptionModifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of PersistenceException in org.infinispan.persistence.jdbc.common.connectionfactory
Methods in org.infinispan.persistence.jdbc.common.connectionfactory that throw PersistenceExceptionModifier and TypeMethodDescriptionabstract Connection
ConnectionFactory.getConnection()
Fetches a connection from the factory.static ConnectionFactory
ConnectionFactory.getConnectionFactory
(Class<? extends ConnectionFactory> connectionFactoryClass) Constructs aConnectionFactory
based on the supplied class name.abstract void
ConnectionFactory.start
(ConnectionFactoryConfiguration factoryConfiguration, ClassLoader classLoader) Starts the connection factory. -
Uses of PersistenceException in org.infinispan.persistence.jdbc.common.logging
Methods in org.infinispan.persistence.jdbc.common.logging that return PersistenceExceptionModifier and TypeMethodDescriptionLog.prepareTxFailure
(Throwable e) Log.sqlFailureWritingBatch
(Throwable e) -
Uses of PersistenceException in org.infinispan.persistence.keymappers
Subclasses of PersistenceException in org.infinispan.persistence.keymappersModifier and TypeClassDescriptionclass
Exception thrown by certain cache stores when one tries to persist an entry with an unsupported key type. -
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceExceptionModifier and TypeMethodDescriptionLog.cannotClearData
(IOException e) Log.cannotLoadKeyFromIndex
(Object key, Exception e) Log.cannotOpenIndex
(String location, IOException e) Log.failedAcquiringLockFile
(Throwable cause, FileSystemLock lock) Log.indexLooksCorrupt
(Exception e) Log.keyIsTooLong
(Object key, int keyLength, int maxNodeSize, int maxKeyLength) -
Uses of PersistenceException in org.infinispan.persistence.spi
Subclasses of PersistenceException in org.infinispan.persistence.spiModifier and TypeClassDescriptionclass
An exception thrown by thePersistenceManager
if one or more stores are unavailable when a cache operation is attempted.Methods in org.infinispan.persistence.spi that throw PersistenceExceptionModifier and TypeMethodDescriptionvoid
TransactionalCacheWriter.prepareWithModifications
(jakarta.transaction.Transaction transaction, BatchModification batchModification) Deprecated, for removal: This API element is subject to removal in a future version.Write modifications to the store in the prepare phase, as this is the only way we know the FINAL values of the entries. -
Uses of PersistenceException in org.infinispan.persistence.support
Methods in org.infinispan.persistence.support that throw PersistenceExceptionModifier and TypeMethodDescriptionDelegatingPersistenceManager.prepareAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)