Uses of Class
oracle.kv.KVLocal
- 
Packages that use KVLocal Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of KVLocal in oracle.kv
Methods in oracle.kv that return KVLocal Modifier and Type Method Description static KVLocalKVLocal. getKVLocal(java.lang.String rootDir)Returns an instance of KVLocal based on the root directory, which must contain an existing store.static KVLocalKVLocal. restoreFromSnapshot(java.lang.String rootDir, java.lang.String name)Restores the store from a snapshot.static KVLocalKVLocal. start(KVLocalConfig config)Starts an embedded NoSQL database instance.static KVLocalKVLocal. startExistingStore(java.lang.String rootDir)Starts an embedded NoSQL database instance from the root directory. 
 -