Uses of Class
org.apache.camel.component.file.strategy.MarkerFileExclusiveReadLockStrategy
-
Packages that use MarkerFileExclusiveReadLockStrategy Package Description org.apache.camel.component.file.strategy Strategies for the File Component. -
-
Uses of MarkerFileExclusiveReadLockStrategy in org.apache.camel.component.file.strategy
Subclasses of MarkerFileExclusiveReadLockStrategy in org.apache.camel.component.file.strategy 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).classFileLockExclusiveReadLockStrategyAcquires exclusive read lock to the given file.
-