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
  • Field Details

  • Constructor Details

    • GemfireMetadataStore

      public GemfireMetadataStore(org.apache.geode.cache.Cache cache)
    • GemfireMetadataStore

      public GemfireMetadataStore(org.apache.geode.cache.Region<String,String> region)
  • Method Details