Class GemfireMetadataStore

java.lang.Object
org.springframework.integration.gemfire.metadata.GemfireMetadataStore
All Implemented Interfaces:
ConcurrentMetadataStore, ListenableMetadataStore, MetadataStore

public class GemfireMetadataStore
extends Object
implements ListenableMetadataStore
Gemfire implementation of ListenableMetadataStore. Use this MetadataStore to achieve meta-data persistence shared across application instances and restarts.
Since:
4.0
Author:
Artem Bilan, Venil Noronha, Gary Russell