Uses of Class
oracle.kv.RequestTimeoutException
-
Packages that use RequestTimeoutException 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 RequestTimeoutException in oracle.kv
Methods in oracle.kv that throw RequestTimeoutException Modifier and Type Method Description voidKVStore. login(LoginCredentials creds)Updates the login credentials for this store handle.voidKVStore. logout()Logout the store handle. -
Uses of RequestTimeoutException in oracle.kv.table
Methods in oracle.kv.table that throw RequestTimeoutException 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).
-