AbstractFileChangeMonitor |
Ancestor for file change monitors.
|
AbstractMessageDigestBasedMonitor |
Ancestor for message digest based monitors.
|
FlowFileDigest |
Generates a message digest for a flow file and uses that for comparison.
|
LastModified |
Uses the lastmodified timestamp.
|
MessageDigest |
Generates a message digest and uses that for comparison.
|
MultiMonitor |
Combines the results of the specified monitors according to the combination
type.
|
NoChange |
Dummy, never reports a change.
|
Size |
Uses the file size.
|