Uses of Interface
oracle.kv.EntryStream
- 
Packages that use EntryStream Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database.oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of EntryStream in oracle.kv
Method parameters in oracle.kv with type arguments of type EntryStream 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. - 
Uses of EntryStream in oracle.kv.table
Method parameters in oracle.kv.table with type arguments of type EntryStream Modifier and Type Method Description voidTableAPI. put(java.util.List<EntryStream<Row>> streams, BulkWriteOptions bulkWriteOptions)Loads rows supplied by special purpose streams into the store. 
 -