Uses of Interface
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
Packages that use GenericFileExclusiveReadLockStrategy
Package
Description
The File Component for working with file systems.
Strategies for the File Component.
-
Uses of GenericFileExclusiveReadLockStrategy in org.apache.camel.component.file
Fields in org.apache.camel.component.file declared as GenericFileExclusiveReadLockStrategyModifier and TypeFieldDescriptionprotected GenericFileExclusiveReadLockStrategy<T> GenericFileEndpoint.exclusiveReadLockStrategyMethods in org.apache.camel.component.file that return GenericFileExclusiveReadLockStrategyMethods in org.apache.camel.component.file with parameters of type GenericFileExclusiveReadLockStrategyModifier and TypeMethodDescriptionvoidGenericFileEndpoint.setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy) Pluggable read-lock as a org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy implementation. -
Uses of GenericFileExclusiveReadLockStrategy in org.apache.camel.component.file.strategy
Classes in org.apache.camel.component.file.strategy that implement GenericFileExclusiveReadLockStrategyModifier and TypeClassDescriptionclassAcquires exclusive read lock to the given file by checking whether the file is being changed by scanning the file at different intervals (to detect changes).classA file read lock that uses anIdempotentRepositoryandchangedas the lock strategy.classA file read lock that uses anIdempotentRepositoryandrenameas the lock strategy.classA file read lock that uses anIdempotentRepositoryas the lock strategy.classAcquires exclusive read lock to the given file.classAcquires exclusive read lock to the given file.classAcquires exclusive read lock to the given file.classAcquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.Fields in org.apache.camel.component.file.strategy declared as GenericFileExclusiveReadLockStrategyModifier and TypeFieldDescriptionprotected GenericFileExclusiveReadLockStrategy<T> GenericFileProcessStrategySupport.exclusiveReadLockStrategyMethods in org.apache.camel.component.file.strategy that return GenericFileExclusiveReadLockStrategyModifier and TypeMethodDescriptionGenericFileProcessStrategySupport.getExclusiveReadLockStrategy()Methods in org.apache.camel.component.file.strategy with parameters of type GenericFileExclusiveReadLockStrategyModifier and TypeMethodDescriptionvoidGenericFileProcessStrategySupport.setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy)