Uses of Class
jetbrains.buildServer.serverSide.impl.serverStatistics.MaxPeriodical.Data
-
Packages that use MaxPeriodical.Data Package Description jetbrains.buildServer.serverSide.impl.serverStatistics jetbrains.buildServer.serverSide.impl.serverStatistics.providers -
-
Uses of MaxPeriodical.Data in jetbrains.buildServer.serverSide.impl.serverStatistics
Methods in jetbrains.buildServer.serverSide.impl.serverStatistics that return MaxPeriodical.Data Modifier and Type Method Description MaxPeriodical.Data<T>MaxPeriodical. peek(long timestamp)MaxPeriodical.Data<Long>StoredMaxPeriodical. peek(long timestamp)MaxPeriodical.Data<T>MaxPeriodical. reset(long timestamp)Sets current maximum to minimal value (seeMaxPeriodical.getMinValue()) and start new periodMaxPeriodical.Data<Long>StoredMaxPeriodical. reset(long timestamp)Methods in jetbrains.buildServer.serverSide.impl.serverStatistics that return types with arguments of type MaxPeriodical.Data Modifier and Type Method Description List<MaxPeriodical.Data<T>>MaxPeriodical. peek(long since, long till)List<MaxPeriodical.Data<Long>>StoredMaxPeriodical. peek(long since, long till) -
Uses of MaxPeriodical.Data in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Methods in jetbrains.buildServer.serverSide.impl.serverStatistics.providers that return MaxPeriodical.Data Modifier and Type Method Description MaxPeriodical.Data<Long>ServerUsageStatsProvider.PeriodicalServerUsageStatsProvider. getCurrentValue(long timestamp)MaxPeriodical.Data<Long>StoredPeriodicalServerUsageStatsProvider. getCurrentValue(long timestamp)Methods in jetbrains.buildServer.serverSide.impl.serverStatistics.providers that return types with arguments of type MaxPeriodical.Data Modifier and Type Method Description List<MaxPeriodical.Data<Long>>ServerUsageStatsProvider.PeriodicalServerUsageStatsProvider. getHistorical(long since, long till)List<MaxPeriodical.Data<Long>>StoredPeriodicalServerUsageStatsProvider. getHistorical(long since, long till)
-