| Modifier and Type | Interface and Description | 
|---|---|
| interface  | ChunkQueueA generic interface for queues of Chunks. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractWrapper | 
| class  | MemBuffered | 
| class  | WriteaheadBuffered | 
| Modifier and Type | Field and Description | 
|---|---|
| protected ChunkReceiver | AbstractAdaptor. dest | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | FileAdaptor. extractRecords(ChunkReceiver eq,
              long buffOffsetInFile,
              byte[] buf,
              long fileTime)Extract records from a byte sequence | 
| void | WriteaheadBuffered. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest) | 
| void | MemBuffered. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest) | 
| void | Adaptor. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest)Start this adaptor | 
| void | AbstractWrapper. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest)Note that the name of the inner class will get parsed out as a type | 
| void | AbstractAdaptor. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest) | 
| Constructor and Description | 
|---|
| JMXAdaptor.JMXTimer(ChunkReceiver receiver,
                   JMXAdaptor adaptor,
                   MBeanServerConnection mbsc) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected int | LWFTAdaptor. extractRecords(ChunkReceiver eq,
              long buffOffsetInFile,
              byte[] buf)Extract records from a byte sequence | 
| protected int | FileTailingAdaptorPreserveLines. extractRecords(ChunkReceiver eq,
              long buffOffsetInFile,
              byte[] buf) | 
| protected int | CharFileTailingAdaptorUTF8NewLineEscaped. extractRecords(ChunkReceiver eq,
              long buffOffsetInFile,
              byte[] buf)Note: this method uses a temporary ArrayList (shared across instances). | 
| protected int | CharFileTailingAdaptorUTF8. extractRecords(ChunkReceiver eq,
              long buffOffsetInFile,
              byte[] buf)Note: this method uses a temporary ArrayList (shared across instances). | 
| Constructor and Description | 
|---|
| SigarRunner(ChunkReceiver dest,
           SystemMetrics systemMetrics) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MemLimitQueueAn event queue that blocks once a fixed upper limit of data is enqueued. | 
| class  | NonBlockingMemLimitQueueAn event queue that discards incoming chunks once a fixed upper limit of data
 is enqueued. | 
| class  | WaitingQueue | 
| Modifier and Type | Method and Description | 
|---|---|
| void | MaxRateSender. start(String adaptorID,
     String type,
     long offset,
     ChunkReceiver dest) | 
Copyright © 2014 Apache Software Foundation. All Rights Reserved.