Uses of Class
org.infinispan.persistence.spi.PersistenceException
-
Packages that use PersistenceException Package Description org.infinispan.eviction.impl org.infinispan.persistence.cluster ACacheLoader(notCacheWriter) that polls other nodes in the cluster for state.org.infinispan.persistence.keymappers org.infinispan.persistence.manager Implementations of thePersistenceManagerinterface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.persistence.support org.infinispan.util.logging 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 PersistenceException Modifier and Type Method Description abstract voidAbstractPassivationManager. passivateAll()Passivates all entries that are in memory.voidPassivationManagerImpl. passivateAll()voidPassivationManagerStub. passivateAll()CompletionStage<Void>PassivationManagerImpl. passivateAllAsync() -
Uses of PersistenceException in org.infinispan.persistence.cluster
Methods in org.infinispan.persistence.cluster that throw PersistenceException Modifier and Type Method Description MarshallableEntryClusterLoader. loadEntry(Object key)Deprecated. -
Uses of PersistenceException in org.infinispan.persistence.keymappers
Subclasses of PersistenceException in org.infinispan.persistence.keymappers Modifier and Type Class Description classUnsupportedKeyTypeExceptionException 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 PersistenceException Modifier and Type Method Description CompletionStage<Void>PersistenceManager. prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)Perform the prepare phase of 2PC on all Tx stores.CompletionStage<Void>PersistenceManagerImpl. prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)CompletionStage<Void>PersistenceManagerStub. prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) -
Uses of PersistenceException in org.infinispan.persistence.spi
Subclasses of PersistenceException in org.infinispan.persistence.spi Modifier and Type Class Description classStoreUnavailableExceptionAn exception thrown by thePersistenceManagerif one or more stores are unavailable when a cache operation is attempted.Methods in org.infinispan.persistence.spi that throw PersistenceException Modifier and Type Method Description voidTransactionalCacheWriter. prepareWithModifications(Transaction transaction, BatchModification batchModification)Deprecated.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 PersistenceException Modifier and Type Method Description CompletionStage<Void>DelegatingPersistenceManager. prepareAllTxStores(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate) -
Uses of PersistenceException in org.infinispan.util.logging
Methods in org.infinispan.util.logging that return PersistenceException Modifier and Type Method Description PersistenceExceptionLog_$logger. errorReadingFileStore(String path, long offset)PersistenceExceptionLog. errorReadingFileStore(String path, long offset)PersistenceExceptionLog_$logger. persistedDataMigrationFailed(Throwable cause)PersistenceExceptionLog. persistedDataMigrationFailed(Throwable cause)PersistenceExceptionLog_$logger. storeStartupAttemptsExceeded(String storeName, Throwable t)PersistenceExceptionLog. storeStartupAttemptsExceeded(String storeName, Throwable t)
-