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 MarshallableEntryClusterLoader. 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 classJpaStoreException -
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceException Modifier and Type Method Description PersistenceExceptionLog. cannotClearData(IOException e)PersistenceExceptionLog. cannotClearIndex(IOException e)PersistenceExceptionLog. cannotLoadKeyFromIndex(Object key, Exception e)PersistenceExceptionLog. cannotOpenIndex(String location, IOException e)PersistenceExceptionLog. indexLooksCorrupt(Exception e)PersistenceExceptionLog. interruptedWhileClearing(InterruptedException e)PersistenceExceptionLog. interruptedWhileStopping(InterruptedException e)PersistenceExceptionLog. keyIsTooLong(Object key, int keyLength, int maxNodeSize, int maxKeyLength)PersistenceExceptionLog. sizeCalculationInterrupted(InterruptedException e) -
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, 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.
-