| Class | Description | 
|---|---|
| CharFileTailingAdaptorUTF8 | A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits
 records at carriage returns. | 
| CharFileTailingAdaptorUTF8NewLineEscaped | A subclass of FileTailingAdaptor that reads UTF8/ascii files and splits
 records at non-escaped carriage returns | 
| FileTailingAdaptor | An adaptor that repeatedly tails a specified file, sending the new bytes. | 
| FileTailingAdaptorPreserveLines | A subclass of FileTailingAdaptor that reads UTF8/ascii files and only send
 chunks with complete lines. | 
| LWFTAdaptor | A base class for file tailing adaptors. | 
| RCheckFTAdaptor | Checkpoint state:
   date modified of most-recently tailed file, offset of first byte of that file,
   then regular FTA arts | 
| TerminatorThread | 
Copyright © 2014 Apache Software Foundation. All Rights Reserved.