Package | Description |
---|---|
com.tangosol.coherence.config.xml.processor |
Defines the Xml document Element and Attribute Processors for Coherence Cache
Configuration files.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumProcessor<T extends Enum<?>>
A
EnumProcessor is responsible for processing Coherence Enum values
and return the corresponding Enum type. |
class |
MemberListenerProcessor
An ElementProcessor to process a <member-listener> to produce a
List containing a single MemberListener.
|
class |
MemorySizeProcessor
A
MemorySizeProcessor is responsible for processing Coherence
memory sizes and returning them in bytes. |
class |
MillisProcessor
A
MillisProcessor is responsible for processing Coherence time values
and returning them in milliseconds. |
class |
PartitionListenerProcessor
An ElementProcessor to process a <partition-listener> to produce a
List containing a single PartitionListener.
|
class |
PasswordProviderBuilderProcessor
An
ElementProcessor for <password-provider> elements defined by
a Coherence Operational Configuration file. |
static class |
PersistenceEnvironmentsProcessor.PersistenceEnvironmentProcessor
An
ElementProcessor for children elements
of <persistence-environments%gt; element of Coherence Operational
Configuration files. |
class |
PersistenceProcessor
An
ElementProcessor that will parse a <persistence> element to
produce a PersistenceDependencies instance. |
class |
SerializerBuilderProcessor
An
ElementProcessor for <serializer> elements defined by
a Coherence Operational Configuration file. |
class |
SerializerFactoryProcessor
An ElementProcessor that will parse a <serializer> and produce a
suitable SerializerFactory
|
class |
ServiceFailurePolicyProcessor
An ElementProcessor that will parse a <service-failure-policyr> and
produce a suitable ServiceFailurePolicy
|
class |
SpecificInstanceProcessor<T>
An
ElementProcessor that will process an XmlElement defining
a ParameterizedBuilder , after which it will eagerly realized to produce
an instance of the required type. |
class |
StorageAccessAuthorizerBuilderProcessor
An
ElementProcessor for <storage-authorizer> elements defined by
a Coherence Operational Configuration file. |