Searched refs:getValueType (Results 1 – 4 of 4) sorted by relevance
98 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()
100 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.MemtableOption128 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.CompactionOption145 public ValueType getValueType() { in getValueType() method in MutableColumnFamilyOptions.MiscOption
15 ValueType getValueType(); in getValueType() method
106 public ValueType getValueType() { in getValueType() method in MutableDBOptions.DBOption