Searched refs:nextLong (Results 1 – 13 of 13) sorted by relevance
50 final long longValue = rand.nextLong(); in writeBufferSize()113 final long longValue = rand.nextLong(); in targetFileSizeBase()131 final long longValue = rand.nextLong(); in maxBytesForLevelBase()170 final long longValue = rand.nextLong(); in maxCompactionBytes()179 final long longValue = rand.nextLong(); in softPendingCompactionBytesLimit()188 final long longValue = rand.nextLong(); in hardPendingCompactionBytesLimit()224 final long longValue = rand.nextLong(); in arenaBlockSize()242 final long longValue = rand.nextLong(); in maxSequentialSkipInIterations()260 final long longValue = rand.nextLong(); in inplaceUpdateNumLocks()278 final long longValue = rand.nextLong(); in memtableHugePageSize()[all …]
142 final long longValue = rand.nextLong(); in maxTotalWalSize()212 final long longValue = rand.nextLong(); in deleteObsoleteFilesPeriodMicros()271 final long longValue = rand.nextLong(); in maxLogFileSize()280 final long longValue = rand.nextLong(); in logFileTimeToRoll()289 final long longValue = rand.nextLong(); in keepLogFileNum()298 final long longValue = rand.nextLong(); in recycleLogFileNum()307 final long longValue = rand.nextLong(); in maxManifestFileSize()325 final long longValue = rand.nextLong(); in walSizeLimitMB()334 final long longValue = rand.nextLong(); in walTtlSeconds()343 final long longValue = rand.nextLong(); in manifestPreallocationSize()[all …]
88 final long longValue = rand.nextLong(); in writeBufferSize()151 final long longValue = rand.nextLong(); in targetFileSizeBase()169 final long longValue = rand.nextLong(); in maxBytesForLevelBase()208 final long longValue = rand.nextLong(); in maxCompactionBytes()217 final long longValue = rand.nextLong(); in softPendingCompactionBytesLimit()226 final long longValue = rand.nextLong(); in hardPendingCompactionBytesLimit()262 final long longValue = rand.nextLong(); in arenaBlockSize()280 final long longValue = rand.nextLong(); in maxSequentialSkipInIterations()298 final long longValue = rand.nextLong(); in inplaceUpdateNumLocks()316 final long longValue = rand.nextLong(); in memtableHugePageSize()[all …]
22 final long longValue = rand.nextLong(); in maxNumLocks()31 final long longValue = rand.nextLong(); in maxNumStripes()40 final long longValue = rand.nextLong(); in transactionLockTimeout()49 final long longValue = rand.nextLong(); in defaultLockTimeout()
40 final long longValue = rand.nextLong(); in lockTimeout()49 final long longValue = rand.nextLong(); in expiration()58 final long longValue = rand.nextLong(); in deadlockDetectDepth()67 final long longValue = rand.nextLong(); in maxWriteBatchSize()
124 final long value = Math.abs(rand.nextLong()); in backupRateLimit()155 final long value = Math.abs(rand.nextLong()); in restoreRateLimit()208 final long value = rand.nextLong(); in callbackTriggerIntervalSize()
49 public long nextLong(){ in nextLong() method in PlatformRandomHelper.Random32Bit
90 final long longValue = rand.nextLong(); in bytesPerSync()
142 final long longValue = rand.nextLong(); in readaheadSize()
173 final String name = "my-transaction-" + rand.nextLong(); in name()
260 final String name = "my-transaction-" + rand.nextLong(); in name()
836 final long logNumber = rand.nextLong(); in logNumber()
206 generateKeyFromLong(key, Math.abs(rand_.nextLong() % range)); in getRandomKey()