public class LogSplitterIMlc extends java.lang.Object implements LogSplitter
LogSplitter.LogSplitResult| Constructor and Description |
|---|
LogSplitterIMlc() |
| Modifier and Type | Method and Description |
|---|---|
LogSplitter.LogSplitResult |
split(IMLog log,
IMLogInfo logInfo,
Cut cut,
MinerState minerState)
usage: returns a list of sublogs and a multiset of noise events
Must be thread-safe and abstract, i.e, no side-effects allowed.
|
public LogSplitter.LogSplitResult split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
LogSplittersplit in interface LogSplitter