Uses of Class
com.tangosol.util.NullImplementation.NullPersistentStore
-
Packages that use NullImplementation.NullPersistentStore 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.NullPersistentStore in com.tangosol.persistence
Subclasses of NullImplementation.NullPersistentStore in com.tangosol.persistence Modifier and Type Class Description static 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
Fields in com.tangosol.util declared as NullImplementation.NullPersistentStore Modifier and Type Field Description static NullImplementation.NullPersistentStore
NullImplementation.NullPersistentStore. INSTANCE
Singleton instance of a NullPersistentStore.
-