Uses of Class
com.tangosol.coherence.config.ResolvableParameterList
Package
Description
Defines the typical runtime configuration builders for the Coherence
configuration object model.
Defines external Store Manager Builder implementations for Coherence caches.
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
-
Uses of ResolvableParameterList in com.tangosol.coherence.config.builder
Modifier and TypeMethodDescriptionprotected ResolvableParameterList
PersistenceEnvironmentParamBuilder.createResolver
(String sClusterName, String sServiceName) Create aresolver
based on the provided cluster, service name and the state of this builder (active, snapshot and trash directories). -
Uses of ResolvableParameterList in com.tangosol.coherence.config.builder.storemanager
Modifier and TypeMethodDescriptionBdbStoreManagerBuilder.getInitParams()
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.Modifier and TypeMethodDescriptionvoid
BdbStoreManagerBuilder.setInitParams
(ResolvableParameterList listInitParams) Set the BDB init params needed to construct a BerkeleyDBBinaryStoreManager. -
Uses of ResolvableParameterList in com.tangosol.coherence.config.xml.processor
Modifier and TypeMethodDescriptionInitParamsProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.