abstract class AbstractTailProcessor extends AbstractLineProcessor<TailArguments>
TailCommand
.Modifier and Type | Field and Description |
---|---|
protected long |
count |
Constructor and Description |
---|
AbstractTailProcessor(TailCommand command,
ExecutionContext context,
LineProcessor output) |
Modifier and Type | Method and Description |
---|---|
abstract void |
resetCountersAndFlush() |
getArguments, getCommand, getContext, getOutput
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, processLine
protected final long count
public AbstractTailProcessor(TailCommand command, ExecutionContext context, LineProcessor output)
public abstract void resetCountersAndFlush()
Copyright © 2024. All rights reserved.