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.
|
Modifier and Type | Method and Description |
---|---|
protected ResolvableParameterList |
PersistenceEnvironmentParamBuilder.createResolver(String sClusterName,
String sServiceName)
Create a
resolver based on the provided
cluster, service name and the state of this builder (active, snapshot
and trash directories). |
Modifier and Type | Method and Description |
---|---|
ResolvableParameterList |
BdbStoreManagerBuilder.getInitParams()
Return the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.
|
Modifier and Type | Method and Description |
---|---|
void |
BdbStoreManagerBuilder.setInitParams(ResolvableParameterList listInitParams)
Set the BDB init params needed to construct a BerkeleyDBBinaryStoreManager.
|
Modifier and Type | Method and Description |
---|---|
ResolvableParameterList |
InitParamsProcessor.process(ProcessingContext context,
XmlElement element)
Process an
XmlElement to return a specific type of value. |