| Enum Constant and Description |
|---|
ACCUMULATORS
Navigation item for accumulators.
|
DASHBOARDS
Navigation item for dashboards.
|
ERRORS
Navigation item for errors.
|
JOURNEYS
Monitoring journeys navi item.
|
LOADFACTORS
Navigation item for load factors.
|
MORE
Collections for additional items
|
MORE_CONFIG
Shows config.
|
MORE_GAUGES
Navi item for gauges.
|
MORE_KILLSWITCH
Navi item for kill switch.
|
MORE_LIBS
Displays libs in the system.
|
MORE_LOADFACTORS |
MORE_MBEANS
Shows mbeans.
|
MORE_NOWRUNNING |
MORE_UPDATE
Shows the update pane.
|
NONE
Constant for action without own navigation item.
|
PLUGINS
Plugins.
|
PRODUCERS
Producers menu item.
|
TAGS
Navigation item for tags.
|
THREADS
Navigation item for threads.
|
THREADS_DUMP
Generates a ThreadDump.
|
THREADS_HISTORY
History of thread creation feature.
|
THREADS_LIST
List of currently running threads.
|
THRESHOLDS
Navigation item for thresholds.
|
TRACERS
Tracers.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCaption() |
java.lang.String |
getId() |
boolean |
isSelected(java.lang.String id) |
static NaviItem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NaviItem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NaviItem PRODUCERS
public static final NaviItem JOURNEYS
public static final NaviItem NONE
public static final NaviItem THRESHOLDS
public static final NaviItem LOADFACTORS
public static final NaviItem ACCUMULATORS
public static final NaviItem DASHBOARDS
public static final NaviItem THREADS
public static final NaviItem TRACERS
public static final NaviItem PLUGINS
public static final NaviItem MORE
public static final NaviItem ERRORS
public static final NaviItem TAGS
public static final NaviItem THREADS_LIST
public static final NaviItem THREADS_DUMP
public static final NaviItem THREADS_HISTORY
public static final NaviItem MORE_LIBS
public static final NaviItem MORE_CONFIG
public static final NaviItem MORE_UPDATE
public static final NaviItem MORE_MBEANS
public static final NaviItem MORE_GAUGES
public static final NaviItem MORE_LOADFACTORS
public static final NaviItem MORE_NOWRUNNING
public static final NaviItem MORE_KILLSWITCH
public static NaviItem[] values()
for (NaviItem c : NaviItem.values()) System.out.println(c);
public static NaviItem valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getId()
public java.lang.String getCaption()
public boolean isSelected(java.lang.String id)
Copyright © 2010-2020 anotheria.net. All Rights Reserved.