Uses of Class
org.apache.accumulo.monitor.rest.tservers.TabletServerInformation
-
Packages that use TabletServerInformation Package Description org.apache.accumulo.monitor.rest.tservers -
-
Uses of TabletServerInformation in org.apache.accumulo.monitor.rest.tservers
Fields in org.apache.accumulo.monitor.rest.tservers declared as TabletServerInformation Modifier and Type Field Description TabletServerInformationTabletServer. serverTabletServerInformationTabletServerWithTableInformation. tserverFields in org.apache.accumulo.monitor.rest.tservers with type parameters of type TabletServerInformation Modifier and Type Field Description List<TabletServerInformation>TabletServers. serversConstructors in org.apache.accumulo.monitor.rest.tservers with parameters of type TabletServerInformation Constructor Description TabletServer(TabletServerInformation server)TabletServerWithTableInformation(TabletServerInformation tserverInfo, TableInformation tableInfo)Stores a new tserver
-