Uses of Interface
org.springframework.integration.metadata.ConcurrentMetadataStore
Package
Description
Provides classes supporting file filtering.
Provides classes supporting FTP file filtering.
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
Modifier and TypeFieldDescriptionprotected final ConcurrentMetadataStore
AbstractPersistentAcceptOnceFileListFilter.store
ModifierConstructorDescription -
Uses of ConcurrentMetadataStore in org.springframework.integration.ftp.filters
ModifierConstructorDescriptionFtpPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.hazelcast.metadata
Modifier and TypeClassDescriptionclass
The HazelcastIMap
-basedListenableMetadataStore
implementation. -
Uses of ConcurrentMetadataStore in org.springframework.integration.jdbc.metadata
Modifier and TypeClassDescriptionclass
Implementation ofConcurrentMetadataStore
using a relational database via JDBC. -
Uses of ConcurrentMetadataStore in org.springframework.integration.metadata
Modifier and TypeInterfaceDescriptioninterface
ConcurrentMetadataStore
with the ability of registeringMetadataStoreListener
callbacks, to be invoked when changes occur in the metadata store.Modifier 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
Modifier and TypeClassDescriptionclass
MongoDbMetadataStore implementation ofConcurrentMetadataStore
. -
Uses of ConcurrentMetadataStore in org.springframework.integration.redis.metadata
-
Uses of ConcurrentMetadataStore in org.springframework.integration.selector
ModifierConstructorDescriptionMetadataStoreSelector
(MessageProcessor<String> keyStrategy, MessageProcessor<String> valueStrategy, ConcurrentMetadataStore metadataStore) MetadataStoreSelector
(MessageProcessor<String> keyStrategy, ConcurrentMetadataStore metadataStore) -
Uses of ConcurrentMetadataStore in org.springframework.integration.sftp.filters
ModifierConstructorDescriptionSftpPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.smb.filters
ModifierConstructorDescriptionSmbPersistentAcceptOnceFileListFilter
(ConcurrentMetadataStore store, String prefix) -
Uses of ConcurrentMetadataStore in org.springframework.integration.zookeeper.metadata
Modifier and TypeClassDescriptionclass
Zookeeper-basedListenableMetadataStore
based on a Zookeeper node.