Home
last modified time | relevance | path

Searched defs:selectAPIVersion (Results 1 – 2 of 2) sorted by relevance

/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/java/src/main/com/apple/foundationdb/
H A DFDB.java179 public static FDB selectAPIVersion(final int version) throws FDBException { in selectAPIVersion() method in FDB
186 …private static synchronized FDB selectAPIVersion(final int version, boolean controlRuntime) throws… in selectAPIVersion() method in FDB
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/bindings/flow/
H A Dfdb_flow.actor.cpp216 API* API::selectAPIVersion(int apiVersion) { in selectAPIVersion() function in FDB::API