Uses of Class
com.tangosol.coherence.config.ResolvableParameterList
Packages that use 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
Methods in com.tangosol.coherence.config.builder that return ResolvableParameterListModifier 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
Methods in com.tangosol.coherence.config.builder.storemanager that return ResolvableParameterListModifier and TypeMethodDescriptionBdbStoreManagerBuilder.getInitParams()
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.Methods in com.tangosol.coherence.config.builder.storemanager with parameters of type ResolvableParameterListModifier 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
Methods in com.tangosol.coherence.config.xml.processor that return ResolvableParameterListModifier and TypeMethodDescriptionInitParamsProcessor.process
(ProcessingContext context, XmlElement element) Process anXmlElement
to return a specific type of value.