Class TabletServerDetailInformation


  • public class TabletServerDetailInformation
    extends Object
    Generates tserver detail as JSON object
    Since:
    2.0.0
    • Field Detail

      • hostedTablets

        public int hostedTablets
      • minors

        public int minors
      • majors

        public int majors
      • splits

        public int splits
      • entries

        public long entries
    • 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 tablets
        entries - Number of entries
        minors - Number of minor compactions
        majors - Number of major compactions
        splits - Number of splits