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.
Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines.
-
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 TypeMethodDescriptionfinal PersistenceException
Log_$logger.prepareTxFailure
(Throwable e) Log.prepareTxFailure
(Throwable e) final PersistenceException
Log_$logger.sqlFailureRetrievingConnection
(SQLException e) final PersistenceException
Log_$logger.sqlFailureWritingBatch
(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 TypeMethodDescriptionfinal PersistenceException
Log_$logger.cannotClearData
(IOException e) Log.cannotClearData
(IOException e) final PersistenceException
Log_$logger.cannotLoadKeyFromIndex
(Object key, Exception e) Log.cannotLoadKeyFromIndex
(Object key, Exception e) final PersistenceException
Log_$logger.cannotOpenIndex
(String location, IOException e) Log.cannotOpenIndex
(String location, IOException e) final PersistenceException
Log_$logger.failedAcquiringLockFile
(Throwable cause, FileSystemLock lock) Log.failedAcquiringLockFile
(Throwable cause, FileSystemLock lock) final PersistenceException
Log_$logger.indexLooksCorrupt
(Exception e) Log.indexLooksCorrupt
(Exception e) final PersistenceException
Log_$logger.interruptedWhileStopping
(InterruptedException e) final PersistenceException
Log_$logger.keyIsTooLong
(Object key, int keyLength, int maxNodeSize, int maxKeyLength) 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) -
Uses of PersistenceException in org.infinispan.util.logging
Methods in org.infinispan.util.logging that return PersistenceExceptionModifier and TypeMethodDescriptionfinal PersistenceException
Log_$logger.cannotAddStore
(String cacheName) final PersistenceException
Log_$logger.corruptDataMigrationFailed
(String cacheName, Throwable cause) final PersistenceException
Log_$logger.errorReadingFileStore
(String path, long offset) final PersistenceException
Log_$logger.invalidSingleFileStoreData
(String path) final PersistenceException
Log_$logger.issueEncounteredResettingIndex
(String cacheName, Throwable t) final PersistenceException
Log_$logger.persistedDataMigrationFailed
(String cacheName, Throwable cause) final PersistenceException
Log_$logger.persistedDataMigrationUnsupportedVersion
(String magic) final PersistenceException
Log_$logger.problemPreloadingKey
(Object key, Throwable t) final PersistenceException
Log_$logger.storeStartupAttemptsExceeded
(String storeName, Throwable t)