Uses of Interface
org.apache.hadoop.hbase.hbtop.screen.ScreenView
Packages that use ScreenView
Package
Description
-
Uses of ScreenView in org.apache.hadoop.hbase.hbtop.screen
Classes in org.apache.hadoop.hbase.hbtop.screen that implement ScreenViewModifier and TypeClassDescriptionclass
An abstract class forScreenView
that has the common useful methods and the default implementations for the abstract methods.Fields in org.apache.hadoop.hbase.hbtop.screen declared as ScreenViewMethods in org.apache.hadoop.hbase.hbtop.screen that return ScreenViewModifier and TypeMethodDescriptionAbstractScreenView.handleKeyPress
(KeyPress keyPress) ScreenView.handleKeyPress
(KeyPress keyPress) AbstractScreenView.handleTimer()
ScreenView.handleTimer()
-
Uses of ScreenView in org.apache.hadoop.hbase.hbtop.screen.field
Classes in org.apache.hadoop.hbase.hbtop.screen.field that implement ScreenViewModifier and TypeClassDescriptionclass
The screen where we can change the displayed fields, the sort key and the order of the fields.Fields in org.apache.hadoop.hbase.hbtop.screen.field declared as ScreenViewMethods in org.apache.hadoop.hbase.hbtop.screen.field that return ScreenViewModifier and TypeMethodDescriptionFieldScreenView.handleKeyPress
(KeyPress keyPress) FieldScreenPresenter.transitionToNextScreen()
Constructors in org.apache.hadoop.hbase.hbtop.screen.field with parameters of type ScreenViewModifierConstructorDescriptionFieldScreenPresenter
(FieldScreenView fieldScreenView, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) FieldScreenView
(Screen screen, Terminal terminal, Field sortField, List<Field> fields, EnumMap<Field, Boolean> fieldDisplayMap, FieldScreenPresenter.ResultListener resultListener, ScreenView nextScreenView) -
Uses of ScreenView in org.apache.hadoop.hbase.hbtop.screen.help
Classes in org.apache.hadoop.hbase.hbtop.screen.help that implement ScreenViewFields in org.apache.hadoop.hbase.hbtop.screen.help declared as ScreenViewMethods in org.apache.hadoop.hbase.hbtop.screen.help that return ScreenViewModifier and TypeMethodDescriptionHelpScreenView.handleKeyPress
(KeyPress keyPress) HelpScreenPresenter.transitionToNextScreen()
Constructors in org.apache.hadoop.hbase.hbtop.screen.help with parameters of type ScreenViewModifierConstructorDescriptionHelpScreenPresenter
(HelpScreenView helpScreenView, long refreshDelay, ScreenView nextScreenView) HelpScreenView
(Screen screen, Terminal terminal, long refreshDelay, ScreenView nextScreenView) -
Uses of ScreenView in org.apache.hadoop.hbase.hbtop.screen.mode
Classes in org.apache.hadoop.hbase.hbtop.screen.mode that implement ScreenViewModifier and TypeClassDescriptionclass
The screen where we can choose theMode
in the top screen.Fields in org.apache.hadoop.hbase.hbtop.screen.mode declared as ScreenViewMethods in org.apache.hadoop.hbase.hbtop.screen.mode that return ScreenViewModifier and TypeMethodDescriptionModeScreenView.handleKeyPress
(KeyPress keyPress) ModeScreenPresenter.transitionToNextScreen
(boolean changeMode) Constructors in org.apache.hadoop.hbase.hbtop.screen.mode with parameters of type ScreenViewModifierConstructorDescriptionModeScreenPresenter
(ModeScreenView modeScreenView, Mode currentMode, Consumer<Mode> resultListener, ScreenView nextScreenView) ModeScreenView
(Screen screen, Terminal terminal, Mode currentMode, Consumer<Mode> resultListener, ScreenView nextScreenView) -
Uses of ScreenView in org.apache.hadoop.hbase.hbtop.screen.top
Classes in org.apache.hadoop.hbase.hbtop.screen.top that implement ScreenViewModifier and TypeClassDescriptionclass
The filter display mode in the top screen.class
The input mode in the top screen.class
The message mode in the top screen.class
The screen that provides a dynamic real-time view for the HBase metrics.Fields in org.apache.hadoop.hbase.hbtop.screen.top declared as ScreenViewModifier and TypeFieldDescriptionprivate final ScreenView
FilterDisplayModeScreenPresenter.nextScreenView
private final ScreenView
MessageModeScreenPresenter.nextScreenView
Fields in org.apache.hadoop.hbase.hbtop.screen.top with type parameters of type ScreenViewModifier and TypeFieldDescriptionprivate final Function<String,
ScreenView> InputModeScreenPresenter.resultListener
Methods in org.apache.hadoop.hbase.hbtop.screen.top that return ScreenViewModifier and TypeMethodDescriptionTopScreenPresenter.goToFilterDisplayMode
(Screen screen, Terminal terminal, int row) TopScreenPresenter.goToInputModeForFilter
(Screen screen, Terminal terminal, int row, boolean ignoreCase) TopScreenPresenter.goToInputModeForRefreshDelay
(Screen screen, Terminal terminal, int row) TopScreenPresenter.goToMessageMode
(Screen screen, Terminal terminal, int row, String message) FilterDisplayModeScreenView.handleKeyPress
(KeyPress keyPress) InputModeScreenView.handleKeyPress
(KeyPress keyPress) MessageModeScreenView.handleKeyPress
(KeyPress keyPress) TopScreenView.handleKeyPress
(KeyPress keyPress) MessageModeScreenView.handleTimer()
TopScreenView.handleTimer()
FilterDisplayModeScreenPresenter.returnToNextScreen()
InputModeScreenPresenter.returnToNextScreen()
MessageModeScreenPresenter.returnToNextScreen()
TopScreenPresenter.transitionToFieldScreen
(Screen screen, Terminal terminal) TopScreenPresenter.transitionToHelpScreen
(Screen screen, Terminal terminal) TopScreenPresenter.transitionToModeScreen
(Screen screen, Terminal terminal) private ScreenView
TopScreenView.unknownCommandMessage()
Constructors in org.apache.hadoop.hbase.hbtop.screen.top with parameters of type ScreenViewModifierConstructorDescriptionFilterDisplayModeScreenPresenter
(FilterDisplayModeScreenView filterDisplayModeScreenView, List<RecordFilter> filters, ScreenView nextScreenView) FilterDisplayModeScreenView
(Screen screen, Terminal terminal, int row, List<RecordFilter> filters, ScreenView nextScreenView) MessageModeScreenPresenter
(MessageModeScreenView messageModeScreenView, String message, ScreenView nextScreenView) MessageModeScreenView
(Screen screen, Terminal terminal, int row, String message, ScreenView nextScreenView) Constructor parameters in org.apache.hadoop.hbase.hbtop.screen.top with type arguments of type ScreenViewModifierConstructorDescriptionInputModeScreenPresenter
(InputModeScreenView inputModeScreenView, String message, List<String> histories, Function<String, ScreenView> resultListener) InputModeScreenView
(Screen screen, Terminal terminal, int row, String message, List<String> histories, Function<String, ScreenView> resultListener)