Searched refs:hashLong (Results 1 – 1 of 1) sorted by relevance
165 private static int hashLong(long val) { in hashLong() method in QuotaController280 result = 31 * result + hashLong(expirationTimeElapsed); in hashCode()281 result = 31 * result + hashLong(windowSizeMs); in hashCode()282 result = 31 * result + hashLong(jobCountLimit); in hashCode()283 result = 31 * result + hashLong(sessionCountLimit); in hashCode()284 result = 31 * result + hashLong(executionTimeInWindowMs); in hashCode()286 result = 31 * result + hashLong(executionTimeInMaxPeriodMs); in hashCode()289 result = 31 * result + hashLong(inQuotaTimeElapsed); in hashCode()290 result = 31 * result + hashLong(jobRateLimitExpirationTimeElapsed); in hashCode()292 result = 31 * result + hashLong(sessionRateLimitExpirationTimeElapsed); in hashCode()[all …]