Uses of Interface
org.springframework.integration.metadata.ConcurrentMetadataStore
Packages that use ConcurrentMetadataStore
Package
Description
Provides classes supporting file filtering.
Provides classes supporting FTP file filtering.
Provides classes for the Gemfire MetadataStore.
Provides the Metadata Store support classes.
Contains JDBC implementation of MetadataStore
Provides classes supporting metadata stores.
Contains mongodb metadata store related classes
Provides support for Redis-based
MetadataStore
s.Provides classes related to message selection.
Provides classes supporting SFTP file filtering.
SMB Namespace support classes.
Provides classes supporting the Zookeeper-based
ListenableMetadataStore
-
Uses of ConcurrentMetadataStore in org.springframework.integration.file.filters
Fields in org.springframework.integration.file.filters declared as ConcurrentMetadataStoreModifier and TypeFieldDescriptionprotected final ConcurrentMetadataStore
AbstractPersistentAcceptOnceFileListFilter.store
Constructors in org.springframework.integration.file.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescription -
Uses of ConcurrentMetadataStore in org.springframework.integration.ftp.filters
Constructors in org.springframework.integration.ftp.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionFtpPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.gemfire.metadata
Classes in org.springframework.integration.gemfire.metadata that implement ConcurrentMetadataStore -
Uses of ConcurrentMetadataStore in org.springframework.integration.hazelcast.metadata
Classes in org.springframework.integration.hazelcast.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclass
The HazelcastIMap
-basedListenableMetadataStore
implementation. -
Uses of ConcurrentMetadataStore in org.springframework.integration.jdbc.metadata
Classes in org.springframework.integration.jdbc.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclass
Implementation ofConcurrentMetadataStore
using a relational database via JDBC. -
Uses of ConcurrentMetadataStore in org.springframework.integration.metadata
Subinterfaces of ConcurrentMetadataStore in org.springframework.integration.metadataModifier and TypeInterfaceDescriptioninterface
ConcurrentMetadataStore
with the ability of registeringMetadataStoreListener
callbacks, to be invoked when changes occur in the metadata store.Classes in org.springframework.integration.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclass
Properties file-based implementation ofMetadataStore
.class
Simple implementation ofMetadataStore
that uses aConcurrentMap
for the data store. -
Uses of ConcurrentMetadataStore in org.springframework.integration.mongodb.metadata
Classes in org.springframework.integration.mongodb.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclass
MongoDbMetadataStore implementation ofConcurrentMetadataStore
. -
Uses of ConcurrentMetadataStore in org.springframework.integration.redis.metadata
Classes in org.springframework.integration.redis.metadata that implement ConcurrentMetadataStore -
Uses of ConcurrentMetadataStore in org.springframework.integration.selector
Constructors in org.springframework.integration.selector with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionMetadataStoreSelector
(MessageProcessor<String> keyStrategy, MessageProcessor<String> valueStrategy, ConcurrentMetadataStore metadataStore) MetadataStoreSelector
(MessageProcessor<String> keyStrategy, ConcurrentMetadataStore metadataStore) -
Uses of ConcurrentMetadataStore in org.springframework.integration.sftp.filters
Constructors in org.springframework.integration.sftp.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionSftpPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.smb.filters
Constructors in org.springframework.integration.smb.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionSmbPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.zookeeper.metadata
Classes in org.springframework.integration.zookeeper.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclass
Zookeeper-basedListenableMetadataStore
based on a Zookeeper node.