Uses of Class
oracle.kv.ConsistencyException
- 
Packages that use ConsistencyException Package Description oracle.kv.table Table support for Oracle NoSQL Database. - 
- 
Uses of ConsistencyException in oracle.kv.table
Methods in oracle.kv.table that throw ConsistencyException Modifier and Type Method Description TableIterator<PrimaryKey>TableAPI. tableKeysIterator(java.util.Iterator<PrimaryKey> primaryKeyIterator, MultiRowOptions getOptions, TableIteratorOptions iterateOptions)Returns an iterator over the keys matching the primary keys supplied by iterator (or the rows in ancestor or descendant tables, or those in a range specified by the MultiRowOptions argument). 
 -