Class TerminalImpl

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

@Private public class TerminalImpl extends Object implements Terminal
An implementation of the Terminal interface for normal display mode. This implementation produces output intended for human viewing. In particular, it only displays one screenful of data. The output contains some escape sequences for formatting.