Uses of Class
com.tangosol.util.NullImplementation.NullPersistenceManager
Package
Description
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of NullImplementation.NullPersistenceManager in com.tangosol.persistence
Modifier and TypeClassDescriptionstatic class
SafePersistenceWrappers.SafePersistenceManager<R,
T extends Throwable> SafePersistenceManager is a wrapper PersistenceManager implementation which protects all operations on the underlying manager (and any PersistentStore instances opened by the manager) from unexpected failures, delegating the exception handling to a failureContinuation
. -
Uses of NullImplementation.NullPersistenceManager in com.tangosol.util
Modifier and TypeFieldDescriptionstatic final NullImplementation.NullPersistenceManager
NullImplementation.NullPersistenceManager.INSTANCE
Singleton instance of a NullPersistenceManager.