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.Implementations of the
PersistenceManager interface, which define the logic
of how infinispan interacts with external stores.Soft Index
AdvancedLoadWriteStore.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 voidAbstractPassivationManager.passivateAll()Passivates all entries that are in memory.voidPassivationManagerImpl.passivateAll()voidPassivationManagerStub.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.keymappers
Subclasses of PersistenceException in org.infinispan.persistence.keymappersModifier and TypeClassDescriptionclassException thrown by certain cache stores when one tries to persist an entry with an unsupported key type. -
Uses of PersistenceException in org.infinispan.persistence.manager
Methods in org.infinispan.persistence.manager that throw PersistenceExceptionModifier and TypeMethodDescriptionPersistenceManager.prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) Perform the prepare phase of 2PC on all Tx stores.PersistenceManagerImpl.prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) -
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceExceptionModifier and TypeMethodDescriptionfinal PersistenceExceptionLog_$logger.cannotClearData(IOException e) Log.cannotClearData(IOException e) final PersistenceExceptionLog_$logger.cannotLoadKeyFromIndex(Object key, Exception e) Log.cannotLoadKeyFromIndex(Object key, Exception e) final PersistenceExceptionLog_$logger.cannotOpenIndex(String location, IOException e) Log.cannotOpenIndex(String location, IOException e) final PersistenceExceptionLog_$logger.failedAcquiringLockFile(Throwable cause, org.infinispan.commons.util.concurrent.FileSystemLock lock) Log.failedAcquiringLockFile(Throwable cause, org.infinispan.commons.util.concurrent.FileSystemLock lock) final PersistenceExceptionLog_$logger.indexLooksCorrupt(Exception e) Log.indexLooksCorrupt(Exception e) final PersistenceExceptionLog_$logger.interruptedWhileStopping(InterruptedException e) final PersistenceExceptionLog_$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 TypeClassDescriptionclassAn exception thrown by thePersistenceManagerif one or more stores are unavailable when a cache operation is attempted.Methods in org.infinispan.persistence.spi that throw PersistenceExceptionModifier and TypeMethodDescriptionvoidTransactionalCacheWriter.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 PersistenceExceptionLog_$logger.cannotAddStore(String cacheName) Log.cannotAddStore(String cacheName) final PersistenceExceptionLog_$logger.corruptDataMigrationFailed(String cacheName, Throwable cause) Log.corruptDataMigrationFailed(String cacheName, Throwable cause) final PersistenceExceptionLog_$logger.errorReadingFileStore(String path, long offset) Log.errorReadingFileStore(String path, long offset) final PersistenceExceptionLog_$logger.invalidSingleFileStoreData(String path) Log.invalidSingleFileStoreData(String path) final PersistenceExceptionLog_$logger.issueEncounteredResettingIndex(String cacheName, Throwable t) Log.issueEncounteredResettingIndex(String cacheName, Throwable t) final PersistenceExceptionLog_$logger.persistedDataMigrationFailed(String cacheName, Throwable cause) Log.persistedDataMigrationFailed(String cacheName, Throwable cause) final PersistenceExceptionLog_$logger.persistedDataMigrationUnsupportedVersion(String magic) Log.persistedDataMigrationUnsupportedVersion(String magic) final PersistenceExceptionLog_$logger.problemPreloadingKey(Object key, Throwable t) Log.problemPreloadingKey(Object key, Throwable t) final PersistenceExceptionLog_$logger.storeStartupAttemptsExceeded(String storeName, Throwable t) Log.storeStartupAttemptsExceeded(String storeName, Throwable t)