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.jdbc.stringbased JDBC CacheStore implementation which maps keys to strings.org.infinispan.persistence.jpa JPA-basedAdvancedLoadWriteStore.org.infinispan.persistence.remote Hot Rod-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(java.lang.Object key) -
Uses of PersistenceException in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that throw PersistenceException Modifier and Type Method Description voidJdbcStringBasedStore. prepareWithModifications(javax.transaction.Transaction transaction, org.infinispan.persistence.support.BatchModification batchModification) -
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.remote
Methods in org.infinispan.persistence.remote that throw PersistenceException Modifier and Type Method Description voidRemoteStore. clear()booleanRemoteStore. contains(java.lang.Object key)booleanRemoteStore. delete(java.lang.Object key)MarshallableEntry<K,V>RemoteStore. loadEntry(java.lang.Object key)voidRemoteStore. start()voidRemoteStore. stop()voidRemoteStore. write(MarshallableEntry entry) -
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceException Modifier and Type Method Description PersistenceExceptionLog_$logger. cannotClearData(java.io.IOException e)PersistenceExceptionLog. cannotClearData(java.io.IOException e)PersistenceExceptionLog_$logger. cannotClearIndex(java.io.IOException e)PersistenceExceptionLog. cannotClearIndex(java.io.IOException e)PersistenceExceptionLog_$logger. cannotLoadKeyFromIndex(java.lang.Object key, java.lang.Exception e)PersistenceExceptionLog. cannotLoadKeyFromIndex(java.lang.Object key, java.lang.Exception e)PersistenceExceptionLog_$logger. cannotOpenIndex(java.lang.String location, java.io.IOException e)PersistenceExceptionLog. cannotOpenIndex(java.lang.String location, java.io.IOException e)PersistenceExceptionLog_$logger. indexLooksCorrupt(java.lang.Exception e)PersistenceExceptionLog. indexLooksCorrupt(java.lang.Exception e)PersistenceExceptionLog_$logger. interruptedWhileClearing(java.lang.InterruptedException e)PersistenceExceptionLog. interruptedWhileClearing(java.lang.InterruptedException e)PersistenceExceptionLog_$logger. interruptedWhileStopping(java.lang.InterruptedException e)PersistenceExceptionLog. interruptedWhileStopping(java.lang.InterruptedException e)PersistenceExceptionLog_$logger. keyIsTooLong(java.lang.Object key, int keyLength, int maxNodeSize, int maxKeyLength)PersistenceExceptionLog. keyIsTooLong(java.lang.Object key, int keyLength, int maxNodeSize, int maxKeyLength)PersistenceExceptionLog_$logger. sizeCalculationInterrupted(java.lang.InterruptedException e)PersistenceExceptionLog. sizeCalculationInterrupted(java.lang.InterruptedException e)Methods in org.infinispan.persistence.sifs that throw PersistenceException Modifier and Type Method Description voidSoftIndexFileStore. clear() -
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(javax.transaction.Transaction transaction, org.infinispan.persistence.support.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.
-