Home
last modified time | relevance | path

Searched refs:getValue (Results 1 – 25 of 65) sorted by relevance

123

/rocksdb-6.9/java/src/test/java/org/rocksdb/
DKeyMayExistTest.java50 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
69 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
79 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
87 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
98 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
109 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
121 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
132 assertThat(holder.getValue()).isNotNull(); in keyMayExist()
144 assertThat(holder.getValue()).isNull(); in keyMayExist()
153 assertThat(holder.getValue()).isNull(); in keyMayExist()
[all …]
DSstFileReaderTest.java36 String getValue() { in getValue() method in SstFileReaderTest.KeyValueWithOp
66 Slice valueSlice = new Slice(keyValue.getValue()); in newSstFile()
68 byte[] valueBytes = keyValue.getValue().getBytes(); in newSstFile()
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DEnv.java67 return getBackgroundThreads(nativeHandle_, priority.getValue()); in getBackgroundThreads()
81 setBackgroundThreads(nativeHandle_, number, priority.getValue()); in setBackgroundThreads()
94 return getThreadPoolQueueLen(nativeHandle_, priority.getValue()); in getThreadPoolQueueLen()
109 incBackgroundThreadsIfNeeded(nativeHandle_, number, priority.getValue()); in incBackgroundThreadsIfNeeded()
121 lowerThreadPoolIOPriority(nativeHandle_, priority.getValue()); in lowerThreadPoolIOPriority()
133 lowerThreadPoolCPUPriority(nativeHandle_, priority.getValue()); in lowerThreadPoolCPUPriority()
DStatistics.java47 values[i++] = histogramType.getValue(); in toArrayValues()
67 setStatsLevel(nativeHandle_, statsLevel.getValue()); in setStatsLevel()
79 return getTickerCount(nativeHandle_, tickerType.getValue()); in getTickerCount()
91 return getAndResetTickerCount(nativeHandle_, tickerType.getValue()); in getAndResetTickerCount()
103 return getHistogramData(nativeHandle_, histogramType.getValue()); in getHistogramData()
115 return getHistogramString(nativeHandle_, histogramType.getValue()); in getHistogramString()
DThreadStatus.java143 return getThreadTypeName(threadType.getValue()); in getThreadTypeName()
154 return getOperationName(operationType.getValue()); in getOperationName()
170 return getOperationStageName(operationStage.getValue()); in getOperationStageName()
184 return getOperationPropertyName(operationType.getValue(), i); in getOperationPropertyName()
198 return interpretOperationProperties(operationType.getValue(), in interpretOperationProperties()
210 return getStateName(stateType.getValue()); in getStateName()
DComparatorType.java23 byte getValue() { in getValue() method in ComparatorType
40 if (comparatorType.getValue() == byteIdentifier) { in getComparatorType()
DCompactionStopStyle.java32 public byte getValue() { in getValue() method in CompactionStopStyle
48 if (compactionStopStyle.getValue() == value){ in getCompactionStopStyle()
DReusedSynchronisationType.java41 public byte getValue() { in getValue() method in ReusedSynchronisationType
58 if (reusedSynchronisationType.getValue() == value) { in getReusedSynchronisationType()
DTxnDBWritePolicy.java37 public byte getValue() { in getValue() method in TxnDBWritePolicy
54 if (txnDBWritePolicy.getValue() == byteIdentifier) { in getTxnDBWritePolicy()
DStatsLevel.java43 public byte getValue() { in getValue() method in StatsLevel
58 if (statsLevel.getValue() == value){ in getStatsLevel()
DRateLimiterMode.java27 public byte getValue() { in getValue() method in RateLimiterMode
44 if (rateLimiterMode.getValue() == byteIdentifier) { in getRateLimiterMode()
DPriority.java28 byte getValue() { in getValue() method in Priority
43 if (priority.getValue() == value){ in getPriority()
DWALRecoveryMode.java58 public byte getValue() { in getValue() method in WALRecoveryMode
75 if (walRecoveryMode.getValue() == byteIdentifier) { in getWALRecoveryMode()
DCompactionPriority.java50 public byte getValue() { in getValue() method in CompactionPriority
66 if (compactionPriority.getValue() == value){ in getCompactionPriority()
DAccessHint.java28 public byte getValue() { in getValue() method in AccessHint
45 if (accessHint.getValue() == byteIdentifier) { in getAccessHint()
DReadTier.java28 public byte getValue() { in getValue() method in ReadTier
43 if (readTier.getValue() == value){ in getReadTier()
DMemoryUsageType.java41 public byte getValue() { in getValue() method in MemoryUsageType
58 if (memoryUsageType.getValue() == byteIdentifier) { in getMemoryUsageType()
DInfoLogLevel.java27 public byte getValue() { in getValue() method in InfoLogLevel
42 if (infoLogLevel.getValue() == value) { in getInfoLogLevel()
DColumnFamilyOptions.java176 comparator.getComparatorType().getValue()); in setComparator()
284 setCompressionType(nativeHandle_, compressionType.getValue()); in setCompressionType()
299 byteCompressionTypes[i] = compressionLevels.get(i).getValue(); in setCompressionPerLevel()
321 bottommostCompressionType.getValue()); in setBottommostCompressionType()
503 setCompactionStyle(nativeHandle_, compactionStyle.getValue()); in setCompactionStyle()
757 setCompactionPriority(nativeHandle_, compactionPriority.getValue()); in setCompactionPriority()
DCompressionType.java64 if (compressionType.getValue() == byteIdentifier) { in getCompressionType()
78 public byte getValue() { in getValue() method in CompressionType
DHistogramType.java176 public byte getValue() { in getValue() method in HistogramType
191 if (histogramType.getValue() == value) { in getHistogramType()
DAbstractTraceWriter.java65 short result = (short)(code.getValue() << 8); in statusToShort()
66 return (short)(result | subCode.getValue()); in statusToShort()
DBlockBasedTableConfig.java905 indexType.getValue(), dataBlockIndexType.getValue(), in newTableFactoryHandle()
906 dataBlockHashTableUtilRatio, checksumType.getValue(), noBlockCache, in newTableFactoryHandle()
DStatus.java96 public byte getValue() { in getValue() method in Status.Code
134 public byte getValue() { in getValue() method in Status.SubCode
DCompactRangeOptions.java45 public byte getValue() { in getValue() method in CompactRangeOptions.BottommostLevelCompaction
168 setBottommostLevelCompaction(nativeHandle_, bottommostLevelCompaction.getValue()); in setBottommostLevelCompaction()

123