Home
last modified time | relevance | path

Searched defs:asInt (Results 1 – 1 of 1) sorted by relevance

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java10 abstract int asInt() throws NumberFormatException; in asInt() method in MutableOptionValue
74 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionStringValue
112 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionDoubleValue
169 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionLongValue
225 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionIntValue
269 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionBooleanValue
311 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionIntArrayValue
356 int asInt() throws NumberFormatException { in asInt() method in MutableOptionValue.MutableOptionEnumValue