Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DMutableOptionValue.java12 abstract int[] asIntArray() throws IllegalStateException; in asIntArray() method in MutableOptionValue
84 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionStringValue
127 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionDoubleValue
184 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionLongValue
235 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionIntValue
279 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionBooleanValue
321 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionIntArrayValue
366 int[] asIntArray() throws IllegalStateException { in asIntArray() method in MutableOptionValue.MutableOptionEnumValue
DAbstractMutableOptions.java188 return value.asIntArray(); in getIntArray()