Uses of Class
com.tangosol.util.NullImplementation.NullPersistenceManager
-
Packages that use NullImplementation.NullPersistenceManager Package Description com.tangosol.persistence Contains classes and helpers for implementing various types of persistence.com.tangosol.util Contains various generic utilities. -
-
Uses of NullImplementation.NullPersistenceManager in com.tangosol.persistence
Subclasses of NullImplementation.NullPersistenceManager in com.tangosol.persistence Modifier and Type Class Description static 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
Fields in com.tangosol.util declared as NullImplementation.NullPersistenceManager Modifier and Type Field Description static NullImplementation.NullPersistenceManager
NullImplementation.NullPersistenceManager. INSTANCE
Singleton instance of a NullPersistenceManager.
-