MCPcopy Create free account
hub / github.com/bytedance/terarkdb / openROnly

Method openROnly

java/src/main/java/org/rocksdb/RocksDB.java:2896–2897  ·  view source on GitHub ↗
(final long optionsHandle,
      final String path)

Source from the content-addressed store, hash-verified

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

Callers 1

openReadOnlyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected