Spring Integration for VMware GemFire
Class GemfireMetadataStore
java.lang.Object
org.springframework.integration.gemfire.metadata.GemfireMetadataStore
- All Implemented Interfaces:
org.springframework.integration.metadata.ConcurrentMetadataStore,org.springframework.integration.metadata.ListenableMetadataStore,org.springframework.integration.metadata.MetadataStore
public class GemfireMetadataStore
extends Object
implements org.springframework.integration.metadata.ListenableMetadataStore
Gemfire implementation of
ListenableMetadataStore.
Use this MetadataStore
to achieve meta-data persistence shared across application instances and
restarts.- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGemfireMetadataStore(org.apache.geode.cache.Cache cache) GemfireMetadataStore(org.apache.geode.cache.Region<String, String> region) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddListener(org.springframework.integration.metadata.MetadataStoreListener listener) voidputIfAbsent(String key, String value) voidremoveListener(org.springframework.integration.metadata.MetadataStoreListener listener) boolean
-
Field Details
-
KEY
- See Also:
-
-
Constructor Details
-
GemfireMetadataStore
public GemfireMetadataStore(org.apache.geode.cache.Cache cache) -
GemfireMetadataStore
-
-
Method Details
-
put
- Specified by:
putin interfaceorg.springframework.integration.metadata.MetadataStore
-
putIfAbsent
- Specified by:
putIfAbsentin interfaceorg.springframework.integration.metadata.ConcurrentMetadataStore
-
replace
- Specified by:
replacein interfaceorg.springframework.integration.metadata.ConcurrentMetadataStore
-
get
- Specified by:
getin interfaceorg.springframework.integration.metadata.MetadataStore
-
remove
- Specified by:
removein interfaceorg.springframework.integration.metadata.MetadataStore
-
addListener
public void addListener(org.springframework.integration.metadata.MetadataStoreListener listener) - Specified by:
addListenerin interfaceorg.springframework.integration.metadata.ListenableMetadataStore
-
removeListener
public void removeListener(org.springframework.integration.metadata.MetadataStoreListener listener) - Specified by:
removeListenerin interfaceorg.springframework.integration.metadata.ListenableMetadataStore
-