Class TabletServer
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.TabletServer
-
public class TabletServer extends Object
To use for XML Resource- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description TabletServerInformationserver
-
Constructor Summary
Constructors Constructor Description TabletServer()TabletServer(Monitor monitor, TabletServerStatus status)TabletServer(TabletServerInformation server)
-
-
-
Field Detail
-
server
public final TabletServerInformation server
-
-
Constructor Detail
-
TabletServer
public TabletServer()
-
TabletServer
public TabletServer(TabletServerInformation server)
-
TabletServer
public TabletServer(Monitor monitor, TabletServerStatus status)
-
-