See: Description
| Interface | Description |
|---|---|
| GenericFileRenamer<T> |
Used for renaming files.
|
| Class | Description |
|---|---|
| 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).
|
| FileLockExclusiveReadLockStrategy |
Acquires exclusive read lock to the given file.
|
| FileProcessStrategyFactory | |
| FileRenameExclusiveReadLockStrategy |
Acquires exclusive read lock to the given file.
|
| GenericFileDeleteProcessStrategy<T> | |
| GenericFileExpressionRenamer<T> | |
| GenericFileNoOpProcessStrategy<T> | |
| GenericFileProcessStrategyFactory | |
| GenericFileProcessStrategySupport<T> |
Base class for implementations of
GenericFileProcessStrategy. |
| GenericFileRenameExclusiveReadLockStrategy<T> |
Acquires exclusive read lock to the given file.
|
| GenericFileRenameProcessStrategy<T> | |
| MarkerFileExclusiveReadLockStrategy |
Acquires read lock to the given file using a marker file so other Camel consumers wont acquire the same file.
|
Apache Camel