Uses of Class
oracle.kv.FaultException
-
Packages that use FaultException Package Description oracle.kv This package contains the public API for using Oracle NoSQL Database.oracle.kv.lob The KVLargeObject interface defines the operations used to read and write Large Objects (LOBs) such as audio and video files.oracle.kv.pubsub Provides the classes used to define a Subscription to all logical changes (table row puts and deletes) made to a NoSQL store.oracle.kv.table Table support for Oracle NoSQL Database. -
-
Uses of FaultException in oracle.kv
Subclasses of FaultException in oracle.kv Modifier and Type Class Description classChildTableLimitExceptionThrown when an attempt is made to exceeded a table's child limit.classConsistencyExceptionThrown when a single or multiple-operation transaction fails because the specifiedConsistencycould not be met, within the allowed timeout period.classDurabilityExceptionThrown when write operations cannot be initiated because a quorum of Replicas as determined by theDurability.ReplicaAckPolicywas not available.classIndexLimitExceptionThrown when an attempt is made to exceeded a table's index limit.classReadThroughputExceptionThrown when a read operation cannot be completed because the read throughput rate limit has been exceeded.classRequestLimitExceptionThrown when a request cannot be processed because it would exceed the maximum number of active requests for a node as configured viaKVStoreConfig.setRequestLimit(oracle.kv.RequestLimitConfig).classRequestTimeoutExceptionThrown when a request cannot be processed because the configured timeout interval is exceeded.classResourceLimitExceptionA common exception base class for exceptions related to resource usage.classServerResourceLimitExceptionThrown when the server is unable to handle a request because of resource constraints.classTableAccessExceptionThrown when an operation to a table cannot be completed due to limits on write and possibly read access.classTablePartitionSizeLimitExceptionThrown when write operations cannot be completed because a partition size limit has been exceeded.classTableSizeLimitExceptionThrown when write operations cannot be completed because a table size limit has been exceeded.classThroughputLimitExceptionThrown when read or write operations cannot be completed because a throughput rate limit has been exceeded.classWriteThroughputExceptionThrown when a write operation cannot be completed because the write throughput rate limit has been exceeded.Methods in oracle.kv that throw FaultException Modifier and Type Method Description booleanExecutionFuture. cancel(boolean mayInterruptIfRunning)Attempts to cancel execution of this statement.RecordDefStatementResult. getResultDef()Returns the definition of the result of this statement if the statement is a query, otherwise null.static KVStoreKVStoreFactory. getStore(KVStoreConfig config)Get a handle to an existing KVStore.static KVStoreKVStoreFactory. getStore(KVStoreConfig config, LoginCredentials creds, ReauthenticateHandler reauthHandler)Get a handle to an existing KVStore, with optional authentication arguments for accessing a secure KVStore instance.voidKVStore. login(LoginCredentials creds)Updates the login credentials for this store handle.voidKVStore. logout()Logout the store handle.StatementResultExecutionFuture. updateStatus()Returns information about the execution of the statement. -
Uses of FaultException in oracle.kv.lob
Subclasses of FaultException in oracle.kv.lob Modifier and Type Class Description classPartialLOBExceptionThrown whenKVLargeObject.getLOB(oracle.kv.Key, oracle.kv.Consistency, long, java.util.concurrent.TimeUnit)is invoked on a partial LOB. -
Uses of FaultException in oracle.kv.pubsub
Subclasses of FaultException in oracle.kv.pubsub Modifier and Type Class Description classPublisherFailureExceptionException that will be raised when NoSQL Publisher cannot be created due to errors, or experiences irrecoverable errors and must be closed.classSubscriptionInsufficientLogExceptionException used to indicate that the logs on at least one shard were insufficient for the purposes of the stream. -
Uses of FaultException in oracle.kv.table
Methods in oracle.kv.table that throw FaultException Modifier and Type Method Description booleanExecutionFuture. cancel(boolean mayInterruptIfRunning)Deprecated.Attempts to cancel execution of this statement.ExecutionFutureTableAPI. execute(java.lang.String statement)Deprecated.since 3.3 in favor ofKVStore.execute(String)java.util.Set<java.lang.String>TableAPI. listNamespaces()Gets all known namespaces.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).StatementResultExecutionFuture. updateStatus()Deprecated.Returns information about the execution of the statement.
-