Uses of Class
org.infinispan.persistence.spi.PersistenceException
-
-
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.jdbc.connectionfactory
Methods in org.infinispan.persistence.jdbc.connectionfactory that throw PersistenceException Modifier and Type Method Description abstract 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.logging
Methods in org.infinispan.persistence.jdbc.logging that return PersistenceException Modifier and Type Method Description PersistenceException
Log_$logger. prepareTxFailure(Throwable e)
PersistenceException
Log. prepareTxFailure(Throwable e)
PersistenceException
Log_$logger. sqlFailureDeletingBatch(Iterable<Object> keys, Exception e)
PersistenceException
Log. sqlFailureDeletingBatch(Iterable<Object> keys, Exception e)
PersistenceException
Log_$logger. sqlFailureWritingBatch(Exception e)
PersistenceException
Log. sqlFailureWritingBatch(Exception e)
-
Uses of PersistenceException in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that throw PersistenceException Modifier and Type Method Description void
JdbcStringBasedStore. prepareWithModifications(Transaction transaction, BatchModification batchModification)
-
Uses of PersistenceException in org.infinispan.persistence.jpa
Subclasses of PersistenceException in org.infinispan.persistence.jpa Modifier and Type Class Description class
JpaStoreException
-
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, Predicate<? super StoreConfiguration> predicate)
Perform the prepare phase of 2PC on all Tx stores.void
PersistenceManagerImpl. prepareAllTxStores(Transaction transaction, BatchModification batchModification, Predicate<? super StoreConfiguration> predicate)
void
PersistenceManagerStub. prepareAllTxStores(Transaction transaction, BatchModification batchModification, Predicate<? super StoreConfiguration> predicate)
-
Uses of PersistenceException in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote that throw PersistenceException Modifier and Type Method Description void
RemoteStore. clear()
boolean
RemoteStore. contains(Object key)
boolean
RemoteStore. delete(Object key)
MarshalledEntry<K,V>
RemoteStore. load(Object key)
void
RemoteStore. start()
void
RemoteStore. stop()
void
RemoteStore. write(MarshalledEntry entry)
-
Uses of PersistenceException in org.infinispan.persistence.rest.logging
Methods in org.infinispan.persistence.rest.logging that return PersistenceException Modifier and Type Method Description PersistenceException
Log_$logger. errorLoadingRemoteEntries(Exception e)
PersistenceException
Log. errorLoadingRemoteEntries(Exception e)
PersistenceException
Log_$logger. httpError(String status)
PersistenceException
Log_$logger. httpError(Throwable t)
PersistenceException
Log. httpError(String status)
PersistenceException
Log. httpError(Throwable t)
-
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that throw PersistenceException Modifier and Type Method Description void
SoftIndexFileStore. clear()
-
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
if 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)
-