(final long optionsHandle,
final String path)
| 2894 | final long[] columnFamilyOptions) throws RocksDBException; |
| 2895 | |
| 2896 | protected native static long openROnly(final long optionsHandle, |
| 2897 | final String path) throws RocksDBException; |
| 2898 | |
| 2899 | /** |
| 2900 | * @param optionsHandle Native handle pointing to an Options object |