Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java9 abstract long asLong() throws NumberFormatException; in asLong() method in MutableOptionValue
69 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionStringValue
107 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionDoubleValue
164 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionLongValue
220 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionIntValue
264 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionBooleanValue
306 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionIntArrayValue
351 long asLong() throws NumberFormatException { in asLong() method in MutableOptionValue.MutableOptionEnumValue
DAbstractMutableOptions.java131 return value.asLong(); in getLong()