Uses of Class
org.infinispan.persistence.spi.PersistenceException
Packages that use 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.persistence.cluster
Methods in org.infinispan.persistence.cluster that throw PersistenceExceptionModifier and TypeMethodDescriptionDeprecated. -
Uses of PersistenceException in org.infinispan.persistence.sifs
Methods in org.infinispan.persistence.sifs that return PersistenceExceptionModifier and TypeMethodDescriptionLog.cannotClearData(IOException e) Log.cannotClearIndex(IOException e) Log.cannotLoadKeyFromIndex(Object key, Exception e) Log.cannotOpenIndex(String location, IOException e) Log.indexLooksCorrupt(Exception e) Log.keyIsTooLong(Object key, int keyLength, int maxNodeSize, int maxKeyLength) -
Uses of PersistenceException in org.infinispan.persistence.spi
Subclasses of PersistenceException in org.infinispan.persistence.spiModifier and TypeClassDescriptionclassAn exception thrown by thePersistenceManagerif one or more stores are unavailable when a cache operation is attempted.Methods in org.infinispan.persistence.spi that throw PersistenceExceptionModifier and TypeMethodDescriptionvoidTransactionalCacheWriter.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.