| Package | Description | 
|---|---|
| com.tangosol.coherence.config | 
 Defines the Coherence configuration object model for accessing, customizing
and or modifying configuration. 
 | 
| com.tangosol.coherence.config.scheme | 
 Defines the Coherence configuration object model classes and interfaces for 
Caching and Service Schemes. 
 | 
| com.tangosol.coherence.config.xml.processor | 
 Defines the Xml document Element and Attribute Processors for Coherence Cache 
Configuration files. 
 | 
| Constructor and Description | 
|---|
TopicMapping(String sTopicNamePattern,
            String sCachingSchemeName,
            Class<? extends TopicScheme> clsScheme)
Construct a  
TopicMapping for topics that will use raw types by default. | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
NamedTopicScheme
The  
TopicScheme class is responsible for building a fully
 configured instance of a NamedTopic. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PagedTopicScheme
A  
PagedTopicScheme is responsible for building a topic. | 
| Constructor and Description | 
|---|
TopicMappingProcessor(String sNameElementName,
                     Class<? extends TopicScheme> clsScheme)
Create a  
TopicMappingProcessor. |