Uses of Class
oracle.kv.RequestTimeoutException
Packages that use RequestTimeoutException
Package
Description
This package contains the public API for using Oracle NoSQL Database.
Table support for Oracle NoSQL Database.
- 
Uses of RequestTimeoutException in oracle.kvMethods in oracle.kv that throw RequestTimeoutExceptionModifier and TypeMethodDescriptionvoidKVStore.login(LoginCredentials creds) Updates the login credentials for this store handle.voidKVStore.logout()Logout the store handle.
- 
Uses of RequestTimeoutException in oracle.kv.tableMethods in oracle.kv.table that throw RequestTimeoutExceptionModifier and TypeMethodDescriptionTableAPI.tableKeysIterator(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).