@ThriftStruct public class HistoricalPlanStatistics extends Object
| Constructor and Description |
|---|
HistoricalPlanStatistics(List<HistoricalPlanStatisticsEntry> lastRunsStatistics) |
| Modifier and Type | Method and Description |
|---|---|
static HistoricalPlanStatistics |
empty() |
boolean |
equals(Object o) |
List<HistoricalPlanStatisticsEntry> |
getLastRunsStatistics() |
int |
hashCode() |
String |
toString() |
@ThriftConstructor public HistoricalPlanStatistics(List<HistoricalPlanStatisticsEntry> lastRunsStatistics)
@ThriftField(value=1,
requiredness=OPTIONAL)
public List<HistoricalPlanStatisticsEntry> getLastRunsStatistics()
public static HistoricalPlanStatistics empty()
Copyright © 2012–2022. All rights reserved.