Class TabletServerDetailInformation
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.TabletServerDetailInformation
-
public class TabletServerDetailInformation extends Object
Generates tserver detail as JSON object- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description longentriesinthostedTabletsintmajorsintminorsintsplits
-
Constructor Summary
Constructors Constructor Description TabletServerDetailInformation()TabletServerDetailInformation(int hostedTablets, long entries, int minors, int majors, int splits)Store new tserver details
-
-
-
Constructor Detail
-
TabletServerDetailInformation
public TabletServerDetailInformation()
-
TabletServerDetailInformation
public TabletServerDetailInformation(int hostedTablets, long entries, int minors, int majors, int splits)Store new tserver details- Parameters:
hostedTablets- Number of hosted tabletsentries- Number of entriesminors- Number of minor compactionsmajors- Number of major compactionssplits- Number of splits
-
-