Uses of Class
com.tangosol.coherence.config.ResolvableParameterList
-
Packages that use ResolvableParameterList Package Description com.tangosol.coherence.config.builder Defines the typical runtime configuration builders for the Coherence configuration object model.com.tangosol.coherence.config.builder.storemanager Defines external Store Manager Builder implementations for Coherence caches.com.tangosol.coherence.config.xml.processor 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 ResolvableParameterList Modifier and Type Method Description protected 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 ResolvableParameterList Modifier and Type Method Description ResolvableParameterList
BdbStoreManagerBuilder. getInitParams()
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.Methods in com.tangosol.coherence.config.builder.storemanager with parameters of type ResolvableParameterList Modifier and Type Method Description void
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 ResolvableParameterList Modifier and Type Method Description ResolvableParameterList
InitParamsProcessor. process(ProcessingContext context, XmlElement element)
Process anXmlElement
to return a specific type of value.
-