Uses of Class
org.apache.accumulo.monitor.rest.tservers.TabletServer
-
Packages that use TabletServer Package Description org.apache.accumulo.monitor.rest org.apache.accumulo.monitor.rest.tservers -
-
Uses of TabletServer in org.apache.accumulo.monitor.rest
Fields in org.apache.accumulo.monitor.rest with type parameters of type TabletServer Modifier and Type Field Description List<TabletServer>SummaryInformation. serversMethods in org.apache.accumulo.monitor.rest with parameters of type TabletServer Modifier and Type Method Description voidSummaryInformation. addTabletServer(TabletServer tablet)Adds a new tablet -
Uses of TabletServer in org.apache.accumulo.monitor.rest.tservers
Methods in org.apache.accumulo.monitor.rest.tservers with parameters of type TabletServer Modifier and Type Method Description voidTabletServers. addTablet(TabletServer tablet)Adds new tservers to the list
-