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