Home
last modified time | relevance | path

Searched refs:asObject (Results 1 – 2 of 2) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java14 abstract T asObject(); in asObject() method in MutableOptionValue
24 @Override T asObject() { in asObject() method in MutableOptionValue.MutableOptionValueObject
141 Double asObject() { in asObject() method in MutableOptionValue.MutableOptionDoubleValue
198 Long asObject() { in asObject() method in MutableOptionValue.MutableOptionLongValue
245 Integer asObject() { in asObject() method in MutableOptionValue.MutableOptionIntValue
289 Boolean asObject() { in asObject() method in MutableOptionValue.MutableOptionBooleanValue
DAbstractMutableOptions.java213 return ((MutableOptionValue.MutableOptionEnumValue<N>) value).asObject(); in getEnum()