Interface ListenableMetadataStore

All Superinterfaces:
ConcurrentMetadataStore, MetadataStore
All Known Implementing Classes:
GemfireMetadataStore, ZookeeperMetadataStore

public interface ListenableMetadataStore
extends ConcurrentMetadataStore
ConcurrentMetadataStore with the ability of registering MetadataStoreListener callbacks, to be invoked when changes occur in the metadata store.
Since:
4.2
Author:
Marius Bogoevici