Uses of Class
com.tangosol.util.NullImplementation.NullPersistenceEnvironment
-
Packages that use NullImplementation.NullPersistenceEnvironment 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.NullPersistenceEnvironment in com.tangosol.persistence
Subclasses of NullImplementation.NullPersistenceEnvironment in com.tangosol.persistence Modifier and Type Class Description static class
SafePersistenceWrappers.SafePersistenceEnvironment<R,T extends Throwable>
SafePersistenceEnvironment is a wrapper PersistenceEnvironment implementation which protects all operations on the underlying environment (and any PersistenceManger or PersistentStore instances opened through this environment) from unexpected failures, delegating the exception handling to a failureContinuation
. -
Uses of NullImplementation.NullPersistenceEnvironment in com.tangosol.util
Fields in com.tangosol.util declared as NullImplementation.NullPersistenceEnvironment Modifier and Type Field Description static NullImplementation.NullPersistenceEnvironment
NullImplementation.NullPersistenceEnvironment. INSTANCE
Singleton instance of a NullPersistenceEnvironment.
-