Class SchemeMappingRegistry

java.lang.Object
com.tangosol.coherence.config.SchemeMappingRegistry
All Implemented Interfaces:
ResourceMappingRegistry, Iterable<ResourceMapping>

public class SchemeMappingRegistry extends Object implements ResourceMappingRegistry
A SchemeMappingRegistry provides a mechanism to manage a collection of ResourceMappings, together with the ability to search the registry for said ResourceMappings, possibly using wildcards.

SchemeMappingRegistrys are Iterable, the order of iteration being that in which the ResourceMappings where added to the said SchemeMappingRegistry.

There is a separate namespace for CacheMapping and TopicMapping, allowing for a cache and a topic with exactly same name.

Since:
Coherence 14.1.1
Author:
jk 2015.06.01