Home
last modified time | relevance | path

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

/rocksdb-6.9/java/src/main/java/org/rocksdb/
DLogger.java41 private final static long WITH_DBOPTIONS = 1; field in Logger
67 super(dboptions.nativeHandle_, WITH_DBOPTIONS); in Logger()
74 } else if(nativeParameterHandles[1] == WITH_DBOPTIONS) { in initializeNative()