Uses of Interface
com.tangosol.persistence.PersistenceEnvironmentInfo
-
Packages that use PersistenceEnvironmentInfo Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.persistence Contains classes and helpers for implementing various types of persistence. -
-
Uses of PersistenceEnvironmentInfo in com.tangosol.coherence.config.builder
Classes in com.tangosol.coherence.config.builder that implement PersistenceEnvironmentInfo Modifier and Type Class Description static class
PersistenceEnvironmentParamBuilder.PersistenceEnvironmentInfo
APersistenceEnvironmentInfo
implementation that exposes the active, snapshot and trash directories, in addition to the persistence mode. -
Uses of PersistenceEnvironmentInfo in com.tangosol.persistence
Classes in com.tangosol.persistence that implement PersistenceEnvironmentInfo Modifier and Type Class Description class
AbstractPersistenceEnvironment
Abstract implementation of a ReadBuffer-based PersistentEnvironment.Methods in com.tangosol.persistence that return PersistenceEnvironmentInfo Modifier and Type Method Description static PersistenceEnvironmentInfo
CachePersistenceHelper. getEnvironmentInfo(ExtensibleConfigurableCacheFactory eccf, String sServiceName)
Return thePersistenceEnvironmentInfo
for a given cluster and service name using the currentConfigurableCacheFactory
without starting the services.
-