public interface StreamingLogReaderPlugin extends StreamingLogReader
Modifier and Type | Method and Description |
---|---|
boolean |
initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
Sets the execution context information for the log information being requested, will be called
prior to other methods
StreamingLogReader.openStream(Long) , and must return true to indicate the stream is ready to be open, false otherwise. |
getLastModified, getTotalSize, openStream
getOffset
isComplete
boolean initialize(java.util.Map<java.lang.String,? extends java.lang.Object> context)
StreamingLogReader.openStream(Long)
, and must return true to indicate the stream is ready to be open, false otherwise.context
- execution context data