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 MarshallableEntry
ClusterLoader. loadEntry(Object key)
Deprecated. -
Uses of PersistenceException in org.infinispan.persistence.jdbc.stringbased
Methods in org.infinispan.persistence.jdbc.stringbased that throw PersistenceException Modifier and Type Method Description void
JdbcStringBasedStore. prepareWithModifications(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 class
JpaStoreException
-
Uses of PersistenceException in org.infinispan.persistence.remote
Methods in org.infinispan.persistence.remote that throw PersistenceException Modifier and Type Method Description void
RemoteStore. clear()
boolean
RemoteStore. contains(Object key)
boolean
RemoteStore. delete(Object key)
MarshallableEntry<K,V>
RemoteStore. loadEntry(Object key)
void
RemoteStore. start()
void
RemoteStore. stop()
void
RemoteStore. 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 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)
Methods in org.infinispan.persistence.sifs that throw PersistenceException Modifier and Type Method Description void
SoftIndexFileStore. clear()
-
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.
-