Home
last modified time | relevance | path

Searched defs:value (Results 1 – 25 of 276) sorted by relevance

12345678910>>...12

/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java883 Object value = null; in main() local
921 @Override public Object parseValue(String value) { in parseValue()
928 @Override public Object parseValue(String value) { in parseValue()
936 @Override public Object parseValue(String value) { in use_existing_db()
942 @Override public Object parseValue(String value) { in parseValue()
1120 public Object parseValue(String value) { in parseValue()
1486 protected Object parseValue(final String value) { in java_comparator()
1521 public boolean parseBoolean(String value) { in parseBoolean()
1530 protected abstract Object parseValue(String value); in parseValue()
1573 private void compressibleBytes(byte[] value) { in compressibleBytes()
[all …]
/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractMutableOptions.java97 final K key, final double value) { in setDouble()
108 final MutableOptionValue<?> value = options.get(key); in getDouble() local
116 final K key, final long value) { in setLong()
127 final MutableOptionValue<?> value = options.get(key); in getLong() local
135 final K key, final int value) { in setInt()
146 final MutableOptionValue<?> value = options.get(key); in getInt() local
154 final K key, final boolean value) { in setBoolean()
165 final MutableOptionValue<?> value = options.get(key); in getBoolean() local
173 final K key, final int[] value) { in setIntArray()
192 final K key, final N value) { in setEnum()
[all …]
DMutableOptionValue.java18 protected final T value; field in MutableOptionValue.MutableOptionValueObject
20 private MutableOptionValueObject(final T value) { in MutableOptionValueObject()
59 MutableOptionStringValue(final String value) { in MutableOptionStringValue()
96 private final double value; field in MutableOptionValue.MutableOptionDoubleValue
97 MutableOptionDoubleValue(final double value) { in MutableOptionDoubleValue()
148 private final long value; field in MutableOptionValue.MutableOptionLongValue
150 MutableOptionLongValue(final long value) { in MutableOptionLongValue()
205 private final int value; field in MutableOptionValue.MutableOptionIntValue
207 MutableOptionIntValue(final int value) { in MutableOptionIntValue()
252 private final boolean value; field in MutableOptionValue.MutableOptionBooleanValue
[all …]
DSstFileWriter.java74 public void add(final Slice key, final Slice value) in add()
91 public void add(final DirectSlice key, final DirectSlice value) in add()
105 public void put(final Slice key, final Slice value) throws RocksDBException { in put()
118 public void put(final DirectSlice key, final DirectSlice value) in put()
149 public void put(final byte[] key, final byte[] value) throws RocksDBException { in put()
163 public void merge(final Slice key, final Slice value) in merge()
178 public void merge(final byte[] key, final byte[] value) in merge()
193 public void merge(final DirectSlice key, final DirectSlice value) in merge()
268 final byte[] value) throws RocksDBException; in put()
271 ByteBuffer value, int valueOffset, int valueLength) throws RocksDBException; in putDirect()
[all …]
DHolder.java12 private /* @Nullable */ T value; field in Holder
25 public Holder(/* @Nullable */ final T value) { in Holder()
43 public void setValue(/* @Nullable */ final T value) { in setValue()
DWalFileType.java23 private final byte value; field in WalFileType
25 WalFileType(final byte value) { in WalFileType()
45 static WalFileType fromValue(final byte value) { in fromValue()
DStateType.java18 private final byte value; field in StateType
20 StateType(final byte value) { in StateType()
43 static StateType fromValue(final byte value) in fromValue()
DCompactionStopStyle.java21 private final byte value; field in CompactionStopStyle
23 CompactionStopStyle(final byte value) { in CompactionStopStyle()
45 public static CompactionStopStyle getCompactionStopStyle(final byte value) { in getCompactionStopStyle()
DReadTier.java17 private final byte value; field in ReadTier
19 ReadTier(final byte value) { in ReadTier()
41 public static ReadTier getReadTier(final byte value) { in getReadTier()
DReusedSynchronisationType.java30 private final byte value; field in ReusedSynchronisationType
32 ReusedSynchronisationType(final byte value) { in ReusedSynchronisationType()
55 final byte value) { in getReusedSynchronisationType()
DOperationType.java19 private final byte value; field in OperationType
21 OperationType(final byte value) { in OperationType()
44 static OperationType fromValue(final byte value) in fromValue()
DStatsLevel.java32 private final byte value; field in StatsLevel
34 StatsLevel(final byte value) { in StatsLevel()
56 public static StatsLevel getStatsLevel(final byte value) { in getStatsLevel()
DWriteBatchInterface.java30 void put(byte[] key, byte[] value) throws RocksDBException; in put()
43 byte[] key, byte[] value) throws RocksDBException; in put()
55 void put(ByteBuffer key, ByteBuffer value) throws RocksDBException; in put()
69 void put(ColumnFamilyHandle columnFamilyHandle, ByteBuffer key, ByteBuffer value) in put()
81 void merge(byte[] key, byte[] value) throws RocksDBException; in merge()
94 byte[] key, byte[] value) throws RocksDBException; in merge()
DPriority.java17 private final byte value; field in Priority
19 Priority(final byte value) { in Priority()
41 static Priority getPriority(final byte value) { in getPriority()
DCompactionPriority.java39 private final byte value; field in CompactionPriority
41 CompactionPriority(final byte value) { in CompactionPriority()
63 public static CompactionPriority getCompactionPriority(final byte value) { in getCompactionPriority()
/rocksdb-6.9/db/
Dinternal_stats.cc502 std::string* value) { in GetStringProperty()
518 uint64_t* value, DBImpl* db) { in GetIntProperty()
579 bool InternalStats::HandleStats(std::string* value, Slice suffix) { in HandleStats()
606 bool InternalStats::HandleCFFileHistogram(std::string* value, in HandleCFFileHistogram()
720 bool InternalStats::HandleNumEntriesActiveMemTable(uint64_t* value, in HandleNumEntriesActiveMemTable()
728 bool InternalStats::HandleNumEntriesImmMemTables(uint64_t* value, in HandleNumEntriesImmMemTables()
744 bool InternalStats::HandleNumDeletesImmMemTables(uint64_t* value, in HandleNumDeletesImmMemTables()
832 bool InternalStats::HandleEstimateTableReadersMem(uint64_t* value, in HandleEstimateTableReadersMem()
958 void InternalStats::DumpDBStats(std::string* value) { in DumpDBStats()
1215 void InternalStats::DumpCFStats(std::string* value) { in DumpCFStats()
[all …]
/rocksdb-6.9/monitoring/
Diostats_context_imp.h16 #define IOSTATS_ADD(metric, value) (iostats_context.metric += value) argument
19 #define IOSTATS_ADD_IF_POSITIVE(metric, value) \ argument
28 #define IOSTATS_SET_THREAD_POOL_ID(value) \ argument
49 #define IOSTATS_ADD(metric, value) argument
50 #define IOSTATS_ADD_IF_POSITIVE(metric, value) argument
53 #define IOSTATS_SET_THREAD_POOL_ID(value) argument
/rocksdb-6.9/util/
Dcoding.h86 int64_t* value) { in GetVarsignedint64Ptr()
156 uint32_t* value) { in GetVarint32Ptr()
168 inline void EncodeFixed16(char* buf, uint16_t value) { in EncodeFixed16()
177 inline void EncodeFixed32(char* buf, uint32_t value) { in EncodeFixed32()
188 inline void EncodeFixed64(char* buf, uint64_t value) { in EncodeFixed64()
342 inline bool GetFixed64(Slice* input, uint64_t* value) { in GetFixed64()
351 inline bool GetFixed32(Slice* input, uint32_t* value) { in GetFixed32()
360 inline bool GetFixed16(Slice* input, uint16_t* value) { in GetFixed16()
369 inline bool GetVarint32(Slice* input, uint32_t* value) { in GetVarint32()
454 inline void PutUnaligned(T *memory, const T &value) { in PutUnaligned()
[all …]
Dstring_util.cc88 void AppendEscapedStringTo(std::string* str, const Slice& value) { in AppendEscapedStringTo()
152 std::string EscapeString(const Slice& value) { in EscapeString()
268 bool ParseBoolean(const std::string& type, const std::string& value) { in ParseBoolean()
277 uint32_t ParseUint32(const std::string& value) { in ParseUint32()
286 int32_t ParseInt32(const std::string& value) { in ParseInt32()
297 uint64_t ParseUint64(const std::string& value) { in ParseUint64()
322 int64_t ParseInt64(const std::string& value) { in ParseInt64()
347 int ParseInt(const std::string& value) { in ParseInt()
370 double ParseDouble(const std::string& value) { in ParseDouble()
378 size_t ParseSizeT(const std::string& value) { in ParseSizeT()
[all …]
/rocksdb-6.9/third-party/folly/folly/
DOptional.h99 std::is_nothrow_copy_constructible<Value>::value) { in noexcept()
106 std::is_nothrow_move_constructible<Value>::value) { in noexcept()
116 std::is_nothrow_move_constructible<Value>::value) { in noexcept()
198 std::is_nothrow_move_assignable<Value>::value) { in noexcept()
204 std::is_nothrow_copy_assignable<Value>::value) { in noexcept()
247 const Value& value() const& { in value() function
252 Value& value() & { in value() function
257 Value&& value() && { in value() function
262 const Value&& value() const&& { in value() function
368 Value value; member
[all …]
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DCompactRangeOptionsTest.java33 BottommostLevelCompaction value = BottommostLevelCompaction.kSkip; in bottommostLevelCompaction() local
58 int value = 2; in targetLevel() local
69 int value = 2; in targetPathId() local
91 int value = 2; in maxSubcompactions() local
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DCapturingWriteBatchHandler.java31 final byte[] value) { in put()
36 public void put(final byte[] key, final byte[] value) { in put()
42 final byte[] value) { in merge()
47 public void merge(final byte[] key, final byte[] value) { in merge()
91 final byte[] value) { in putBlobIndex()
126 public final byte[] value; field in CapturingWriteBatchHandler.Event
128 public Event(final Action action, final byte[] key, final byte[] value) { in Event()
133 final byte[] value) { in Event()
DWriteBatchGetter.java13 private byte[] value; field in WriteBatchGetter
25 final byte[] value) { in put()
33 public void put(final byte[] key, final byte[] value) { in put()
41 final byte[] value) { in merge()
49 public void merge(final byte[] key, final byte[] value) { in merge()
103 final byte[] value) { in putBlobIndex()
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc13 static bool ValidateUint32Range(const char* flagname, uint64_t value) { in ValidateUint32Range()
337 static bool ValidateInt32Positive(const char* flagname, int32_t value) { in ValidateInt32Positive()
521 static bool ValidateInt32Percent(const char* flagname, int32_t value) { in ValidateInt32Percent()
614 inline static bool ValidatePrefixSize(const char* flagname, int32_t value) { in ValidatePrefixSize()
/rocksdb-6.9/utilities/transactions/
Dtransaction_base.h62 std::string* value) override { in Get()
78 std::string* value, bool exclusive, in GetForUpdate()
125 Status Put(const Slice& key, const Slice& value) override { in Put()
132 Status Put(const SliceParts& key, const SliceParts& value) override { in Put()
138 Status Merge(const Slice& key, const Slice& value) override { in Merge()
162 Status PutUntracked(const Slice& key, const Slice& value) override { in PutUntracked()
168 Status PutUntracked(const SliceParts& key, const SliceParts& value) override { in PutUntracked()
174 Status MergeUntracked(const Slice& key, const Slice& value) override { in MergeUntracked()

12345678910>>...12