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 class
FileChangedExclusiveReadLockStrategy
Acquires 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).class
FileLockExclusiveReadLockStrategy
Acquires exclusive read lock to the given file.
-