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 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
 
MetadataStores.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.filtersFields in org.springframework.integration.file.filters declared as ConcurrentMetadataStoreModifier and TypeFieldDescriptionprotected final ConcurrentMetadataStoreAbstractPersistentAcceptOnceFileListFilter.storeConstructors in org.springframework.integration.file.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescription
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.ftp.filtersConstructors in org.springframework.integration.ftp.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionFtpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, String prefix) 
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.hazelcast.metadataClasses in org.springframework.integration.hazelcast.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclassThe HazelcastIMap-basedListenableMetadataStoreimplementation.
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.jdbc.metadataClasses in org.springframework.integration.jdbc.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclassImplementation ofConcurrentMetadataStoreusing a relational database via JDBC.
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.metadataSubinterfaces of ConcurrentMetadataStore in org.springframework.integration.metadataModifier and TypeInterfaceDescriptioninterfaceConcurrentMetadataStorewith the ability of registeringMetadataStoreListenercallbacks, to be invoked when changes occur in the metadata store.Classes in org.springframework.integration.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclassProperties file-based implementation ofMetadataStore.classSimple implementation ofMetadataStorethat uses aConcurrentMapfor the data store.
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.mongodb.metadataClasses in org.springframework.integration.mongodb.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclassMongoDbMetadataStore implementation ofConcurrentMetadataStore.
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.redis.metadataClasses in org.springframework.integration.redis.metadata that implement ConcurrentMetadataStore
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.selectorConstructors 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.filtersConstructors in org.springframework.integration.sftp.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionSftpPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, String prefix) 
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.smb.filtersConstructors in org.springframework.integration.smb.filters with parameters of type ConcurrentMetadataStoreModifierConstructorDescriptionSmbPersistentAcceptOnceFileListFilter(ConcurrentMetadataStore store, String prefix) 
- 
Uses of ConcurrentMetadataStore in org.springframework.integration.zookeeper.metadataClasses in org.springframework.integration.zookeeper.metadata that implement ConcurrentMetadataStoreModifier and TypeClassDescriptionclassZookeeper-basedListenableMetadataStorebased on a Zookeeper node.