Class TabletServerWithTableInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.TabletServerWithTableInformation
-
public class TabletServerWithTableInformation extends Object
Generates a tserver with table information- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description TableInformationtableTabletServerInformationtserver
-
Constructor Summary
Constructors Constructor Description TabletServerWithTableInformation()TabletServerWithTableInformation(TabletServerInformation tserverInfo, TableInformation tableInfo)Stores a new tserver
-
-
-
Field Detail
-
tserver
public TabletServerInformation tserver
-
table
public TableInformation table
-
-
Constructor Detail
-
TabletServerWithTableInformation
public TabletServerWithTableInformation()
-
TabletServerWithTableInformation
public TabletServerWithTableInformation(TabletServerInformation tserverInfo, TableInformation tableInfo)
Stores a new tserver- Parameters:
tserverInfo- Tserver to addtableInfo- Table information
-
-