Uses of Class
com.tangosol.persistence.AbstractPersistenceEnvironment
Packages that use AbstractPersistenceEnvironment
Package
Description
Contains classes and helpers for implementing various types of persistence.
-
Uses of AbstractPersistenceEnvironment in com.tangosol.persistence
Fields in com.tangosol.persistence declared as AbstractPersistenceEnvironmentModifier and TypeFieldDescriptionprotected AbstractPersistenceEnvironment
AbstractPersistenceManager.m_env
The environment that created this AbstractPersistenceManager.Methods in com.tangosol.persistence that return AbstractPersistenceEnvironmentModifier and TypeMethodDescriptionprotected AbstractPersistenceEnvironment
AbstractPersistenceManager.getPersistenceEnvironment()
Return the environment that created this manager.Methods in com.tangosol.persistence with parameters of type AbstractPersistenceEnvironmentModifier and TypeMethodDescriptionprotected void
AbstractPersistenceManager.setPersistenceEnvironment
(AbstractPersistenceEnvironment env) Configure the environment that created this manager.