Home
last modified time | relevance | path

Searched refs:getValueType (Results 1 – 4 of 4) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DAbstractMutableOptions.java98 if (key.getValueType() != MutableOptionKey.ValueType.DOUBLE) { in setDouble()
117 if(key.getValueType() != MutableOptionKey.ValueType.LONG) { in setLong()
136 if(key.getValueType() != MutableOptionKey.ValueType.INT) { in setInt()
155 if(key.getValueType() != MutableOptionKey.ValueType.BOOLEAN) { in setBoolean()
174 if(key.getValueType() != MutableOptionKey.ValueType.INT_ARRAY) { in setIntArray()
193 if(key.getValueType() != MutableOptionKey.ValueType.ENUM) { in setEnum()
223 switch(key.getValueType()) { in fromString()
253 key + " has unknown value type: " + key.getValueType()); in fromString()
DMutableColumnFamilyOptions.java100 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.MemtableOption
128 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.CompactionOption
145 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.MiscOption
DMutableOptionKey.java15 ValueType getValueType(); in getValueType() method
DMutableDBOptions.java106 public ValueType getValueType() { in getValueType() method in MutableDBOptions.DBOption