Uses of Class
org.infinispan.persistence.spi.PersistenceException
Package
Description
A
CacheLoader
(not CacheWriter
) that polls other nodes in the cluster for state.Soft Index
AdvancedLoadWriteStore
.The Persistence SPI.
-
Uses of PersistenceException in org.infinispan.eviction.impl
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionLog.prepareTxFailure
(Throwable e) Log.sqlFailureDeletingBatch
(Iterable<Object> keys, Exception e) Log.sqlFailureWritingBatch
(Throwable e) -
Uses of PersistenceException in org.infinispan.persistence.keymappers
Modifier 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
Modifier and TypeMethodDescriptionLog.cannotClearData
(IOException e) Log.cannotClearIndex
(IOException e) Log.cannotLoadKeyFromIndex
(Object key, Exception e) Log.cannotOpenIndex
(String location, IOException e) Log.failedAcquiringLockFile
(Throwable cause, FileSystemLock lock) Log.indexLooksCorrupt
(Exception e) Log.keyIsTooLong
(Object key, int keyLength, int maxNodeSize, int maxKeyLength) -
Uses of PersistenceException in org.infinispan.persistence.spi
Modifier and TypeClassDescriptionclass
An exception thrown by thePersistenceManager
if one or more stores are unavailable when a cache operation is attempted.Modifier and TypeMethodDescriptionvoid
TransactionalCacheWriter.prepareWithModifications
(javax.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
Modifier and TypeMethodDescriptionDelegatingPersistenceManager.prepareAllTxStores
(TxInvocationContext<AbstractCacheTransaction> txInvocationContext, Predicate<? super StoreConfiguration> predicate)