MCPcopy Create free account
hub / github.com/cruppstahl/upscaledb / open

Method open

java/java/de/crupp/upscaledb/Environment.java:166–169  ·  view source on GitHub ↗

Opens an existing Database Environment @see Environment#open(String, int, Parameter[])

(String filename)

Source from the content-addressed store, hash-verified

164 * @see Environment#open(String, int, Parameter[])
165 */
166 public void open(String filename)
167 throws DatabaseException {
168 open(filename, 0, null);
169 }
170
171 /**
172 * Opens an existing Database Environment

Callers 6

testOpenStringMethod · 0.95
testRenameDatabaseMethod · 0.95
testSetComparator1Method · 0.95

Calls 1

ups_env_openMethod · 0.95

Tested by 6

testOpenStringMethod · 0.76
testRenameDatabaseMethod · 0.76
testSetComparator1Method · 0.76