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