Uses of Class
jetbrains.buildServer.serverSide.impl.serverStatistics.db.ServerStatisticsStorage.Key
-
-
Uses of ServerStatisticsStorage.Key in jetbrains.buildServer.serverSide.impl.serverStatistics
Constructors in jetbrains.buildServer.serverSide.impl.serverStatistics with parameters of type ServerStatisticsStorage.Key Constructor Description StoredMaxPeriodical(long timestamp, long minValue, ServerStatisticsStorage serverStatisticsStorage, ServerStatisticsStorage.Key key)
-
Uses of ServerStatisticsStorage.Key in jetbrains.buildServer.serverSide.impl.serverStatistics.db
Methods in jetbrains.buildServer.serverSide.impl.serverStatistics.db with parameters of type ServerStatisticsStorage.Key Modifier and Type Method Description void
ServerStatisticsStorage. publish(ServerStatisticsStorage.Key key, long value, long timestamp)
Persists a value to the storagevoid
ServerStatisticsStorageImpl. publish(ServerStatisticsStorage.Key key, long value, long timestamp)
List<Pair<Long,Long>>
ServerStatisticsStorage. retrieve(ServerStatisticsStorage.Key key, long since, long till)
Retrieves all values published in provided time rangeList<Pair<Long,Long>>
ServerStatisticsStorageImpl. retrieve(ServerStatisticsStorage.Key key, long since, long till)
-
Uses of ServerStatisticsStorage.Key in jetbrains.buildServer.serverSide.impl.serverStatistics.providers
Fields in jetbrains.buildServer.serverSide.impl.serverStatistics.providers declared as ServerStatisticsStorage.Key Modifier and Type Field Description static ServerStatisticsStorage.Key
MaxAuthorizedAgentsStatsProvider. KEY
static ServerStatisticsStorage.Key
MaxConcurrentBuilds. KEY
static ServerStatisticsStorage.Key
PredefinedAgentsCount. KEY
-