Uses of Package
oracle.kv

Packages that use oracle.kv
Package
Description
This package contains the public API for using Oracle NoSQL Database.
This package contains the public API for integration of Oracle NoSQL Database with Oracle Coherence.
This package contains the public API and Utilities for accessing Oracle NoSQL Database data through Oracle Database External Tables.
Support for loading Oracle NoSQL Database into Hadoop.
Support for running MapReduce jobs against data written to an Oracle NoSQL Database via the Table API.
The KVLargeObject interface defines the operations used to read and write Large Objects (LOBs) such as audio and video files.
Provides the classes used to define a Subscription to all logical changes (table row puts and deletes) made to a NoSQL store.
This package contains the majority of the public API for using Oracle NoSQL Database query language.
Table support for Oracle NoSQL Database.
  • Classes in oracle.kv used by oracle.kv
    Class
    Description
    This exception is thrown if an application passes invalid credentials to a KVStore authentication operation.
    BulkWriteOptions is used to configure bulk write operations.
    Used to provide consistency guarantees for read operations.
    Used to indicate a status condition or result that is not expressed through the return value, and that should normally be handled by the caller of the method.
    Used with multiple-key and iterator operations to specify whether to select (return or operate on) the key-value pair for the parent key, and the key-value pairs for only immediate children or all descendants.
    Used with iterator operations to specify the order that keys are returned.
    Defines the durability characteristics associated with a standalone write (put or update) operation, or in the case of KVStore.execute with a set of operations performed in a single transaction.
    A replicated environment makes it possible to increase an application's transaction commit guarantees by committing changes to its replicas on the network.
    Defines the synchronization policy to be used when committing a transaction.
    The stream interface that supplies the data (Row or Key/Value pair) to be batched and loaded into the store.
    An ExecutionFuture is a Future that provides a handle to an administrative statement that has been issued and is being processed by the kvstore.
    A common exception base class to support internal serialization facilities.
    Used to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.
    A subinterface of Subscription implemented by subscriptions supplied when a Subscriber subscribes to a Publisher associated with an asynchronous table iteration.
    The Key in a Key/Value store.
    Defines a range of Key components for use in multiple-key operations and iterations.
    Represents a key/value pair.
    Represents a key/value pair along with its version.
    KVLocal is a handle for managing embedded Oracle NoSQL Database.
    Represents the configuration parameters used to create a KVLocal object.
    Base builder class used to set configuration parameters common to both TCP sockets and Unix domain sockets.
    InetBuilder to help construct a KVLocalConfig instance using TCP sockets.
    The KVSecurityConstants interface defines constants used for security configuration.
    The common abstract base class of KVStore security-related exceptions.
    KVStore is the handle to a store that is running remotely.
    Represents the configuration parameters used to create a handle to an existing KV store.
    Oracle NoSQL DB version information.
    The common interface of KVStore credential class implementations.
    Identifies all classes that implement LoginCredentials.
    Finds a LoginCredentialsType from the associated integer value.
    Identifies all the standard login credential types.
    Denotes an Operation in a sequence of operations passed to the KVStore.execute method.
    The type of operation, as determined by the method used to create it.
    Used to indicate a failure to execute a sequence of operations.
    A factory to create operations that can be batched for execution by KVStore.execute.
    The Result associated with the execution of an Operation.
    Interface to the specialized Iterator type returned by the Parallel Scan version of storeIterator().
     
    A callback interface used when KVStore authentication has expired and requires renewal.
    Describes how requests may be limited so that one or more nodes with long service times don't end up consuming all available threads in the KVS client.
    Thrown when a request cannot be processed because the configured timeout interval is exceeded.
    A common exception base class for exceptions related to resource usage.
    Used with put and delete operations to return the previous value and version.
    Specifies whether to return the value, version, both or neither.
    A StatementResult provides information about the execution and outcome of a table statement.
    Shows the kind of StatementResult.
    Thrown when write operations cannot be completed because a table size limit has been exceeded.
    Thrown when read or write operations cannot be completed because a throughput rate limit has been exceeded.
    The Value in a Key/Value store.
    Identifies the format of a value.
    Holds a Value and Version that are associated with a given Key.
    A Version refers to a specific version of a key-value pair.
  • Classes in oracle.kv used by oracle.kv.coherence
    Class
    Description
    The Key in a Key/Value store.
  • Classes in oracle.kv used by oracle.kv.exttab
    Class
    Description
    Represents a key/value pair along with its version.
    KVStore is the handle to a store that is running remotely.
  • Classes in oracle.kv used by oracle.kv.hadoop
    Class
    Description
    Used to provide consistency guarantees for read operations.
    Used with multiple-key and iterator operations to specify whether to select (return or operate on) the key-value pair for the parent key, and the key-value pairs for only immediate children or all descendants.
    The Key in a Key/Value store.
    Defines a range of Key components for use in multiple-key operations and iterations.
    Represents a key/value pair along with its version.
  • Class
    Description
    Used to provide consistency guarantees for read operations.
    Used with iterator operations to specify the order that keys are returned.
    The base class for all KV store related exceptions.
    Username/password credentials.
  • Classes in oracle.kv used by oracle.kv.lob
    Class
    Description
    Used to provide consistency guarantees for read operations.
    Defines the durability characteristics associated with a standalone write (put or update) operation, or in the case of KVStore.execute with a set of operations performed in a single transaction.
    A common exception base class to support internal serialization facilities.
    Used to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.
    The Key in a Key/Value store.
    A Version refers to a specific version of a key-value pair.
  • Classes in oracle.kv used by oracle.kv.pubsub
    Class
    Description
    A common exception base class to support internal serialization facilities.
    Used to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.
    Represents the configuration parameters used to create a handle to an existing KV store.
    The common interface of KVStore credential class implementations.
    A callback interface used when KVStore authentication has expired and requires renewal.
  • Classes in oracle.kv used by oracle.kv.query
    Class
    Description
    Used to provide consistency guarantees for read operations.
    Defines the durability characteristics associated with a standalone write (put or update) operation, or in the case of KVStore.execute with a set of operations performed in a single transaction.
  • Classes in oracle.kv used by oracle.kv.table
    Class
    Description
    BulkWriteOptions is used to configure bulk write operations.
    Used to provide consistency guarantees for read operations.
    Thrown when a single or multiple-operation transaction fails because the specified Consistency could not be met, within the allowed timeout period.
    Used to indicate a status condition or result that is not expressed through the return value, and that should normally be handled by the caller of the method.
    Used with iterator operations to specify the order that keys are returned.
    Defines the durability characteristics associated with a standalone write (put or update) operation, or in the case of KVStore.execute with a set of operations performed in a single transaction.
    The stream interface that supplies the data (Row or Key/Value pair) to be batched and loaded into the store.
    Used to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.
    The common abstract base class of KVStore security-related exceptions.
    Interface to the specialized Iterator type returned by the Parallel Scan version of storeIterator().
    Thrown when a request cannot be processed because the configured timeout interval is exceeded.
    A Version refers to a specific version of a key-value pair.