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 voidServerStatisticsStorage. publish(ServerStatisticsStorage.Key key, long value, long timestamp)Persists a value to the storagevoidServerStatisticsStorageImpl. 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.KeyMaxAuthorizedAgentsStatsProvider. KEYstatic ServerStatisticsStorage.KeyMaxConcurrentBuilds. KEYstatic ServerStatisticsStorage.KeyPredefinedAgentsCount. KEY
-