Uses of Class
org.infinispan.persistence.spi.PersistenceException
-
Packages that use PersistenceException Package Description org.infinispan.persistence.cluster ACacheLoader
(notCacheWriter
) that polls other nodes in the cluster for state.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore
.org.infinispan.persistence.sifs Soft IndexAdvancedLoadWriteStore
.org.infinispan.persistence.spi The Persistence SPI. -
-
Uses of PersistenceException in org.infinispan.persistence.cluster
Methods in org.infinispan.persistence.cluster that throw PersistenceException Modifier and Type Method Description MarshallableEntry
ClusterLoader. loadEntry(Object key)
Deprecated. -
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.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceException Modifier and Type Method Description PersistenceException
Log. cannotClearData(IOException e)
PersistenceException
Log. cannotClearIndex(IOException e)
PersistenceException
Log. cannotLoadKeyFromIndex(Object key, Exception e)
PersistenceException
Log. cannotOpenIndex(String location, IOException e)
PersistenceException
Log. indexLooksCorrupt(Exception e)
PersistenceException
Log. interruptedWhileClearing(InterruptedException e)
PersistenceException
Log. interruptedWhileStopping(InterruptedException e)
PersistenceException
Log. keyIsTooLong(Object key, int keyLength, int maxNodeSize, int maxKeyLength)
PersistenceException
Log. sizeCalculationInterrupted(InterruptedException e)
-
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, org.infinispan.persistence.support.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.
-