Package | Description |
---|---|
com.tangosol.persistence |
Contains classes and helpers for implementing various types of persistence.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and 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 failure
Continuation . |
Modifier and Type | Field and Description |
---|---|
static NullImplementation.NullPersistenceEnvironment |
NullImplementation.NullPersistenceEnvironment.INSTANCE
Singleton instance of a NullPersistenceEnvironment.
|