Uses of Class
org.infinispan.persistence.spi.PersistenceException
-
Packages that use PersistenceException Package Description org.infinispan.eviction Classes related to eviction.org.infinispan.eviction.impl org.infinispan.persistence.async 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 thePersistenceManager
interface, which define the logic of how infinispan interacts with external stores.org.infinispan.persistence.spi The Persistence SPI.org.infinispan.util.logging Infinispan's logging abstractions that delegate to either JDK or Log4J logging engines. -
-
Uses of PersistenceException in org.infinispan.eviction
Methods in org.infinispan.eviction that throw PersistenceException Modifier and Type Method Description void
PassivationManager. passivateAll()
-
Uses of PersistenceException in org.infinispan.eviction.impl
Methods in org.infinispan.eviction.impl that throw PersistenceException Modifier and Type Method Description void
PassivationManagerImpl. passivateAll()
void
PassivationManagerStub. passivateAll()
-
Uses of PersistenceException in org.infinispan.persistence.async
Methods in org.infinispan.persistence.async that throw PersistenceException Modifier and Type Method Description protected void
AsyncCacheWriter. applyModificationsSync(List<Modification> mods)
-
Uses of PersistenceException in org.infinispan.persistence.cluster
Methods in org.infinispan.persistence.cluster that throw PersistenceException Modifier and Type Method Description MarshalledEntry
ClusterLoader. load(Object key)
-
Uses of PersistenceException in org.infinispan.persistence.keymappers
Subclasses of PersistenceException in org.infinispan.persistence.keymappers Modifier and Type Class Description class
UnsupportedKeyTypeException
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.manager
Methods in org.infinispan.persistence.manager that throw PersistenceException Modifier and Type Method Description void
PersistenceManager. prepareAllTxStores(Transaction transaction, BatchModification batchModification, PersistenceManager.AccessMode accessMode)
Perform the prepare phase of 2PC on all Tx stores.void
PersistenceManagerImpl. prepareAllTxStores(Transaction transaction, BatchModification batchModification, PersistenceManager.AccessMode accessMode)
void
PersistenceManagerStub. prepareAllTxStores(Transaction transaction, BatchModification batchModification, PersistenceManager.AccessMode accessMode)
-
Uses of PersistenceException in org.infinispan.persistence.spi
Subclasses of PersistenceException in org.infinispan.persistence.spi Modifier and Type Class Description class
StoreUnavailableException
An exception thrown by thePersistenceManager
when 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 void
TransactionalCacheWriter. prepareWithModifications(Transaction transaction, BatchModification batchModification)
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.util.logging
Methods in org.infinispan.util.logging that return PersistenceException Modifier and Type Method Description PersistenceException
Log_$logger. errorReadingFileStore(String path, long offset)
PersistenceException
Log. errorReadingFileStore(String path, long offset)
PersistenceException
Log_$logger. storeStartupAttemptsExceeded(String storeName, Throwable t)
PersistenceException
Log. storeStartupAttemptsExceeded(String storeName, Throwable t)
-