Uses of Class
oracle.kv.KeyValue
- 
Packages that use KeyValue Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database. - 
- 
Uses of KeyValue in oracle.kv
Method parameters in oracle.kv with type arguments of type KeyValue Modifier and Type Method Description voidKVStore. put(java.util.List<EntryStream<KeyValue>> streams, BulkWriteOptions bulkWriteOptions)Loads Key/Value pairs supplied by special purpose streams into the store. 
 -