Class TabletServerSummary
- java.lang.Object
-
- org.apache.accumulo.monitor.rest.tservers.TabletServerSummary
-
public class TabletServerSummary extends Object
Generates a summary for the tserver- Since:
- 2.0.0
-
-
Field Summary
Fields Modifier and Type Field Description List<AllTimeTabletResults>allTimeTabletResultsList<CurrentOperations>currentOperationsCurrentTabletResultscurrentTabletOperationResultsTabletServerDetailInformationdetails
-
Constructor Summary
Constructors Constructor Description TabletServerSummary()TabletServerSummary(TabletServerDetailInformation details, List<AllTimeTabletResults> allTimeResults, CurrentTabletResults currentResults, List<CurrentOperations> currentOperations)Generates tserver information
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddcurrentOperations(CurrentOperations currentOperations)Adds new current operations for the tserver
-
-
-
Field Detail
-
details
public TabletServerDetailInformation details
-
allTimeTabletResults
public List<AllTimeTabletResults> allTimeTabletResults
-
currentTabletOperationResults
public CurrentTabletResults currentTabletOperationResults
-
currentOperations
public List<CurrentOperations> currentOperations
-
-
Constructor Detail
-
TabletServerSummary
public TabletServerSummary()
-
TabletServerSummary
public TabletServerSummary(TabletServerDetailInformation details, List<AllTimeTabletResults> allTimeResults, CurrentTabletResults currentResults, List<CurrentOperations> currentOperations)
Generates tserver information- Parameters:
details- TServer detailsallTimeResults- TServer all time resultscurrentResults- TServer current resultscurrentOperations- TServer current operations
-
-
Method Detail
-
addcurrentOperations
public void addcurrentOperations(CurrentOperations currentOperations)
Adds new current operations for the tserver- Parameters:
currentOperations- Current Operation to add
-
-