| /rocksdb-6.9/java/src/test/java/org/rocksdb/ |
| D | KeyMayExistTest.java | 50 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 …]
|
| D | SstFileReaderTest.java | 36 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/ |
| D | Env.java | 67 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()
|
| D | Statistics.java | 47 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()
|
| D | ThreadStatus.java | 143 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()
|
| D | ComparatorType.java | 23 byte getValue() { in getValue() method in ComparatorType 40 if (comparatorType.getValue() == byteIdentifier) { in getComparatorType()
|
| D | CompactionStopStyle.java | 32 public byte getValue() { in getValue() method in CompactionStopStyle 48 if (compactionStopStyle.getValue() == value){ in getCompactionStopStyle()
|
| D | ReusedSynchronisationType.java | 41 public byte getValue() { in getValue() method in ReusedSynchronisationType 58 if (reusedSynchronisationType.getValue() == value) { in getReusedSynchronisationType()
|
| D | TxnDBWritePolicy.java | 37 public byte getValue() { in getValue() method in TxnDBWritePolicy 54 if (txnDBWritePolicy.getValue() == byteIdentifier) { in getTxnDBWritePolicy()
|
| D | StatsLevel.java | 43 public byte getValue() { in getValue() method in StatsLevel 58 if (statsLevel.getValue() == value){ in getStatsLevel()
|
| D | RateLimiterMode.java | 27 public byte getValue() { in getValue() method in RateLimiterMode 44 if (rateLimiterMode.getValue() == byteIdentifier) { in getRateLimiterMode()
|
| D | Priority.java | 28 byte getValue() { in getValue() method in Priority 43 if (priority.getValue() == value){ in getPriority()
|
| D | WALRecoveryMode.java | 58 public byte getValue() { in getValue() method in WALRecoveryMode 75 if (walRecoveryMode.getValue() == byteIdentifier) { in getWALRecoveryMode()
|
| D | CompactionPriority.java | 50 public byte getValue() { in getValue() method in CompactionPriority 66 if (compactionPriority.getValue() == value){ in getCompactionPriority()
|
| D | AccessHint.java | 28 public byte getValue() { in getValue() method in AccessHint 45 if (accessHint.getValue() == byteIdentifier) { in getAccessHint()
|
| D | ReadTier.java | 28 public byte getValue() { in getValue() method in ReadTier 43 if (readTier.getValue() == value){ in getReadTier()
|
| D | MemoryUsageType.java | 41 public byte getValue() { in getValue() method in MemoryUsageType 58 if (memoryUsageType.getValue() == byteIdentifier) { in getMemoryUsageType()
|
| D | InfoLogLevel.java | 27 public byte getValue() { in getValue() method in InfoLogLevel 42 if (infoLogLevel.getValue() == value) { in getInfoLogLevel()
|
| D | ColumnFamilyOptions.java | 176 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()
|
| D | CompressionType.java | 64 if (compressionType.getValue() == byteIdentifier) { in getCompressionType() 78 public byte getValue() { in getValue() method in CompressionType
|
| D | HistogramType.java | 176 public byte getValue() { in getValue() method in HistogramType 191 if (histogramType.getValue() == value) { in getHistogramType()
|
| D | AbstractTraceWriter.java | 65 short result = (short)(code.getValue() << 8); in statusToShort() 66 return (short)(result | subCode.getValue()); in statusToShort()
|
| D | BlockBasedTableConfig.java | 905 indexType.getValue(), dataBlockIndexType.getValue(), in newTableFactoryHandle() 906 dataBlockHashTableUtilRatio, checksumType.getValue(), noBlockCache, in newTableFactoryHandle()
|
| D | Status.java | 96 public byte getValue() { in getValue() method in Status.Code 134 public byte getValue() { in getValue() method in Status.SubCode
|
| D | CompactRangeOptions.java | 45 public byte getValue() { in getValue() method in CompactRangeOptions.BottommostLevelCompaction 168 setBottommostLevelCompaction(nativeHandle_, bottommostLevelCompaction.getValue()); in setBottommostLevelCompaction()
|