Modifier and Type | Interface and Description |
---|---|
interface |
ChunkQueue
A generic interface for queues of Chunks.
|
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 |
Adaptor.start(String adaptorID,
String type,
long offset,
ChunkReceiver dest,
AdaptorManager c)
Start this adaptor
|
void |
AbstractAdaptor.start(String adaptorID,
String type,
long offset,
ChunkReceiver dest,
AdaptorManager c) |
Modifier and Type | Method and Description |
---|---|
protected int |
LWFTAdaptor.extractRecords(ChunkReceiver eq,
long buffOffsetInFile,
byte[] buf)
Extract records from a byte sequence
|
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).
|
boolean |
LWFTAdaptor.tailFile(ChunkReceiver eq) |
boolean |
FileTailingAdaptor.tailFile(ChunkReceiver eq)
Looks at the tail of the associated file, adds some of it to event queue
This method is not thread safe.
|
Constructor and Description |
---|
TerminatorThread(FileTailingAdaptor adaptor,
ChunkReceiver eq) |
Modifier and Type | Class and Description |
---|---|
class |
MemLimitQueue
An event queue that blocks 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,
AdaptorManager c) |
void |
ConstRateAdaptor.start(String adaptorID,
String type,
long offset,
ChunkReceiver dest,
AdaptorManager c) |
Copyright © ${year} The Apache Software Foundation