public interface LogSplitter
Modifier and Type | Interface and Description |
---|---|
static class |
LogSplitter.LogSplitResult |
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.
|
LogSplitter.LogSplitResult split(IMLog log, IMLogInfo logInfo, Cut cut, MinerState minerState)
log
- logInfo
- cut
- minerState
-