Uses of Class
com.tangosol.util.NullImplementation.NullPersistenceEnvironment
Package
Description
Contains classes and helpers for implementing various types of persistence.
Contains various generic utilities.
-
Uses of NullImplementation.NullPersistenceEnvironment in com.tangosol.persistence
Modifier and TypeClassDescriptionstatic class
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
Modifier and TypeFieldDescriptionstatic final NullImplementation.NullPersistenceEnvironment
NullImplementation.NullPersistenceEnvironment.INSTANCE
Singleton instance of a NullPersistenceEnvironment.