public interface ExecutionFollowReceiver
Modifier and Type | Method and Description |
---|---|
boolean |
receiveFollowStatus(long offset,
long totalSize,
long duration)
Receive updated log output status
|
boolean |
receiveLogEntry(java.lang.String timeStr,
java.lang.String loglevel,
java.lang.String user,
java.lang.String command,
java.lang.String nodeName,
java.lang.String message)
Receive a log entry
|
boolean receiveFollowStatus(long offset, long totalSize, long duration)
offset
- offset locationtotalSize
- total log file sizeduration
- millisecond duration of the executionboolean receiveLogEntry(java.lang.String timeStr, java.lang.String loglevel, java.lang.String user, java.lang.String command, java.lang.String nodeName, java.lang.String message)
timeStr
- time stringloglevel
- log level stringuser
- usernamecommand
- command contextnodeName
- node namemessage
- log message