Uses of Interface
org.apache.camel.component.file.GenericFileExclusiveReadLockStrategy
-
Packages that use GenericFileExclusiveReadLockStrategy Package Description org.apache.camel.component.file The File Component for working with file systems.org.apache.camel.component.file.strategy Strategies for the File Component. -
-
Uses of GenericFileExclusiveReadLockStrategy in org.apache.camel.component.file
Fields in org.apache.camel.component.file declared as GenericFileExclusiveReadLockStrategy Modifier and Type Field Description protected GenericFileExclusiveReadLockStrategy<T>GenericFileEndpoint. exclusiveReadLockStrategyMethods in org.apache.camel.component.file that return GenericFileExclusiveReadLockStrategy Modifier and Type Method Description GenericFileExclusiveReadLockStrategy<T>GenericFileEndpoint. getExclusiveReadLockStrategy()Methods in org.apache.camel.component.file with parameters of type GenericFileExclusiveReadLockStrategy Modifier and Type Method Description voidGenericFileEndpoint. 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 GenericFileExclusiveReadLockStrategy Modifier and Type Class Description classFileChangedExclusiveReadLockStrategyAcquires 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).classFileIdempotentChangedRepositoryReadLockStrategyA file read lock that uses anIdempotentRepositoryandchangedas the lock strategy.classFileIdempotentRenameRepositoryReadLockStrategyA file read lock that uses anIdempotentRepositoryandrenameas the lock strategy.classFileIdempotentRepositoryReadLockStrategyA file read lock that uses anIdempotentRepositoryas the lock strategy.classFileLockExclusiveReadLockStrategyAcquires exclusive read lock to the given file.classFileRenameExclusiveReadLockStrategyAcquires exclusive read lock to the given file.classGenericFileRenameExclusiveReadLockStrategy<T>Acquires exclusive read lock to the given file.classMarkerFileExclusiveReadLockStrategyAcquires 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 GenericFileExclusiveReadLockStrategy Modifier and Type Field Description protected GenericFileExclusiveReadLockStrategy<T>GenericFileProcessStrategySupport. exclusiveReadLockStrategyMethods in org.apache.camel.component.file.strategy that return GenericFileExclusiveReadLockStrategy Modifier and Type Method Description GenericFileExclusiveReadLockStrategy<T>GenericFileProcessStrategySupport. getExclusiveReadLockStrategy()Methods in org.apache.camel.component.file.strategy with parameters of type GenericFileExclusiveReadLockStrategy Modifier and Type Method Description voidGenericFileProcessStrategySupport. setExclusiveReadLockStrategy(GenericFileExclusiveReadLockStrategy<T> exclusiveReadLockStrategy)
-