java.lang.Object
org.apache.hadoop.hbase.hbtop.terminal.impl.batch.BatchTerminal
All Implemented Interfaces:
Closeable, AutoCloseable, Terminal

public class BatchTerminal extends Object implements Terminal
An implementation of the Terminal interface for batch mode. This implementation produces output that's more sensible for collecting to a log file or for parsing. There is no limit on the number of output lines, and the output doesn't contain any escape sequences for formatting.