Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ABSOLUTE - Static variable in class oracle.kv.Consistency
-
A consistency policy that requires that a transaction be serviced on the Master so that consistency is absolute.
- add(boolean) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(boolean[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(byte[][]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(double) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(double[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(float) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(float[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(int) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(int[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(int, boolean) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, double) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, float) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, long) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, Timestamp) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(int, FieldValue) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- add(long) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(long[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(String) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(String[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(Timestamp) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- add(Timestamp[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- add(FieldValue) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addArray() - Method in interface oracle.kv.table.ArrayValue
-
Adds a new ArrayValue to the end of the array.
- addArray(int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new ArrayValue at the specified index.
- addEnum(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addEnum(String) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addEnum(String[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addFixed(byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addFixed(byte[][]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addFixed(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addJson(int, Reader) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addJson(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addJson(Reader) - Method in interface oracle.kv.table.ArrayValue
-
Adds arbitrary JSON to the end of the array.
- addJson(String) - Method in interface oracle.kv.table.ArrayValue
-
Adds arbitrary JSON to the end of the array.
- addJsonNull() - Method in interface oracle.kv.table.ArrayValue
-
Adds a JSON null value at the end of the array.
- addJsonNull(int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a JSON null value at the specified index.
- addMap() - Method in interface oracle.kv.table.ArrayValue
-
Adds a new MapValue to the end of the array.
- addMap(int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new MapValue at the specified index.
- addNumber(double) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addNumber(double[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addNumber(float) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addNumber(float[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addNumber(int) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addNumber(int[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addNumber(int, double) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addNumber(int, float) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addNumber(int, int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addNumber(int, long) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addNumber(int, BigDecimal) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new value at the specified index.
- addNumber(long) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addNumber(long[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addNumber(BigDecimal) - Method in interface oracle.kv.table.ArrayValue
-
Adds a new value at the end of the array.
- addNumber(BigDecimal[]) - Method in interface oracle.kv.table.ArrayValue
-
Adds an array of new values at the end of the array.
- addRecord() - Method in interface oracle.kv.table.ArrayValue
-
Adds a new RecordValue to the end of the array.
- addRecord(int) - Method in interface oracle.kv.table.ArrayValue
-
Inserts a new RecordValue at the specified index.
- AdminMXBean - Interface in oracle.kv.mgmt.jmx
-
This MBean represents an Admin's operational parameters.
- ALL - Enum constant in enum oracle.kv.Durability.ReplicaAckPolicy
-
All replicas must acknowledge that they have committed the transaction.
- ALL - Enum constant in enum oracle.kv.ReturnValueVersion.Choice
-
Return both the value and the version.
- ALL - Enum constant in enum oracle.kv.table.ReturnRow.Choice
-
Return both the value and the version.
- allMRCounterFields() - Method in interface oracle.kv.table.JsonDef
-
Return a set of all Json fields that are MR_Counter.
- allowPreexistDir() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Returns true if pre-exist directory is allowed
- ANONYMOUS - Static variable in interface oracle.kv.table.MapValue
-
A constant used as a key for a map value when the value is used as part of an IndexKey when there is an index on the value of a map's element or a nested value within the element if the element is a record.
- ANY - Enum constant in enum oracle.kv.table.FieldDef.Type
- ANY_ATOMIC - Enum constant in enum oracle.kv.table.FieldDef.Type
- ANY_JSON_ATOMIC - Enum constant in enum oracle.kv.table.FieldDef.Type
- ANY_RECORD - Enum constant in enum oracle.kv.table.FieldDef.Type
- AnyAtomicDef - Interface in oracle.kv.table
-
AnyAtomicDef is the type that contains all kinds of atomic values.
- AnyDef - Interface in oracle.kv.table
-
AnyDef is the most generic data type; it contains all kinds of values.
- AnyJsonAtomicDef - Interface in oracle.kv.table
-
AnyJsonAtomicDef is the type that contains all kinds of atomic values that appear in JSON documents.
- AnyRecordDef - Interface in oracle.kv.table
-
AnyRecordDef is the type that contains all kinds of record values.
- appendLOB(Key, InputStream, Durability, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Appends to a value of an existing LOB key/value pair.
- ArbNodeMXBean - Interface in oracle.kv.mgmt.jmx
-
This MBean represents an Arbiter node's operational parameters.
- ARRAY - Enum constant in enum oracle.kv.table.FieldDef.Type
- ArrayDef - Interface in oracle.kv.table
-
ArrayDef is an extension of
FieldDef
to encapsulate an array of values. - ArrayValue - Interface in oracle.kv.table
-
ArrayValue extends
FieldValue
to add methods appropriate for array values. - asAny() - Method in interface oracle.kv.table.FieldDef
-
Casts to AnyDef.
- asAnyAtomic() - Method in interface oracle.kv.table.FieldDef
-
Casts to AnyAtomicDef.
- asAnyJsonAtomic() - Method in interface oracle.kv.table.FieldDef
-
Casts to AnyJsonAtomicDef.
- asAnyRecord() - Method in interface oracle.kv.table.FieldDef
-
Casts to AnyRecordDef.
- asArray() - Method in interface oracle.kv.table.FieldDef
-
Casts to ArrayDef.
- asArray() - Method in interface oracle.kv.table.FieldValue
-
Casts to ArrayValue.
- asBinary() - Method in interface oracle.kv.table.FieldDef
-
Casts to BinaryDef.
- asBinary() - Method in interface oracle.kv.table.FieldValue
-
Casts to BinaryValue.
- asBoolean() - Method in interface oracle.kv.table.FieldDef
-
Casts to BooleanDef.
- asBoolean() - Method in interface oracle.kv.table.FieldValue
-
Casts to BooleanValue.
- asDelete() - Method in interface oracle.kv.pubsub.StreamOperation
-
Converts this operation to a
StreamOperation.DeleteEvent
. - asDouble() - Method in interface oracle.kv.table.FieldDef
-
Casts to DoubleDef.
- asDouble() - Method in interface oracle.kv.table.FieldValue
-
Casts to DoubleValue.
- asEnum() - Method in interface oracle.kv.table.FieldDef
-
Casts to EnumDef.
- asEnum() - Method in interface oracle.kv.table.FieldValue
-
Casts to EnumValue.
- asFixedBinary() - Method in interface oracle.kv.table.FieldDef
-
Casts to FixedBinaryDef.
- asFixedBinary() - Method in interface oracle.kv.table.FieldValue
-
Casts to FixedBinaryValue.
- asFloat() - Method in interface oracle.kv.table.FieldDef
-
Casts to FloatDef.
- asFloat() - Method in interface oracle.kv.table.FieldValue
-
Casts to FloatValue.
- asIndexKey() - Method in interface oracle.kv.table.FieldValue
-
Casts to IndexKey.
- asInteger() - Method in interface oracle.kv.table.FieldDef
-
Casts to IntegerDef.
- asInteger() - Method in interface oracle.kv.table.FieldValue
-
Casts to IntegerValue.
- asJson() - Method in interface oracle.kv.table.FieldDef
-
Casts to JsonDef.
- asLong() - Method in interface oracle.kv.table.FieldDef
-
Casts to LongDef.
- asLong() - Method in interface oracle.kv.table.FieldValue
-
Casts to LongValue.
- asMap() - Method in interface oracle.kv.table.FieldDef
-
Casts to MapDef.
- asMap() - Method in interface oracle.kv.table.FieldValue
-
Casts to MapValue.
- asNumber() - Method in interface oracle.kv.table.FieldDef
-
Casts to NumberDef.
- asNumber() - Method in interface oracle.kv.table.FieldValue
-
Casts to NumberValue.
- asPrimaryKey() - Method in interface oracle.kv.table.FieldValue
-
Casts to PrimaryKey.
- asPut() - Method in interface oracle.kv.pubsub.StreamOperation
-
Converts this operation to a
StreamOperation.PutEvent
. - asRecord() - Method in interface oracle.kv.table.FieldDef
-
Casts to RecordDef.
- asRecord() - Method in interface oracle.kv.table.FieldValue
-
Casts to RecordValue.
- asRow() - Method in interface oracle.kv.table.FieldValue
-
Casts to Row.
- asString() - Method in interface oracle.kv.table.FieldDef
-
Casts to StringDef.
- asString() - Method in interface oracle.kv.table.FieldValue
-
Casts to StringValue.
- asTimestamp() - Method in interface oracle.kv.table.FieldDef
-
Casts to TimestampDef.
- asTimestamp() - Method in interface oracle.kv.table.FieldValue
-
Casts to TimestampValue.
- AUTH_EXT_MECH_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property to specify the external authentication mechanism to use for client logins.
- AUTH_KRB_CCACHE_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify the location of the Kerberos credential cache file.
- AUTH_KRB_KEYTAB_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify the location of the keytab file for Kerberos login.
- AUTH_KRB_MUTUAL_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify whether to use mutual authentication for Kerberos external login mechanism.
- AUTH_KRB_REALM_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify the Kerberos realm for the user principal if using a short name to specify the client login principal.
- AUTH_KRB_SERVICES_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify the Kerberos principals for services associated with each helper host.
- AUTH_PWDFILE_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property that identifies a password store file containing the password of the user to authenticate.
- AUTH_USERNAME_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of a property to specify a username for authentication.
- AUTH_WALLET_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property that identifies an Oracle Wallet directory containing the password of the user to authenticate.
- AuthenticationFailureException - Exception in oracle.kv
-
This exception is thrown if an application passes invalid credentials to a KVStore authentication operation.
- AuthenticationRequiredException - Exception in oracle.kv
-
This exception is thrown when a secured operation is attempted and the client is not currently authenticated.
- AVRO - Enum constant in enum oracle.kv.Value.Format
-
Deprecated.as of 4.0, use the table API instead.
B
- BINARY - Enum constant in enum oracle.kv.table.FieldDef.Type
- BinaryDef - Interface in oracle.kv.table
-
BinaryDef is an extension of
FieldDef
to encapsulate a Binary type. - BinaryValue - Interface in oracle.kv.table
-
BinaryValue extends
FieldValue
to represent a byte array value. - BOOLEAN - Enum constant in enum oracle.kv.table.FieldDef.Type
- BooleanDef - Interface in oracle.kv.table
-
BooleanDef is an extension of
FieldDef
to encapsulate a Boolean. - BooleanValue - Interface in oracle.kv.table
-
BooleanValue extends
FieldValue
to represent a simple boolean value. - BoundStatement - Interface in oracle.kv.query
-
Represents a
Statement
that has been compiled and an execution plan generated for it. - build() - Method in class oracle.kv.KVLocalConfig.Builder
-
Builds a
KVLocalConfig
instance using the values specified in this builder. - build() - Method in class oracle.kv.KVLocalConfig.InetBuilder
- build() - Method in class oracle.kv.KVLocalConfig.UnixDomainBuilder
- build() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Builds a NoSQLSubscriptionConfig instance from builder
- build() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Builds a NoSQLSubscriptionConfig instance from builder
- Builder(String) - Constructor for class oracle.kv.KVLocalConfig.Builder
-
Makes a builder for KVLocalConfig with the specified root directory.
- Builder(String) - Constructor for class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Makes a builder for NoSQLSubscriptionConfig with required parameter for single subscriber, that is, the
NoSQLSubscriberId.getTotal()
is 1. - Builder(Function<NoSQLSubscriberId, String>) - Constructor for class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Makes a builder for NoSQLSubscriptionConfig with required parameter for multiple sharded subscribers, that is, the
NoSQLSubscriberId.getTotal()
is greater than 1. - Builder(KVStoreConfig, String) - Constructor for class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
- BulkWriteOptions - Class in oracle.kv
-
BulkWriteOptions is used to configure bulk write operations.
- BulkWriteOptions() - Constructor for class oracle.kv.BulkWriteOptions
-
Create a
BulkWriteOptions
with default values. - BulkWriteOptions(BulkWriteOptions) - Constructor for class oracle.kv.BulkWriteOptions
- BulkWriteOptions(Durability, long, TimeUnit) - Constructor for class oracle.kv.BulkWriteOptions
-
The options used to configure the bulk put operation.
C
- CacheKeyMapper - Interface in oracle.kv.coherence
-
This interface defines a mechanism for translating an Oracle Coherence cache key object into an Oracle NoSQL Database
Key
. - cancel() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Clean up and free resources; terminates shard streams in particular.
- cancel(boolean) - Method in interface oracle.kv.ExecutionFuture
-
Attempts to cancel execution of this statement.
- cancel(boolean) - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Attempts to cancel execution of this statement.
- catchException(RuntimeException, E) - Method in interface oracle.kv.EntryStream
-
The method that is invoked when an exception (such as Durability and RequestTimeout) is encountered while trying to add an entry to the store.
- CHANGE_TIMEOUT - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
Change timeout
- check() - Method in class oracle.kv.table.FieldRange
- CheckpointFailureException - Exception in oracle.kv.pubsub
-
Exception that is raised when a subscriber fails to make a checkpoint.
- CHILDREN_ONLY - Enum constant in enum oracle.kv.Depth
-
Select only immediate children, do not select the parent.
- childTableExists(String) - Method in interface oracle.kv.table.Table
-
Returns true if the named child table exists, false otherwise.
- ChildTableLimitException - Exception in oracle.kv
-
Thrown when an attempt is made to exceeded a table's child limit.
- clear() - Method in class oracle.kv.PasswordCredentials
-
Wipes out the password storage to ensure it does not hang around in the Java VM memory space.
- clear() - Method in interface oracle.kv.table.RecordValue
-
Deletes all the fields from this record.
- clearLocalKVSecurity() - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Convenience method for testing.
- clone() - Method in class oracle.kv.KVStoreConfig
- clone() - Method in interface oracle.kv.table.ArrayDef
- clone() - Method in interface oracle.kv.table.ArrayValue
- clone() - Method in interface oracle.kv.table.BinaryDef
- clone() - Method in interface oracle.kv.table.BinaryValue
-
Create a deep copy of this object.
- clone() - Method in interface oracle.kv.table.BooleanDef
- clone() - Method in interface oracle.kv.table.BooleanValue
-
Create a deep copy of this object.
- clone() - Method in interface oracle.kv.table.DoubleDef
- clone() - Method in interface oracle.kv.table.DoubleValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.EnumDef
- clone() - Method in interface oracle.kv.table.EnumValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.FieldDef
-
Perform a deep copy of this FieldDef instance.
- clone() - Method in class oracle.kv.table.FieldRange
-
Creates a new FieldRange instance that is a shallow copy of this instance.
- clone() - Method in interface oracle.kv.table.FieldValue
-
Create a deep copy of this object.
- clone() - Method in interface oracle.kv.table.FixedBinaryDef
- clone() - Method in interface oracle.kv.table.FixedBinaryValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.FloatDef
- clone() - Method in interface oracle.kv.table.FloatValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.IntegerDef
- clone() - Method in interface oracle.kv.table.IntegerValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.LongDef
- clone() - Method in interface oracle.kv.table.LongValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.MapDef
- clone() - Method in interface oracle.kv.table.MapValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.NumberDef
- clone() - Method in interface oracle.kv.table.NumberValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.PrimaryKey
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.RecordDef
- clone() - Method in interface oracle.kv.table.RecordValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.Row
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.SequenceDef
-
Create a deep copy of this object.
- clone() - Method in interface oracle.kv.table.StringDef
- clone() - Method in interface oracle.kv.table.StringValue
-
Returns a deep copy of this object.
- clone() - Method in interface oracle.kv.table.Table
-
Clone the table.
- clone() - Method in interface oracle.kv.table.TimestampDef
- clone() - Method in interface oracle.kv.table.TimestampValue
-
Create a deep copy of this object.
- clone() - Method in class oracle.kv.table.WriteOptions
- close() - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Close the record reader.
- close() - Method in interface oracle.kv.KVStore
-
Close the K/V Store handle and release resources.
- close() - Method in interface oracle.kv.ParallelScanIterator
-
Close (terminate) a Parallel Scan.
- close() - Method in interface oracle.kv.StatementResult
-
Closes the result including the iterator and releases all the resources related to this result.
- close(boolean) - Method in class oracle.kv.pubsub.NoSQLPublisher
-
Closes a publisher without error, shut down all connection to source and free resources.
- close(Throwable, boolean) - Method in class oracle.kv.pubsub.NoSQLPublisher
-
Closes a publisher, shut down all connection to source and free resources.
- closeStore() - Method in class oracle.kv.KVLocal
-
Close the store handle and release resources.
- CMD_PASSWORD_NOPROMPT_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify whether to automatically prompt password for command line utilities.
- COMMIT_NO_SYNC - Static variable in class oracle.kv.Durability
-
A convenience constant that defines a durability policy with COMMIT_NO_SYNC for Master commit synchronization.
- COMMIT_SYNC - Static variable in class oracle.kv.Durability
-
A convenience constant that defines a durability policy with COMMIT_SYNC for Master commit synchronization.
- COMMIT_WRITE_NO_SYNC - Static variable in class oracle.kv.Durability
-
A convenience constant that defines a durability policy with COMMIT_WRITE_NO_SYNC for Master commit synchronization.
- compareTo(Key) - Method in class oracle.kv.Key
-
Compares this Key with the specified Key for order.
- compareTo(KVVersion) - Method in class oracle.kv.KVVersion
- compareTo(FieldValue) - Method in interface oracle.kv.table.BinaryValue
-
Returns 0 if the two values are equal in terms of length and byte content, otherwise it returns -1.
- compareTo(KeyPair) - Method in class oracle.kv.table.KeyPair
-
Compares the IndexKey of this object with the IndexKey of the specified object for order.
- COMPLETE - Enum constant in enum oracle.kv.lob.KVLargeObject.LOBState
-
Denotes a LOB that has been completed.
- completed() - Method in interface oracle.kv.EntryStream
-
Invoked by the loader to indicate that all the entries supplied by the stream have been processed.
- connectNoSQL() - Method in class oracle.kv.coherence.NoSQLBinaryStore
-
Obtain the NoSQL database handler being used to connect.
- Consistency - Class in oracle.kv
-
Used to provide consistency guarantees for read operations.
- Consistency.NoneRequired - Class in oracle.kv
- Consistency.Time - Class in oracle.kv
-
A consistency policy which describes the amount of time the Replica is allowed to lag the Master.
- Consistency.Version - Class in oracle.kv
-
A consistency policy which ensures that the environment on a Replica node is at least as current as denoted by the specified Key-Value pair
Consistency.Version
. - ConsistencyException - Exception in oracle.kv
-
Thrown when a single or multiple-operation transaction fails because the specified
Consistency
could not be met, within the allowed timeout period. - contains(int) - Method in interface oracle.kv.table.RecordValue
-
Returns true if the record contains a field at the given position.
- contains(String) - Method in interface oracle.kv.table.RecordDef
-
Returns true if the record tyoe contains a field with the given name
- contains(String) - Method in interface oracle.kv.table.RecordValue
-
Returns true if the record contains the named field.
- ContingencyException - Exception in oracle.kv
-
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.
- convertTimeToLiveUnit(int, byte) - Static method in class oracle.kv.table.TimeToLive
-
Converts an ordinal value for a TTL TimeUnit into the TimeUnit.
- copyFrom(RecordValue) - Method in interface oracle.kv.table.RecordValue
-
Copies the fields from another RecordValue instance, overwriting fields in this object with the same name.
- createArray() - Method in interface oracle.kv.table.FieldDef
-
Creates an empty ArrayValue.
- createBinary(byte[]) - Method in interface oracle.kv.table.FieldDef
-
Creates a BinaryValue instance based on the value.
- createBinary(byte[]) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a BinaryValue instance from its java representation.
- createBoolean(boolean) - Method in interface oracle.kv.table.FieldDef
-
Creates a BooleanValue instance based on the value.
- createBoolean(boolean) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a BooleanValue instance from its java representation.
- createBoundStatement() - Method in interface oracle.kv.query.PreparedStatement
-
Creates a new BoundStatement object for this PreparedStatement.
- createDelete(Key) - Method in interface oracle.kv.OperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDelete(Key, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDelete(PrimaryKey, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDeleteIfVersion(Key, Version) - Method in interface oracle.kv.OperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDeleteIfVersion(Key, Version, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDeleteIfVersion(PrimaryKey, Version, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Delete operation suitable for use as an argument to the
execute
method. - createDouble(double) - Method in interface oracle.kv.table.FieldDef
-
Creates a DoubleValue instance based on the value.
- createDouble(double) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a DoubleValue instance from its java representation.
- createEnum(String) - Method in interface oracle.kv.table.FieldDef
-
Creates an EnumValue instance based on the value.
- createFieldRange(String) - Method in interface oracle.kv.table.Index
-
Creates a
FieldRange
object used to specify a value range for use in a index iteration operation inTableAPI
. - createFieldRange(String) - Method in interface oracle.kv.table.Table
-
Creates a
FieldRange
object used to specify a value range for use in a table iteration operation inTableAPI
. - createFixedBinary(byte[]) - Method in interface oracle.kv.table.FieldDef
-
Creates a FixedBinaryValue instance based on the value.
- createFloat(float) - Method in interface oracle.kv.table.FieldDef
-
Creates a FloatValue instance based on the value.
- createFloat(float) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a FloatValue instance from its java representation.
- createIndexKey() - Method in interface oracle.kv.table.Index
-
Creates an
IndexKey
for this index. - createIndexKey(RecordValue) - Method in interface oracle.kv.table.Index
-
Deprecated.as of 4.5
- createIndexKeyFromJson(InputStream, boolean) - Method in interface oracle.kv.table.Index
-
Creates an
IndexKey
based on JSON input. - createIndexKeyFromJson(String, boolean) - Method in interface oracle.kv.table.Index
-
Creates an
IndexKey
based on JSON input. - createInteger(int) - Method in interface oracle.kv.table.FieldDef
-
Creates an IntegerValue instance based on the value.
- createInteger(int) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a IntegerValue instance from its java representation.
- createJsonNull() - Method in interface oracle.kv.table.FieldDef
-
Creates a special FieldValue instance representing a JSON null.
- createJsonNull() - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a special FieldValue instance representing a JSON null value, which returns true from
FieldValue.isJsonNull()
. - createKey(String) - Static method in class oracle.kv.Key
-
Creates a Key from a single component Major Path; the Minor Path will be empty.
- createKey(String, String) - Static method in class oracle.kv.Key
-
Creates a Key from a single component Major Path and a single component Minor Path.
- createKey(String, List<String>) - Static method in class oracle.kv.Key
-
Creates a Key from a single component Major Path and a Minor Path list.
- createKey(List<String>) - Static method in class oracle.kv.Key
-
Creates a Key from a Major Path list; the Minor Path will be empty.
- createKey(List<String>, String) - Static method in class oracle.kv.Key
-
Creates a Key from a Major Path list and a single component Minor Path.
- createKey(List<String>, List<String>) - Static method in class oracle.kv.Key
-
Creates a Key from a Major Path list and a Minor Path list.
- createLong(long) - Method in interface oracle.kv.table.FieldDef
-
Creates a LongValue instance based on the value.
- createLong(long) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a LongValue instance from its java representation.
- createMap() - Method in interface oracle.kv.table.FieldDef
-
Creates an empty MapValue.
- createMultiRowOptions() - Method in class oracle.kv.table.FieldRange
-
A convenience factory method to create a MultiRowOptions instance using this FieldRange.
- createMultiRowOptions(List<String>, FieldRange) - Method in interface oracle.kv.table.Table
-
Returns a MultiRowOptions object initialized with ancestor and child tables from the list of table names and/or FieldRange.
- createNumber(double) - Method in interface oracle.kv.table.FieldDef
-
Creates a NumberValue instance based on the value
- createNumber(double) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a NumberValue instance from a double value.
- createNumber(float) - Method in interface oracle.kv.table.FieldDef
-
Creates a NumberValue instance based on the value
- createNumber(float) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a NumberValue instance from a float value.
- createNumber(int) - Method in interface oracle.kv.table.FieldDef
-
Creates a NumberValue instance based on the value
- createNumber(int) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a NumberValue instance from a int value.
- createNumber(long) - Method in interface oracle.kv.table.FieldDef
-
Creates a NumberValue instance based on the value
- createNumber(long) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a NumberValue instance from a long value.
- createNumber(BigDecimal) - Method in interface oracle.kv.table.FieldDef
-
Creates a NumberValue instance based on the value
- createNumber(BigDecimal) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a NumberValue instance from a BigDecimal value.
- createPrimaryKey() - Method in interface oracle.kv.table.Row
-
Creates a PrimaryKey from this Row.
- createPrimaryKey() - Method in interface oracle.kv.table.Table
-
Creates an empty
PrimaryKey
for the table that can only hold fields that are part of the primary key for the table. - createPrimaryKey(RecordValue) - Method in interface oracle.kv.table.Table
-
Creates a
PrimaryKey
for the table populated with relevant fields from theRecordValue
parameter. - createPrimaryKeyFromJson(InputStream, boolean) - Method in interface oracle.kv.table.Table
-
Creates a
PrimaryKey
based on JSON input. - createPrimaryKeyFromJson(String, boolean) - Method in interface oracle.kv.table.Table
-
Creates a
PrimaryKey
based on JSON input. - createPut(Key, Value) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPut(Key, Value, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPut(Row, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfAbsent(Key, Value) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfAbsent(Key, Value, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfAbsent(Row, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfPresent(Key, Value) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfPresent(Key, Value, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfPresent(Row, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfVersion(Key, Value, Version) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfVersion(Key, Value, Version, ReturnValueVersion.Choice, boolean) - Method in interface oracle.kv.OperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createPutIfVersion(Row, Version, ReturnRow.Choice, boolean) - Method in interface oracle.kv.table.TableOperationFactory
-
Create a Put operation suitable for use as an argument to the
execute
method. - createRecord() - Method in interface oracle.kv.table.FieldDef
-
Creates an empty RecordValue.
- createRecordReader(InputSplit, TaskAttemptContext) - Method in class oracle.kv.hadoop.table.TableInputFormat
-
Returns the RecordReader for the given InputSplit.
- createReturnRow(ReturnRow.Choice) - Method in interface oracle.kv.table.Table
-
Creates a ReturnRow object for the ReturnRow parameter in table put and delete methods in
TableAPI
such asTableAPI.put(oracle.kv.table.Row, oracle.kv.table.ReturnRow, oracle.kv.table.WriteOptions)
andTableAPI.delete(oracle.kv.table.PrimaryKey, oracle.kv.table.ReturnRow, oracle.kv.table.WriteOptions)
. - createRow() - Method in interface oracle.kv.table.Table
-
Creates an empty Row for the table that can hold any field value.
- createRow(RecordValue) - Method in interface oracle.kv.table.Table
-
Creates a Row for the table populated with relevant fields from the
RecordValue
parameter. - createRowFromJson(InputStream, boolean) - Method in interface oracle.kv.table.Table
-
Creates a Row based on JSON input.
- createRowFromJson(String, boolean) - Method in interface oracle.kv.table.Table
-
Creates a Row based on JSON string input.
- createRowWithDefaults() - Method in interface oracle.kv.table.Table
-
Creates a Row using the default values for all fields.
- createSnapshot(String) - Method in class oracle.kv.KVLocal
-
Creates a new snapshot using the specified name as suffix.
- createString(String) - Method in interface oracle.kv.table.FieldDef
-
Creates a StringValue instance based on the value.
- createString(String) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a StringValue instance from its java representation.
- createTimestamp(int, int, int, int, int, int, int, int) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a TimestampValue instance from date time components.
- createTimestamp(String, int) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a TimestampValue instance from a string in format of
TimestampDef.DEFAULT_PATTERN
. - createTimestamp(Timestamp) - Method in interface oracle.kv.table.FieldDef
-
Creates a TimestampValue instance based on the value.
- createTimestamp(Timestamp, int) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a TimestampValue instance from its java representation.
- createValue(byte[]) - Static method in class oracle.kv.Value
-
Creates a Value from a value byte array.
- createValueFromJson(Reader) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a FieldValue instance from JSON input where the type is not known.
- createValueFromJson(String) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a FieldValue instance from JSON input where the type is not known.
- createValueFromJson(FieldDef, InputStream) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a new value from a JSON doc (which is given as an InputStream).
- createValueFromJson(FieldDef, Reader) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a new value from a JSON doc (which is given as a Reader).
- createValueFromJson(FieldDef, String) - Static method in class oracle.kv.table.FieldValueFactory
-
Creates a new value from a JSON doc (which is given as a String).
- current - Variable in class oracle.kv.hadoop.table.TableRecordReader
- CURRENT_VERSION - Static variable in class oracle.kv.KVVersion
-
The current software version.
- currentTimestamp() - Method in interface oracle.kv.table.TimestampDef
-
Creates a TimestampValue instant set to the current system millisecond time.
D
- DDL - Enum constant in enum oracle.kv.StatementResult.Kind
-
Results of data definition language statements: create or remove table, a create or remove index or an alter index, or other statements that don't return data records.
- decodeBinaryKey(String) - Static method in class oracle.kv.coherence.NoSQLBinaryStore
-
Decode a binary key from ascii form.
- DEFAULT_EMPTY_STREAM_LIFETIME_SECS - Static variable in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Default empty stream lifetime in seconds
- DEFAULT_HOSTNAME - Static variable in class oracle.kv.KVLocalConfig.InetBuilder
-
The default host name is "localhost".
- DEFAULT_IS_SECURE - Static variable in class oracle.kv.KVLocalConfig.InetBuilder
-
The default is secure.
- DEFAULT_LOB_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default timeout value (10000 ms) associated with internal LOB access during operations on LOBs.
- DEFAULT_MAX_ACTIVE_REQUESTS - Static variable in class oracle.kv.RequestLimitConfig
-
The default maximum number of active requests.
- DEFAULT_MAX_CONCURRENT_SUBS - Static variable in class oracle.kv.pubsub.NoSQLPublisher
-
Default maximum number of subscriptions.
- DEFAULT_MEMORY_SIZE_MB - Static variable in class oracle.kv.KVLocalConfig
-
The default memory size in megabytes is 8192, or 8 GB.
- DEFAULT_NETWORK_ROUNDTRIP_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default value in milliseconds for the amount of time to allow for a single roundtrip network communication with the server.
- DEFAULT_NODE_LIMIT_PERCENT - Static variable in class oracle.kv.RequestLimitConfig
-
The default limit on the number of requests, as a percentage of the requested maximum active requests.
- DEFAULT_OPEN_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default open timeout in ms associated with the sockets used to make KVStore requests.
- DEFAULT_OUTPUT_QUEUE_SIZE_MB - Static variable in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Default total memory size in megabytes of output queues for all shards
- DEFAULT_PATTERN - Static variable in interface oracle.kv.table.TimestampDef
-
The default pattern of Timestamp string, it is the pattern used to format a TimestampValue to a string or parse TimestampValue from a string, the time zone for formatting and parsing is UTC zone.
- DEFAULT_PORT - Static variable in class oracle.kv.KVLocalConfig
-
The default port number is 5000.
- DEFAULT_READ_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default read timeout in ms associated with the sockets used to make KVStore requests.
- DEFAULT_REGISTRY_OPEN_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default open timeout in ms associated with the sockets used to make registry requests.
- DEFAULT_REGISTRY_READ_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default read timeout associated with the sockets used to make registry requests.
- DEFAULT_REQUEST_THRESHOLD_PERCENT - Static variable in class oracle.kv.RequestLimitConfig
-
The default threshold for activating request limiting, as a percentage of the requested maximum active requests.
- DEFAULT_REQUEST_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
The default timeout in ms associated with KVStore requests.
- DEFAULT_SG_CACHED_ATTRS_TIMEOUT - Static variable in class oracle.kv.KVStoreConfig
-
Default value for the timeout of cached sequence generator attributes in milliseconds.
- DEFAULT_SHARD_TIMEOUT_MS - Static variable in class oracle.kv.pubsub.NoSQLPublisher
-
Default shard timeout in milliseconds.
- DEFAULT_STORAGE_SIZE_GB - Static variable in class oracle.kv.KVLocalConfig
-
The default storage size in gigabyte is 10.
- DEFAULT_STORENAME - Static variable in class oracle.kv.KVLocalConfig
-
The default store name is "kvstore".
- DEFAULT_STREAM_CHANGE_TIMEOUT_MS - Static variable in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Default timeout in ms to change the stream, e.g, add or remove tables from stream
- DEFAULT_USE_ASYNC - Static variable in class oracle.kv.KVStoreConfig
-
Whether to use the async network protocol by default.
- delete(Key) - Method in interface oracle.kv.KVStore
-
Delete the key/value pair associated with the key.
- delete(Key, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Delete the key/value pair associated with the key.
- delete(PrimaryKey, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes a row from a table.
- DELETE - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createDelete(oracle.kv.Key)
. - DELETE - Enum constant in enum oracle.kv.pubsub.StreamOperation.Type
-
A
StreamOperation.DeleteEvent
operation. - DELETE - Enum constant in enum oracle.kv.table.TableOperation.Type
- DELETE_IF_VERSION - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createDeleteIfVersion(oracle.kv.Key, oracle.kv.Version)
. - DELETE_IF_VERSION - Enum constant in enum oracle.kv.table.TableOperation.Type
- deleteAsync(PrimaryKey, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes a row from a table, returning a future to manage the asynchronous operation.
- deleteIfVersion(Key, Version) - Method in interface oracle.kv.KVStore
-
Delete a key/value pair, but only if the version of the existing value matches the matchVersion argument.
- deleteIfVersion(Key, Version, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Delete a key/value pair, but only if the version of the existing value matches the matchVersion argument.
- deleteIfVersion(PrimaryKey, Version, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes a row from a table but only if its version matches the one specified in matchVersion.
- deleteIfVersionAsync(PrimaryKey, Version, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes a row from a table, but only if its version matches the one specified in
matchVersion
, returning a future to manage the asynchronous operation. - deleteLOB(Key, Durability, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Deletes the LOB associated with the key.
- Depth - Enum in oracle.kv
-
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.
- DESCENDANTS_ONLY - Enum constant in enum oracle.kv.Depth
-
Select all descendants, do not select the parent.
- DetailedMetrics - Interface in oracle.kv.stats
-
Interface to the per-partition and per-shard metrics returned by
and oracle.kv.ParallelScanIterator#getShardMetrics()
. - Direction - Enum in oracle.kv
-
Used with iterator operations to specify the order that keys are returned.
- DO_NOT_EXPIRE - Static variable in class oracle.kv.table.TimeToLive
-
A convenience constant that can be used as an argument to
Row.setTTL(oracle.kv.table.TimeToLive)
to indicate that the row should not expire. - doCheckpoint(StreamPosition) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Do subscription checkpoint.
- doCheckpoint(StreamPosition, boolean) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Do subscription checkpoint at the given stream position or a stream position later than the given position selected by the Streams API.
- DOUBLE - Enum constant in enum oracle.kv.table.FieldDef.Type
- DoubleDef - Interface in oracle.kv.table
-
DoubleDef is an extension of
FieldDef
to encapsulate the Double type. - DoubleValue - Interface in oracle.kv.table
-
DoubleValue extends
FieldValue
to represent a double. - DRIVER_QUERY_V2 - Static variable in class oracle.kv.query.ExecuteOptions
- DRIVER_QUERY_V3 - Static variable in class oracle.kv.query.ExecuteOptions
- Durability - Class in oracle.kv
-
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. - Durability(Durability.SyncPolicy, Durability.SyncPolicy, Durability.ReplicaAckPolicy) - Constructor for class oracle.kv.Durability
-
Creates an instance of a Durability specification.
- Durability.ReplicaAckPolicy - Enum in oracle.kv
-
A replicated environment makes it possible to increase an application's transaction commit guarantees by committing changes to its replicas on the network.
- Durability.SyncPolicy - Enum in oracle.kv
-
Defines the synchronization policy to be used when committing a transaction.
- DurabilityException - Exception in oracle.kv
-
Thrown when write operations cannot be initiated because a quorum of Replicas as determined by the
Durability.ReplicaAckPolicy
was not available.
E
- EMPTY - Enum constant in enum oracle.kv.table.FieldDef.Type
- EMPTY_STR - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- EMPTY_VALUE - Static variable in class oracle.kv.Value
-
An instance that represents an empty value for key-only records.
- encodeBinaryKey(byte[]) - Static method in class oracle.kv.coherence.NoSQLBinaryStore
-
Encode a binary key in ascii form so that it is suitable for use as a NoSQL key.
- ENDPOINT_GROUP_MAX_QUIESCENT_SECONDS_PROPERTY - Static variable in class oracle.kv.KVStoreFactory
-
The name of the system property that can be set to specify the maximum amount of time in seconds for a endpoint group thread to be quiescent before it is shut down.
- ENDPOINT_GROUP_NUM_THREADS_PROPERTY - Static variable in class oracle.kv.KVStoreFactory
-
The name of the system property that can be set to specify the number of threads to use for the async endpoint group.
- EntryStream<E> - Interface in oracle.kv
-
The stream interface that supplies the data (Row or Key/Value pair) to be batched and loaded into the store.
- ENUM - Enum constant in enum oracle.kv.table.FieldDef.Type
- EnumDef - Interface in oracle.kv.table
-
EnumDef is a extension of
FieldDef
to support an enumeration type. - EnumValue - Interface in oracle.kv.table
-
EnumValue extends
FieldValue
to represent a single value in an enumeration. - equals(Object) - Method in class oracle.kv.Consistency.NoneRequired
- equals(Object) - Method in class oracle.kv.Consistency.Time
- equals(Object) - Method in class oracle.kv.Consistency.Version
- equals(Object) - Method in class oracle.kv.Durability
- equals(Object) - Method in class oracle.kv.hadoop.table.TableInputSplit
- equals(Object) - Method in class oracle.kv.Key
- equals(Object) - Method in class oracle.kv.KeyRange
- equals(Object) - Method in class oracle.kv.KVVersion
- equals(Object) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
- equals(Object) - Method in class oracle.kv.pubsub.NoSQLSubscriberId
- equals(Object) - Method in class oracle.kv.pubsub.StreamPosition
- equals(Object) - Method in class oracle.kv.table.FieldRange
- equals(Object) - Method in interface oracle.kv.table.Row
-
Equality comparison for Row instances is based on equality of the individual field values and ignores the included
Version
, if present. - equals(Object) - Method in class oracle.kv.table.TimeToLive
-
Equality compares the duration only if the units used for construction are the same.
- equals(Object) - Method in class oracle.kv.Value
- equals(Object) - Method in class oracle.kv.Version
- execute(char[], ExecuteOptions) - Method in interface oracle.kv.KVStore
-
This method is equivalent to
KVStore.execute(String, ExecuteOptions)
, but the statement is given as a char[]. - execute(String) - Method in interface oracle.kv.KVStore
-
Executes an SQL statement.
- execute(String) - Method in interface oracle.kv.table.TableAPI
-
Deprecated.since 3.3 in favor of
KVStore.execute(String)
- execute(String, ExecuteOptions) - Method in interface oracle.kv.KVStore
-
This method is equivalent to
KVStore.execute(String)
, but it allows its users to specify execution options that override the defaults. - execute(List<Operation>) - Method in interface oracle.kv.KVStore
-
This method provides an efficient and transactional mechanism for executing a sequence of operations associated with keys that share the same Major Path.
- execute(List<Operation>, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
This method provides an efficient and transactional mechanism for executing a sequence of operations associated with keys that share the same Major Path.
- execute(List<TableOperation>, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
This method provides an efficient and transactional mechanism for executing a sequence of operations associated with tables that share the same shard key portion of their primary keys.
- executeAsync(String, ExecuteOptions) - Method in interface oracle.kv.KVStore
-
Returns a publisher that can be used to subscribe to the results of the asynchronous execution of an SQL statement.
- executeAsync(List<TableOperation>, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
This method provides an efficient and transactional mechanism for executing a sequence of operations associated with tables that share the same shard key portion of their primary keys, returning a future to manage the asynchronous operation.
- executeAsync(Statement, ExecuteOptions) - Method in interface oracle.kv.KVStore
-
Returns a publisher that can be used to subscribe to the results of the asynchronous execution of a table statement, either a
PreparedStatement
or aBoundStatement
. - ExecuteOptions - Class in oracle.kv.query
-
Class contains several options for the execution of an SQL statement (DDL or DML).
- ExecuteOptions() - Constructor for class oracle.kv.query.ExecuteOptions
- executeSync(char[], ExecuteOptions) - Method in interface oracle.kv.KVStore
-
Synchronously execute an SQL statement.
- executeSync(String) - Method in interface oracle.kv.KVStore
-
Synchronously execute an SQL statement.
- executeSync(String) - Method in interface oracle.kv.table.TableAPI
-
Deprecated.since 3.3 in favor of
KVStore.executeSync(java.lang.String)
- executeSync(String, ExecuteOptions) - Method in interface oracle.kv.KVStore
-
Synchronously execute an SQL statement.
- executeSync(Statement) - Method in interface oracle.kv.KVStore
-
Synchronously execute a prepared SQL statement provided as a
PreparedStatement
orBoundStatement
. - executeSync(Statement, ExecuteOptions) - Method in interface oracle.kv.KVStore
-
Synchronously execute a prepared SQL statement provided as a
PreparedStatement
orBoundStatement
. - ExecutionFuture - Interface in oracle.kv
-
An ExecutionFuture is a
Future
that provides a handle to an administrative statement that has been issued and is being processed by the kvstore. - ExecutionFuture - Interface in oracle.kv.table
-
Deprecated.since 3.3 in favor of
ExecutionFuture
- ExecutionSubscription - Interface in oracle.kv
-
A subinterface of
Subscription
implemented by subscriptions supplied when aSubscriber
subscribes to aPublisher
associated with the asynchronous execution of a query. - ExternalTableException - Exception in oracle.kv.exttab
-
Runtime Exception for anything related to ExternalTables.
- ExternalTableException(String) - Constructor for exception oracle.kv.exttab.ExternalTableException
- ExternalTableException(String, Throwable) - Constructor for exception oracle.kv.exttab.ExternalTableException
- ExternalTableUtils - Class in oracle.kv.exttab
F
- FastExternalizableException - Exception in oracle.kv
-
A common exception base class to support internal serialization facilities.
- FaultException - Exception in oracle.kv
-
Used to indicate an error condition that cannot normally be handled by the caller of the method, except by retrying the operation.
- FieldDef - Interface in oracle.kv.table
-
FieldDef represents an immutable metadata object used to represent a single data type.
- FieldDef.Type - Enum in oracle.kv.table
-
The type of a field definition.
- FieldRange - Class in oracle.kv.table
-
FieldRange defines a range of values to be used in a table or index iteration or multiGet operation.
- FieldValue - Interface in oracle.kv.table
-
FieldValue represents an item, that is, a value and its associated type.
- FieldValueFactory - Class in oracle.kv.table
-
Factory class to create FieldValue instance objects.
- FieldValueFactory() - Constructor for class oracle.kv.table.FieldValueFactory
- FIXED_BINARY - Enum constant in enum oracle.kv.table.FieldDef.Type
- FixedBinaryDef - Interface in oracle.kv.table
-
FixedBinaryDef is an extension of
FieldDef
to encapsulate a fixed length binary value. - FixedBinaryValue - Interface in oracle.kv.table
-
FixedBinaryValue extends
FieldValue
to represent a fixed-size byte array. - FLOAT - Enum constant in enum oracle.kv.table.FieldDef.Type
- FloatDef - Interface in oracle.kv.table
-
FloatDef is an extension of
FieldDef
to encapsulate the Float type. - FloatValue - Interface in oracle.kv.table
-
FloatValue extends
FieldValue
to represent a float. - Formatter - Interface in oracle.kv.exttab
-
Formatter is an interface to a user-specified class used for formatting NoSQL Database records into Strings which are appropriate for importing into a specific Oracle External Table.
- FORWARD - Enum constant in enum oracle.kv.Direction
-
Iterate in ascending key order.
- FROM_CHECKPOINT - Enum constant in enum oracle.kv.pubsub.NoSQLStreamMode
-
Start the stream from the last checkpoint saved in the checkpoint table, using the next available position for shards where the checkpoint position is not available.
- FROM_EXACT_CHECKPOINT - Enum constant in enum oracle.kv.pubsub.NoSQLStreamMode
-
Start the stream from the last checkpoint saved in the checkpoint table, signaling an exception if the checkpoint position is not available.
- FROM_EXACT_STREAM_POSITION - Enum constant in enum oracle.kv.pubsub.NoSQLStreamMode
-
Start the stream from the specified start stream position, signaling an exception if the requested position is not available.
- FROM_NOW - Enum constant in enum oracle.kv.pubsub.NoSQLStreamMode
-
Start the stream from the latest available stream position.
- FROM_STREAM_POSITION - Enum constant in enum oracle.kv.pubsub.NoSQLStreamMode
-
Start the stream from the specified start stream position, using the next available position for shards where the requested position is not available.
- fromByteArray(byte[]) - Static method in class oracle.kv.Consistency
-
Deserializes the given bytes that were returned earlier by
Consistency.toByteArray()
and returns the resulting Consistency. - fromByteArray(byte[]) - Static method in class oracle.kv.Durability
-
Deserializes the given bytes that were returned earlier by
Durability.toByteArray()
and returns the resulting Durability. - fromByteArray(byte[]) - Static method in class oracle.kv.Key
-
Deserializes the given bytes that were returned earlier by
Key.toByteArray()
and returns the resulting Key. - fromByteArray(byte[]) - Static method in class oracle.kv.KeyRange
-
Deserializes the given bytes that were returned earlier by
KeyRange.toByteArray()
and returns the resulting KeyRange. - fromByteArray(byte[]) - Static method in class oracle.kv.Value
-
Deserializes the given bytes that were returned earlier by
Value.toByteArray()
and returns the resulting Value. - fromByteArray(byte[]) - Static method in class oracle.kv.Version
-
Deserializes the given bytes that were returned earlier by
Version.toByteArray()
and returns the resulting Version. - fromExpirationTime(long, long) - Static method in class oracle.kv.table.TimeToLive
-
Returns an instance of TimeToLive based on an absolute expiration time and a reference time.
- fromString(String) - Static method in class oracle.kv.Key
-
Decodes a key path string and returns the resulting Key object.
- fromString(String) - Static method in class oracle.kv.KeyRange
-
Converts an encoded KeyRange back to a KeyRange.
- fromString(String) - Method in interface oracle.kv.table.BinaryDef
-
Creates a BinaryValue instance from a String.
- fromString(String) - Method in interface oracle.kv.table.FixedBinaryDef
-
Creates a FixedBinaryValue instance from a String.
- fromString(String) - Method in interface oracle.kv.table.TimestampDef
-
Creates a TimestampValue instance from a String, the string must be in the format of
DEFAULT_PATTERN
with UTC zone. - fromString(String, String, boolean) - Method in interface oracle.kv.table.TimestampDef
-
Creates a TimestampValue instance from a String with specified pattern.
G
- GEOMETRY - Enum constant in enum oracle.kv.table.FieldDef.Type
- get() - Method in interface oracle.kv.ExecutionFuture
-
Block until the command represented by this future completes.
- get() - Method in interface oracle.kv.table.BinaryValue
-
Returns the byte array value.
- get() - Method in interface oracle.kv.table.BooleanValue
-
Get the boolean value of this object.
- get() - Method in interface oracle.kv.table.DoubleValue
-
Get the double value of this object.
- get() - Method in interface oracle.kv.table.EnumValue
-
Gets the string value of the enumeration.
- get() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Block until the command represented by this future completes.
- get() - Method in interface oracle.kv.table.FixedBinaryValue
-
Get the byte array value.
- get() - Method in interface oracle.kv.table.FloatValue
-
Returns the float value of this object.
- get() - Method in interface oracle.kv.table.IntegerValue
-
Returns the integer value of the object.
- get() - Method in interface oracle.kv.table.LongValue
-
Returns the long value of the object.
- get() - Method in interface oracle.kv.table.NumberValue
-
Get the BigDecimal value of this object.
- get() - Method in interface oracle.kv.table.StringValue
-
Returns the String value.
- get() - Method in interface oracle.kv.table.TimestampValue
-
Get the Timestamp value of this object.
- get(int) - Method in interface oracle.kv.table.ArrayValue
-
Gets the value at the specified index.
- get(int) - Method in interface oracle.kv.table.RecordValue
-
Returns the value of the field at the given position.
- get(long, TimeUnit) - Method in interface oracle.kv.ExecutionFuture
-
Block until the administrative operation has finished or the timeout period is exceeded.
- get(long, TimeUnit) - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Block until the administrative operation has finished or the timeout period is exceeded.
- get(String) - Method in interface oracle.kv.table.MapValue
-
Returns the FieldValue with the specified name if it appears in the map.
- get(String) - Method in interface oracle.kv.table.RecordValue
-
Returns the value of the field with the given name.
- get(String[], int, LoginManager, String, ClientId) - Method in class oracle.kv.hadoop.table.TableInputFormatBase.TopologyLocatorWrapper
- get(Key) - Method in interface oracle.kv.KVStore
-
Get the value associated with the key.
- get(Key, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Get the value associated with the key.
- get(NoSQLPublisherConfig) - Static method in class oracle.kv.pubsub.NoSQLPublisher
-
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
- get(NoSQLPublisherConfig, Logger) - Static method in class oracle.kv.pubsub.NoSQLPublisher
-
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
- get(NoSQLPublisherConfig, LoginCredentials) - Static method in class oracle.kv.pubsub.NoSQLPublisher
-
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
- get(NoSQLPublisherConfig, LoginCredentials, Logger) - Static method in class oracle.kv.pubsub.NoSQLPublisher
-
Returns a handle to the NoSQL publisher after verifying that the store exists and is accessible.
- get(PrimaryKey, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Gets the
Row
associated with the primary key. - getAbortIfUnsuccessful() - Method in interface oracle.kv.Operation
-
Returns whether this operation should cause the
KVStore.execute
transaction to abort when the operation fails. - getAbortIfUnsuccessful() - Method in interface oracle.kv.table.TableOperation
-
Returns whether this operation should cause the
TableAPI.execute
transaction to abort when the operation fails. - getAcks() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the number of transactions acked.
- getAckStartVLSN() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the acknowledged start vlsn from NoSQL DB for each subscribed shard
- getAdminId() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns the AdminId number of an Admin instance.
- getAdminMountPoints() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns Admin mount points on this Storage node.
- getAnnotationForField(String) - Method in interface oracle.kv.table.Index
-
Return an annotation for the given field.
- getArbNodeId() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the ArbNodeId number of an Arbiter instance.
- getAsync(PrimaryKey, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Gets the
Row
associated with the primary key, returning a future to manage the asynchronous operation. - getAvailableReplicas() - Method in exception oracle.kv.DurabilityException
-
Returns the set of Replicas that were available at the time of the operation.
- getAverageBlockedResultsQueueGetTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getAverageBlockedResultsQueuePutTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getAverageLatencyMs() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the average request latency in milliseconds.
- getAverageLatencyNanos() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the average latency in nanoseconds over requests made to this node.
- getAvLatencyMs() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the trailing average latency (in ms) over all requests made to this node.
- getBlockedResultsQueueGets() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getBlockedResultsQueuePuts() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getBulkHeapPercent() - Method in class oracle.kv.BulkWriteOptions
-
Returns the percentage of Runtime.maxMemory() that can be used for the operation.
- getBytes() - Method in interface oracle.kv.pubsub.StreamOperation.SequenceId
-
Returns a byte representation suitable for saving in some other data source.
- getCacheSize() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the size of the BDB-JE cache, in MBytes.
- getCacheValue() - Method in interface oracle.kv.table.SequenceDef
-
Get the cache value of generator.
- getCapacity() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the number of Replication Nodes that can be hosted on this Storage Node.
- getCheckpointTableName() - Method in exception oracle.kv.pubsub.CheckpointFailureException
-
Gets the checkpoint table name
- getChildTable(String) - Method in interface oracle.kv.table.Table
-
Gets the named child table if it exists.
- getChildTables() - Method in interface oracle.kv.table.Table
-
Gets an unmodifiable view of all child tables of this table.
- getCkptTableName() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Gets the name of checkpoint table associated with subscription for this subscriber.
- getCollectEnvStats() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
If true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file.
- getCollectEnvStats() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
If true, then the underlying BDB-JE subsystem will dump statistics into a local .stat file.
- getCollectorInterval() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the collector service interval
- getCommitLag() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 18.3. The values returned by this method were undependable because they could be influenced by clock skew. Use the JE replicaAvgDelayMsMap stat instead.
- getCommitLagThreshold() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 18.3. No longer supported now that getCommitLag is not supported.
- getCommitPolicy() - Method in exception oracle.kv.DurabilityException
-
Returns the Replica ack policy that was in effect for the operation.
- getConfig() - Method in class oracle.kv.coherence.NoSQLBinaryStore
-
Returns the configuration of this Store
- getConfigProperties() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns Non-default BDB-JE configuration properties.
- getConfigProperties() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns Non-default BDB-JE configuration properties.
- getConsistency() - Method in exception oracle.kv.ConsistencyException
-
Returns the consistency policy that could not be satisfied.
- getConsistency() - Method in class oracle.kv.KVStoreConfig
-
Returns the default read Consistency.
- getConsistency() - Method in class oracle.kv.query.ExecuteOptions
-
Gets the last set execution consistency.
- getConsistency() - Method in class oracle.kv.table.ReadOptions
-
Gets the consistency used for a read operation.
- getCumulativeEnd() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the end of a cumulative measurement period.
- getCumulativeLatAvg() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the average latency for single operations since service startup.
- getCumulativeLatMax() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the highest latency measured for single operations since service startup.
- getCumulativeLatMin() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the lowest latency measured for single operations since service startup.
- getCumulativePct95() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 95th percentile latency for single operations since service startup.
- getCumulativePct99() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 99th percentile latency for single operations since service startup.
- getCumulativeStart() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the beginning of a cumulative measurement period.
- getCumulativeThroughput() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns single operations per second since service startup.
- getCumulativeTotalOps() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getCumulativeTotalOpsLong()
- getCumulativeTotalOpsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of single operations since service startup.
- getCurrentKey() - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Get the current key.
- getCurrentOpenTxn() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the current total number of open transactions in publisher that have not yet committed or aborted.
- getCurrentPosition() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns a current position in the stream.
- getCurrentValue() - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Get the current value.
- getCycle() - Method in interface oracle.kv.table.SequenceDef
-
Get the configuration of whether to generate sequence on null.
- getDataCenterName() - Method in interface oracle.kv.stats.NodeMetrics
-
Deprecated.replaced by
NodeMetrics.getZoneName()
- getDataSize(Row) - Static method in class oracle.kv.table.TableUtils
-
Returns the size of the serialized data for the row.
- getDay() - Method in interface oracle.kv.table.TimestampValue
-
Returns the day of the Timestamp represented by this TimestampValue object.
- getDefault() - Static method in class oracle.kv.RequestLimitConfig
-
Returns an instance that uses the default values.
- getDefaultTTL() - Method in interface oracle.kv.table.Table
-
Returns the default TimeToLive for the table or null if not set.
- getDefaultValue(int) - Method in interface oracle.kv.table.RecordDef
-
Returns the default value for the field at the given position.
- getDefaultValue(String) - Method in interface oracle.kv.table.RecordDef
-
Returns the default value for the named field.
- getDefaultValue(String) - Method in interface oracle.kv.table.Table
-
Creates an instance using the default value for the named field.
- getDefinition() - Method in interface oracle.kv.table.ArrayValue
-
Returns the ArrayDef that defines the content of this array.
- getDefinition() - Method in interface oracle.kv.table.EnumValue
-
Returns the
EnumDef
instance that defines this value. - getDefinition() - Method in class oracle.kv.table.FieldRange
-
Returns the FieldDef for the field used in the range.
- getDefinition() - Method in interface oracle.kv.table.FieldValue
-
Returns the type associated with this value.
- getDefinition() - Method in interface oracle.kv.table.FixedBinaryValue
-
Returns the
FixedBinaryDef
instance that defines this value. - getDefinition() - Method in interface oracle.kv.table.MapValue
-
Returns the MapDef that defines the content of this map.
- getDefinition() - Method in interface oracle.kv.table.RecordValue
-
Returns the record type that this record conforms to.
- getDescription() - Method in interface oracle.kv.table.FieldDef
-
Returns the description of the field.
- getDescription() - Method in interface oracle.kv.table.Index
-
Gets the index's description if present, otherwise null.
- getDescription() - Method in interface oracle.kv.table.Table
-
Returns the table's description if present, otherwise null.
- getDirection() - Method in class oracle.kv.table.TableIteratorOptions
-
Returns the direction.
- getDurability() - Method in class oracle.kv.KVStoreConfig
-
Returns the default write Durability.
- getDurability() - Method in class oracle.kv.query.ExecuteOptions
-
Gets the last set execution durability.
- getDurability() - Method in class oracle.kv.table.WriteOptions
-
Returns the durability associated with the operation.
- getElement() - Method in interface oracle.kv.table.ArrayDef
- getElement() - Method in interface oracle.kv.table.MapDef
- getEmptyStreamSecs() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns the lifetime in seconds of empty subscription.
- getEnableTableMDSysTable() - Method in class oracle.kv.KVStoreConfig
- getEnd() - Method in class oracle.kv.KeyRange
-
Returns the String component that defines upper bound of the key range, or null if no upper bound is enforced.
- getEnd() - Method in class oracle.kv.table.FieldRange
-
Returns the FieldValue that defines upper bound of the range, or null if no upper bound is enforced.
- getEndInclusive() - Method in class oracle.kv.KeyRange
-
Returns whether end is included in the range, i.e., end is greater than or equal to the last String component in the key range.
- getEndInclusive() - Method in class oracle.kv.table.FieldRange
-
Returns whether end is included in the range, i.e., end is greater than or equal to the last FieldValue in the range.
- getEnvMetric() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns a JSON string containing a bundle of JE environment-related metrics.
- getEnvMetric() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns a JSON string containing a bundle of JE environment-related metrics.
- getErrorMessage() - Method in interface oracle.kv.StatementResult
-
If
StatementResult.isSuccessful()
is false, return a description of the problem. - getErrorMessage() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.If
StatementResult.isSuccessful()
is false, return a description of the problem. - getEventExpiryAge() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns how long to keep critical event records.
- getExpirationTime() - Method in interface oracle.kv.table.Row
-
Returns the expiration time of the row.
- getFailedOperation() - Method in exception oracle.kv.OperationExecutionException
-
The operation that caused the execution to be aborted.
- getFailedOperation() - Method in exception oracle.kv.table.TableOpExecutionException
-
Returns the operation that caused the execution to be aborted.
- getFailedOperationIndex() - Method in exception oracle.kv.OperationExecutionException
-
The list index of the operation that caused the execution to be aborted.
- getFailedOperationIndex() - Method in exception oracle.kv.table.TableOpExecutionException
-
Returns the list index of the operation that caused the execution to be aborted.
- getFailedOperationResult() - Method in exception oracle.kv.OperationExecutionException
-
The result of the operation that caused the execution to be aborted.
- getFailedOperationResult() - Method in exception oracle.kv.table.TableOpExecutionException
-
Returns the result of the operation that caused the execution to be aborted.
- getFailedRequestCount() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the number of requests that were tried at this node but did not result in a successful response.
- getFaultClassName() - Method in exception oracle.kv.FaultException
-
Returns the name of the class associated with the original fault exception, or the name of the local exception class if the error occurred locally.
- getField() - Method in class oracle.kv.table.FieldRange
-
Returns the FieldDef that was used to construct this object.
- getField(int) - Method in interface oracle.kv.table.RecordDef
-
Deprecated.as of 4.2 Use getFieldDef(int)
- getField(String) - Method in interface oracle.kv.table.RecordDef
-
Deprecated.as of 4.2 Use getFieldDef(String)
- getField(String) - Method in interface oracle.kv.table.Table
-
Returns the named field from the table definition, or null if the field does not exist.
- getFieldDef(int) - Method in interface oracle.kv.table.RecordDef
-
Get the type of the field at the given position.
- getFieldDef(String) - Method in interface oracle.kv.table.RecordDef
-
Get the type of the field with the given name.
- getFieldName() - Method in class oracle.kv.table.FieldRange
-
Returns the name for the field used in the range.
- getFieldName(int) - Method in interface oracle.kv.table.RecordDef
-
Get the name of the field at the given position.
- getFieldName(int) - Method in interface oracle.kv.table.RecordValue
-
Returns the name of the field at the given position
- getFieldNames() - Method in interface oracle.kv.table.RecordDef
-
Get the names of the fields declared by this record type.
- getFieldNames() - Method in interface oracle.kv.table.RecordValue
-
Returns the list of all field names that are defined by the associated record type.
- getFieldPos(String) - Method in interface oracle.kv.table.RecordDef
-
Returns the position of the field with the given name
- getFieldPos(String) - Method in interface oracle.kv.table.RecordValue
-
Returns the position of the field with the given name
- getFieldRange() - Method in class oracle.kv.table.MultiRowOptions
-
Gets the FieldRange to be used to restrict the range of the operation.
- getFields() - Method in interface oracle.kv.table.Index
-
Returns an unmodifiable list of the field names that define the index.
- getFields() - Method in interface oracle.kv.table.IndexKey
-
Deprecated.as of 4.2 Please use the equivalent getFieldNames() method.
- getFields() - Method in interface oracle.kv.table.MapValue
-
Returns an unmodifiable view of the MapValue state.
- getFields() - Method in interface oracle.kv.table.PrimaryKey
-
Deprecated.as of 4.2 Please use the equivalent getFieldNames() method.
- getFields() - Method in interface oracle.kv.table.RecordDef
-
Deprecated.as of 4.2 Use getFieldNames()
- getFields() - Method in interface oracle.kv.table.RecordValue
-
Deprecated.as of 4.2 Please use the equivalent getFieldNames() method.
- getFields() - Method in interface oracle.kv.table.Table
-
Returns an unmodifiable list of the field names of the table in declaration order which is done during table definition.
- getFormat() - Method in class oracle.kv.Value
-
Returns the value's format.
- getFracSecond() - Method in interface oracle.kv.table.TimestampValue
-
Returns the fractional seconds of the Timestamp represented by this TimestampValue object.
- getFullName() - Method in interface oracle.kv.table.Table
-
Returns the table's full name which includes its ancestor tables in a dot (".") separated path.
- getFullNamespaceName() - Method in interface oracle.kv.table.Table
-
Returns the table's full name which includes its ancestor tables in a dot (".") separated path, prefixed with the namespace in the format namespace:full-name for namespaces other than the "sysdefault" namespace.
- getFullPath() - Method in class oracle.kv.Key
-
Returns the Full Path of the Key as new mutable list.
- getFuture(byte[]) - Method in interface oracle.kv.KVStore
-
Obtain a handle onto a previously issued DDL operation, using a serialized version of the ExecutionFuture obtained from
ExecutionFuture.toByteArray()
. - getHAHostname() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the name of the network interface used for communication between Replication Nodes
- getHaPortRange() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the range of port numbers available for assigning to Replication Nodes that are hosted on this Storage Node.
- getHeapMB() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the size of the Java heap for this Replication Node, in MB.
- getHeapMB() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the size of the Java heap for this Replication Node, in MB.
- getHelperHosts() - Method in class oracle.kv.KVStoreConfig
-
Returns the helper host/port pairs.
- getHelperHosts() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Gets the list of source kvstore helper hosts
- getHostname() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the name associated with the network interface on which this Storage Node's registry listens.
- getHostName() - Method in class oracle.kv.KVLocal
-
Returns the host name.
- getHostName() - Method in class oracle.kv.KVLocalConfig
-
Returns the host name.
- getHour() - Method in interface oracle.kv.table.TimestampValue
-
Returns the hour of the Timestamp represented by this TimestampValue object.
- getId(Table) - Static method in class oracle.kv.table.TableUtils
-
Get the table's ID.
- getIdentityCacheSize() - Method in class oracle.kv.table.WriteOptions
-
Gets the number of generated identity values that are requested from the server during a put.
- getIdString(Table) - Static method in class oracle.kv.table.TableUtils
-
Get the table's ID as a String.
- getIncludedChildTables() - Method in class oracle.kv.table.MultiRowOptions
-
Gets the list of child tables to be included in an operation that returns multiple rows or keys.
- getIncludedParentTables() - Method in class oracle.kv.table.MultiRowOptions
-
Gets the list of ancestor tables to be included in an operation that returns multiple rows or keys.
- getIncrementValue() - Method in interface oracle.kv.table.SequenceDef
-
Get the increment value of generator.
- getIndex() - Method in class oracle.kv.pubsub.NoSQLSubscriberId
-
Gets subscriber index in the group.
- getIndex() - Method in interface oracle.kv.table.EnumValue
-
Returns the index of the value in the enumeration definition.
- getIndex() - Method in interface oracle.kv.table.IndexKey
-
Returns the Index associated with this key.
- getIndex(String) - Method in interface oracle.kv.table.Table
-
Gets the named index if it exists, null otherwise.
- getIndexes() - Method in interface oracle.kv.table.Table
-
Returns an unmodifiable map of all of the indexes on this table.
- getIndexes(Index.IndexType) - Method in interface oracle.kv.table.Table
-
Returns an unmodifiable map of all of the indexes of the given type on this table.
- getIndexKey() - Method in class oracle.kv.table.KeyPair
-
Returns the IndexKey from the pair.
- getInfo() - Method in interface oracle.kv.StatementResult
-
Returns information about the execution of the statement, in human readable form.
- getInfo() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Returns information about the execution of the statement, in human readable form.
- getInfoAsJson() - Method in interface oracle.kv.StatementResult
-
Returns the same information as
StatementResult.getInfo()
, in JSON format. - getInfoAsJson() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Get detailed information about the execution of the statement in JSON text.
- getInitialPosition() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns the initial stream position to be used when creating a Subscription.
- getInputStream() - Method in class oracle.kv.lob.InputStreamVersion
-
Returns the InputStream part of the InputStream and Version pair.
- getInsufficientLogShards() - Method in exception oracle.kv.pubsub.SubscriptionInsufficientLogException
-
Gets all shards with insufficient logs to stream
- getIntervalEnd() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the end of a measured interval.
- getIntervalLatAvg() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
The average latency for single operations during a measured interval.
- getIntervalLatMax() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the highest latency for single operations measured during an interval.
- getIntervalLatMin() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the lowest latency for singleton operations measured during an interval.
- getIntervalPct95() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 95th percentile latency for single operations during a measured interval.
- getIntervalPct99() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 99th percentile latency for single operations during a measured interval.
- getIntervalStart() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the beginning of a measured interval.
- getIntervalThroughput() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns singleton operations per second during a measured interval.
- getIntervalTotalOps() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getIntervalTotalOpsLong()
- getIntervalTotalOpsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of singleton operations during a measured interval.
- getJavaMiscParams() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns a string that is added to the command line when the Replication Node process is started.
- getJavaMiscParams() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns a string that is added to the command line when the Replication Node process is started.
- getKey() - Method in class oracle.kv.KeyValue
-
Returns the Key part of the KV pair.
- getKey() - Method in class oracle.kv.KeyValueVersion
-
Returns the Key part of the KV pair.
- getKey() - Method in interface oracle.kv.Operation
-
Returns the Key associated with the operation.
- getKey() - Method in exception oracle.kv.StoreIteratorException
-
Returns the key which was used to retrieve the current batch of records in the iteration.
- getKeySize(IndexKey) - Static method in class oracle.kv.table.TableUtils
-
Returns the size of the serialized index key.
- getKeySize(Row) - Static method in class oracle.kv.table.TableUtils
-
Returns the size of the serialized primary key for this row.
- getKind() - Method in interface oracle.kv.StatementResult
-
Returns the Kind of StatementResult.
- getKrbProperties() - Method in class oracle.kv.KerberosCredentials
-
Returns the Kerberos login properties.
- getKVHelperHosts() - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Returns a String array with elements of the form, '<hostname:port>'; where each elment specifies the connection information for each of store's helper hosts.
- getKVLocal(String) - Static method in class oracle.kv.KVLocal
-
Returns an instance of KVLocal based on the root directory, which must contain an existing store.
- getKVLocalConfig() - Method in class oracle.kv.KVLocal
-
Returns the configuration parameters.
- getKVStoreName() - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Returns the name of the store containing the records associated with this split.
- getKvTable() - Method in class oracle.kv.hadoop.table.TableRecordReader
- getLastAbortVLSN() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the last aborted vlsn for each subscribed shard
- getLastCheckpoint() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Gets the last checkpoint stored in kv store for the given subscription.
- getLastCommitVLSN() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the last committed vlsn for each subscribed shard
- getLastModificationTime() - Method in interface oracle.kv.table.Row
-
Returns the last modification time of the row or zero if it is not available or not yet set.
- getLastMsgTime() - Method in exception oracle.kv.pubsub.ShardTimeoutException
-
Returns the last time we heard from that given shard
- getLastMsgTimeStamp() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the timestamp of last message from each subscribed shard
- getLastStatus() - Method in interface oracle.kv.ExecutionFuture
-
Returns information about the execution of the statement.
- getLastStatus() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Returns information about the execution of the statement.
- getLatencyCeiling() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
If the Replication Node's latency exceeds this value, a latency ceiling notification will be sent.
- getLength() - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Get the size of the split, so that the input splits can be sorted by size.
- getLOB(Key, Consistency, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Returns an InputStream representing the underlying LOB value associated with the key.
- getLOBSuffix() - Method in class oracle.kv.KVStoreConfig
-
Returns the default suffix associated with LOB keys.
- getLOBTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Returns the default timeout value (in ms) associated with chunk access during operations on LOBs.
- getLOBVerificationBytes() - Method in class oracle.kv.KVStoreConfig
-
Returns the number of trailing bytes of a partial LOB that must be verified against the user supplied LOB stream when resuming a LOB
put
operation. - getLocalAddress() - Method in class oracle.kv.KVStoreConfig
-
Gets the local address.
- getLocations() - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Get the list of nodes by name where the data for the split would be local.
- getLocationSQL() - Static method in class oracle.kv.exttab.ExternalTableUtils
-
Get LOCATION clause information from the ALL_EXTERNAL_LOCATIONS dictionary view.
- getLogFileCount() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns number of log files that are kept.
- getLogFileCount() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the number of log files that are kept.
- getLogFileLimit() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns the maximum size of log files.
- getLogFileLimit() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the maximum size of log files.
- getLoggingConfigProps() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns property settings for the Logging subsystem.
- getLoggingConfigProps() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns property settings for the Logging subsystem.
- getLogMountPoint() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the path to the RN log mount point where this Replication Node's logging files are stored.
- getLogMountPointSize() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the size of the RN log mount point where this Replication Node's logging files are stored.
- getMajor() - Method in class oracle.kv.KVVersion
-
Major number of the release version.
- getMajorPath() - Method in class oracle.kv.Key
-
Returns the Major Path of the Key as an immutable list.
- getMaster() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the current master.
- getMasterSync() - Method in class oracle.kv.Durability
-
Returns the transaction synchronization policy to be used on the Master when committing a transaction.
- getMathContext() - Method in class oracle.kv.query.ExecuteOptions
- getMax() - Method in interface oracle.kv.table.DoubleDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.
- getMax() - Method in interface oracle.kv.table.FloatDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Float types. A storage size argument can be specified on a Float type when used in a primary key.
- getMax() - Method in interface oracle.kv.table.IntegerDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Integer types. A storage size argument can be specified on an Integer type when used in a primary key.
- getMax() - Method in interface oracle.kv.table.LongDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Long types.
- getMax() - Method in interface oracle.kv.table.StringDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on String types.
- getMaxActiveRequestCount() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the number of requests that were concurrently active for this node at this KVS client.
- getMaxActiveRequests() - Method in class oracle.kv.RequestLimitConfig
-
Returns the maximum number of active requests permitted by the KVS client.
- getMaxBlockedResultsQueueGetTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getMaxBlockedResultsQueuePutTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getMaxConcurrentRequests() - Method in class oracle.kv.query.ExecuteOptions
-
Returns the maximum number of concurrent requests.
- getMaxConcurrentRequests() - Method in class oracle.kv.StoreIteratorConfig
-
Returns the maximum number of concurrent requests.
- getMaxConcurrentRequests() - Method in class oracle.kv.table.TableIteratorOptions
-
Returns the maximum number of concurrent requests, or
0
if no maximum was specified. - getMaxConcurrentSubs() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Gets the maximum number of concurrent subscriptions supported by this publisher.
- getMaxLatencyMs() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the maximum request latency in milliseconds.
- getMaxMemoryConsumption() - Method in class oracle.kv.query.ExecuteOptions
-
Get the maximum number of memory bytes that may be consumed by the statement at the client for blocking operations, such as duplicate elimination (which may be required due to the use of an index on an array or map) and sorting (sorting by distance when a query contains a geo_near() function).
- getMaxRequestSize() - Method in class oracle.kv.BulkWriteOptions
-
Returns the max number of bytes of records in a single bulk put request.
- getMaxResultsBatches() - Method in class oracle.kv.StoreIteratorConfig
-
Deprecated.since 3.4, no longer supported. Returns the value set by setMaxResultsBatches().
- getMaxResultsBatches() - Method in class oracle.kv.table.TableIteratorOptions
-
Deprecated.since 3.4, no longer supported. Returns zero.
- getMaxTrackedLatency() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 20.3. There is no longer a cap on the latency for tracking.
- getMaxValue() - Method in interface oracle.kv.table.SequenceDef
-
Get the max value of generator.
- getMemoryMB() - Method in class oracle.kv.KVLocal
-
Returns the memory size in MB.
- getMemoryMB() - Method in class oracle.kv.KVLocalConfig
-
Returns the memory size in MB.
- getMemoryMB() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the amount of memory known to be available on this Storage Node, in megabytes.
- getMessage() - Method in exception oracle.kv.NoSQLRuntimeException
- getMessage() - Method in exception oracle.kv.RequestTimeoutException
- getMessage() - Method in exception oracle.kv.StaleStoreHandleException
- getMin() - Method in interface oracle.kv.table.DoubleDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Double types.
- getMin() - Method in interface oracle.kv.table.FloatDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Float types. A storage size argument can be specified on a Float type when used in a primary key.
- getMin() - Method in interface oracle.kv.table.IntegerDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Integer types. A storage size argument can be specified on an Integer type when used in a primary key.
- getMin() - Method in interface oracle.kv.table.LongDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on Long types.
- getMin() - Method in interface oracle.kv.table.StringDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on String types.
- getMinBlockedResultsQueueGetTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getMinBlockedResultsQueuePutTime() - Method in interface oracle.kv.stats.StoreIteratorMetrics
-
Deprecated.
- getMinLatencyMs() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the minimum request latency in milliseconds.
- getMinor() - Method in class oracle.kv.KVVersion
-
Minor number of the release version.
- getMinorPath() - Method in class oracle.kv.Key
-
Returns the Minor Path of the Key as an immutable list.
- getMinute() - Method in interface oracle.kv.table.TimestampValue
-
Returns the minute of the Timestamp represented by this TimestampValue object.
- getMinValue() - Method in interface oracle.kv.table.SequenceDef
-
Get the min value of generator.
- getMonth() - Method in interface oracle.kv.table.TimestampValue
-
Returns the month of the Timestamp represented by this TimestampValue object.
- getMountPoint() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the path to the file system mount point where this Replication Node's files are stored.
- getMountPoints() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns a list of file system mount points on which Replication Nodes can be deployed
- getMountPointSize() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the size of the file system mount point where this Replication Node's files are stored.
- getMultiCumulativeEnd() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the end of a cumulative measurement period.
- getMultiCumulativeLatAvg() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the average latency for multi-operation sequences since service startup.
- getMultiCumulativeLatMax() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the highest latency measured for multi-operation sequences since service startup.
- getMultiCumulativeLatMin() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the lowest latency measured for multi-operation sequences since service startup.
- getMultiCumulativePct95() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 95th percentile latency for multi-operation sequences since service startup.
- getMultiCumulativePct99() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 99th percentile latency for multi-operation sequences since service startup.
- getMultiCumulativeStart() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns Timestamp of service startup; the start time of a cumulative measurement.
- getMultiCumulativeThroughput() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns Multi-operations sequences per second since service startup.
- getMultiCumulativeTotalOps() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getMultiCumulativeTotalOpsLong()
- getMultiCumulativeTotalOpsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of single operations performed in multi-operation sequences since service startup.
- getMultiCumulativeTotalRequests() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getMultiCumulativeTotalRequestsLong()
- getMultiCumulativeTotalRequestsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of multi operation sequences since service startup.
- getMultiIntervalEnd() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the end of a measured interval.
- getMultiIntervalLatAvg() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the average latency for multi-operation sequences during a measured interval.
- getMultiIntervalLatMax() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the highest latency measured for multi-operation sequences during a measured interval.
- getMultiIntervalLatMin() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the lowest latency measured for multi-operation sequences during a measured interval.
- getMultiIntervalPct95() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 95th percentile latency for multi-operation sequences during a measured interval.
- getMultiIntervalPct99() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the 99th percentile latency for multi-operation sequences during a measured interval.
- getMultiIntervalStart() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the timestamp at the beginning of a measured interval.
- getMultiIntervalThroughput() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns multi-operations sequences per second during a measured interval.
- getMultiIntervalTotalOps() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getMultiIntervalTotalOpsLong()
- getMultiIntervalTotalOpsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of single operations performed in multi-operation sequences during a measured interval.
- getMultiIntervalTotalRequests() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Deprecated.as of 19.2, see
RepNodeMXBean.getMultiIntervalTotalRequestsLong()
- getMultiIntervalTotalRequestsLong() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the total number of multi-operation sequences during a measured interval.
- getName() - Method in class oracle.kv.Consistency
-
Returns the name used to identify the policy.
- getName() - Method in class oracle.kv.Consistency.NoneRequired
- getName() - Method in class oracle.kv.Consistency.Time
- getName() - Method in class oracle.kv.Consistency.Version
- getName() - Method in interface oracle.kv.stats.DetailedMetrics
-
Return the name of the Shard or a Partition.
- getName() - Method in interface oracle.kv.table.EnumDef
- getName() - Method in interface oracle.kv.table.FixedBinaryDef
- getName() - Method in interface oracle.kv.table.Index
-
Returns the name of the index.
- getName() - Method in interface oracle.kv.table.RecordDef
-
Get the name of the record type.
- getName() - Method in interface oracle.kv.table.Table
-
Gets the short name of the table.
- getNamespace() - Method in class oracle.kv.query.ExecuteOptions
-
Returns the namespace to use for the query, null if not set.
- getNamespace() - Method in interface oracle.kv.table.Table
-
Returns the namespace in which the table is defined.
- getNano() - Method in interface oracle.kv.table.TimestampValue
-
Returns the nanoseconds of the Timestamp represented by this TimestampValue object.
- getNetworkRoundtripTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Returns the amount of time to allow for a single roundtrip network communication with the server.
- getNewVersion() - Method in interface oracle.kv.OperationResult
-
For a put operation, the version of the new key/value pair.
- getNewVersion() - Method in interface oracle.kv.table.TableOperationResult
-
For a put operation, the version of the new row.
- getNext() - Method in interface oracle.kv.EntryStream
-
Returns the next entry in the stream.
- getNodeLimit() - Method in class oracle.kv.RequestLimitConfig
-
Returns the maximum number of requests that may be active at a node.
- getNodeLimitPercent() - Method in class oracle.kv.RequestLimitConfig
-
Returns the percentage used to compute the maximum number of requests that may be active at a node.
- getNodeMetrics() - Method in class oracle.kv.stats.KVStats
-
Returns the metrics associated with each node in the KVStore.
- getNodeName() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the internal name associated with the node.
- getNoSideEffects() - Method in exception oracle.kv.DurabilityException
-
Return whether it known that the operation that produced this exception did not have side effects.
- getNumCPUs() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the number of CPUs known to be available on this Storage Node.
- getNumericVersionString() - Method in class oracle.kv.KVVersion
-
The numeric version string, without the patch tag.
- getNumFields() - Method in interface oracle.kv.table.RecordDef
-
Get the number of fields declared by this record type.
- getNumTokenRefreshed() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Gets the number of times that token has been refreshed with the secure store.
- getOpenTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Deprecated.
- getOperationFactory() - Method in interface oracle.kv.KVStore
-
Returns a factory that is used to creation operations that can be passed to
execute
. - getOperationName() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the name of the KVS operation associated with the metrics.
- getOpMetric() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns a JSON string containing a bundle of operation-related metrics.
- getOpMetrics() - Method in class oracle.kv.stats.KVStats
-
Returns a list of metrics associated with each operation supported by KVStore.
- getOptimizedPosition(StreamPosition) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns a stream position that represents the same operations supplied to
NoSQLSubscriber.onNext(oracle.kv.pubsub.StreamOperation)
, but one that is optimized for checkpoints. - getOracleMajor() - Method in class oracle.kv.KVVersion
-
Oracle Major number of the release version.
- getOracleMinor() - Method in class oracle.kv.KVVersion
-
Oracle Minor number of the release version.
- getParent() - Method in interface oracle.kv.table.Table
-
Returns the parent table, or null if this table has no parent.
- getPartialState() - Method in exception oracle.kv.lob.PartialLOBException
-
Returns the state associated with the LOB.
- getPartitionMetrics() - Method in interface oracle.kv.IterationSubscription
-
Returns per-partition metrics for the iteration.
- getPartitionMetrics() - Method in interface oracle.kv.ParallelScanIterator
-
Gets the per-partition metrics for this Parallel Scan.
- getPartitionSets() - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Returns a
List
whose elements areSet
s of partitions; whose union is the set of all partitions in the store. - getPassword() - Method in class oracle.kv.PasswordCredentials
-
Gets the password.
- getPatch() - Method in class oracle.kv.KVVersion
-
Patch number of the release version.
- getPermissibleLag(TimeUnit) - Method in class oracle.kv.Consistency.Time
-
Returns the allowed time lag associated with this policy.
- getPerShardParallelism() - Method in class oracle.kv.BulkWriteOptions
-
The maximum number of threads that can concurrently write a batch of entries to a single shard in the store.
- getPlanId() - Method in interface oracle.kv.StatementResult
-
Returns the administrative plan id for this operation if the statement was a DDL statement: create or remove table, a create or remove index, or an alter index.
- getPlanId() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Returns the administrative plan id for this operation if the statement was a create or remove table, a create or remove index, or an alter index.
- getPollPeriodMillis() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns The polling period for collecting metrics.
- getPort() - Method in class oracle.kv.KVLocal
-
Returns the port number.
- getPort() - Method in class oracle.kv.KVLocalConfig
-
Returns the port number.
- getPrecision() - Method in interface oracle.kv.table.TimestampDef
- getPreviousExpirationTime() - Method in interface oracle.kv.table.TableOperationResult
-
For a put or delete operation, the previous expiration time associated with the row.
- getPreviousRow() - Method in interface oracle.kv.table.TableOperationResult
-
For a put or delete operation, the previous value associated with the row.
- getPreviousValue() - Method in interface oracle.kv.OperationResult
-
For a put or delete operation, the previous value associated with the key.
- getPreviousVersion() - Method in interface oracle.kv.OperationResult
-
For a put or delete operation, the version of the previous value associated with the key.
- getPreviousVersion() - Method in interface oracle.kv.table.TableOperationResult
-
For a put or delete operation, the version of the previous row associated with the key.
- getPrimaryKey() - Method in interface oracle.kv.pubsub.StreamOperation.DeleteEvent
-
Returns the primary key associated with the delete operation.
- getPrimaryKey() - Method in class oracle.kv.table.KeyPair
-
Returns the PrimaryKey from the pair.
- getPrimaryKey() - Method in interface oracle.kv.table.Table
-
Returns an unmodifable list of the field names that comprise the primary key for the table.
- getPrimaryKey() - Method in interface oracle.kv.table.TableOperation
-
Returns the PrimaryKey associated with the operation if it is a delete operation, otherwise return null.
- getProgress() - Method in class oracle.kv.hadoop.table.TableRecordReader
-
The current progress of the record reader through its data.
- getPublisherId() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Returns the publisher id, or null if not set
- getQueryBy() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getQueryName() - Method in class oracle.kv.query.ExecuteOptions
- getReadZones() - Method in class oracle.kv.KVStoreConfig
-
Returns the zones in which nodes must be located to be used for read operations, or
null
if read operations can be performed on nodes in any zone. - getReason() - Method in exception oracle.kv.pubsub.SubscriptionChangeNotAppliedException
-
Returns the reason that the change was not applied.
- getRegistryPort() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the port number of the Storage Node's RMI registry.
- getReleaseDate() - Method in class oracle.kv.KVVersion
-
Returns the release date for the release version, or null if not known.
- getReleaseEdition() - Method in class oracle.kv.KVVersion
-
Returns the name of the edition of the release version, or null if not known.
- getReleaseId() - Method in class oracle.kv.KVVersion
-
Returns the internal release ID for the release version, or null if not known.
- getRemoteStackTrace() - Method in exception oracle.kv.FaultException
-
Returns the textual stack trace associated with the remote fault exception, or null if the error occurred locally.
- getRepGroupId() - Method in interface oracle.kv.pubsub.StreamOperation
-
Returns the shard id associated with this operation.
- getReplayQueueOverflow() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
- getReplicaAck() - Method in class oracle.kv.Durability
-
Returns the replica acknowledgment policy used by the master when committing changes to a replicated environment.
- getReplicaSync() - Method in class oracle.kv.Durability
-
Returns the transaction synchronization policy to be used by the replica as it replays a transaction that needs an acknowledgment.
- getReplicationState() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the replication state of the node, as of the most recent report.
- getRepNodeId() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the RepNodeId, in its String form.
- getReqStartVLSN() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the requested start vlsn for each subscribed shard
- getRequestCount() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the total number of requests processed by the node.
- getRequestLimit() - Method in class oracle.kv.KVStoreConfig
-
Returns the configuration describing how the number of active requests to a node are limited.
- getRequestRetryCount() - Method in class oracle.kv.stats.KVStats
-
Returns the total number of times requests were retried.
- getRequestThreshold() - Method in class oracle.kv.RequestLimitConfig
-
Returns the threshold number of requests above which the request limiting mechanism is activated.
- getRequestThresholdPercent() - Method in class oracle.kv.RequestLimitConfig
-
Returns the percentage used to compute the active request threshold above which the request limiting mechanism is activated.
- getRequestTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Returns the default request timeout.
- getRequiredNodeCount() - Method in exception oracle.kv.DurabilityException
-
Returns the number of nodes that were required to be active in order to satisfy the Replica ack policy associated with the operation.
- getReqVLSN(RepGroupId) - Method in exception oracle.kv.pubsub.SubscriptionInsufficientLogException
-
Gets requested VLSN to stream for a given shard
- getResult() - Method in interface oracle.kv.StatementResult
-
Returns the output of a DDL statement that generates results, such as SHOW TABLES, SHOW AS JSON TABLES, DESCRIBE TABLE, or DESCRIBE AS JSON TABLE.
- getResultDef() - Method in interface oracle.kv.ExecutionSubscription
-
Returns the definition of the result of this statement if the statement is a query, otherwise null.
- getResultDef() - Method in interface oracle.kv.query.PreparedStatement
-
Returns the definition of the result of this Statement.
- getResultDef() - Method in interface oracle.kv.StatementResult
-
Returns the definition of the result of this statement if the statement is a query, otherwise null.
- getResultsBatchSize() - Method in class oracle.kv.query.ExecuteOptions
-
Returns the number of results per request (see
ExecuteOptions.setResultsBatchSize(int)
). - getResultsBatchSize() - Method in class oracle.kv.table.TableIteratorOptions
-
Returns the number of results per request, or
0
if no value was specified. - getReturnChoice() - Method in class oracle.kv.ReturnValueVersion
-
Returns the ReturnValueVersion.Choice used to create this object.
- getReturnChoice() - Method in interface oracle.kv.table.ReturnRow
-
Returns the Choice of what information is returned.
- getRNLogMountPoints() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns a list of RN log mount points on which Replication Nodes logging can be done
- getRootDirectory() - Method in class oracle.kv.KVLocal
-
Returns the directory where NoSQL Database data is placed.
- getRootDirectory() - Method in class oracle.kv.KVLocalConfig
-
Returns the directory where NoSQL Database data is placed.
- getRootDirPath() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the pathname of the store's root directory.
- getRootPath() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Gets the root directory of the publisher
- getRow() - Method in interface oracle.kv.pubsub.StreamOperation.PutEvent
-
Returns the Row associated with the put operation.
- getRow() - Method in interface oracle.kv.table.TableOperation
-
Returns the Row associated with the operation if it is a put operation, otherwise return null.
- getScanRecordCount() - Method in interface oracle.kv.stats.DetailedMetrics
-
Return the record count for the Shard or Partition.
- getScanTime() - Method in interface oracle.kv.stats.DetailedMetrics
-
Return the total time in Milli Seconds for scanning the Shard or Partition.
- getSecond() - Method in interface oracle.kv.table.TimestampValue
-
Returns the second of the Timestamp represented by this TimestampValue object.
- getSecurityCredentials() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getSecurityLogin() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getSecurityProperties() - Method in class oracle.kv.KVStoreConfig
-
Returns a copy of the current security properties.
- getSecurityTrust() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getSequenceId() - Method in interface oracle.kv.pubsub.StreamOperation
-
Returns the unique sequence id associated with this operation.
- getServiceStatus() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Returns the reported service status of the Admin.
- getServiceStatus() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the reported service status of the Arbiter
- getServiceStatus() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the reported service status of the Replication Node.
- getServiceStatus() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the reported service status of the Storage Node.
- getSGAttrsCacheTimeout() - Method in class oracle.kv.KVStoreConfig
-
Gets the timeout of cached sequence generator attributes in milliseconds.
- getShardId() - Method in exception oracle.kv.pubsub.ShardTimeoutException
-
Returns Id of the shard that has not been heard from long enough
- getShardKey() - Method in interface oracle.kv.table.Table
-
Returns an unmodifable list of the shard key fields.
- getShardMetrics() - Method in interface oracle.kv.IterationSubscription
-
Returns per-shard metrics for the iteration.
- getShardMetrics() - Method in interface oracle.kv.ParallelScanIterator
-
Gets the per-shard metrics for this Parallel Scan.
- getShardSet() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getShardTimeoutMs() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Gets the configured shard timeout in ms
- getSize() - Method in interface oracle.kv.table.FixedBinaryDef
- getSnId() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the StorageNodeId number of this Storage Node.
- getSocketOpenTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Returns the socket open timeout.
- getSocketReadTimeout(TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Returns the read timeout associated with the sockets used to make requests.
- getStart() - Method in class oracle.kv.KeyRange
-
Returns the String component that defines lower bound of the key range, or null if no lower bound is enforced.
- getStart() - Method in class oracle.kv.table.FieldRange
-
Returns the FieldValue that defines lower bound of the range, or null if no lower bound is enforced.
- getStartInclusive() - Method in class oracle.kv.KeyRange
-
Returns whether start is included in the range, i.e., start is less than or equal to the first String component in the key range.
- getStartInclusive() - Method in class oracle.kv.table.FieldRange
-
Returns whether start is included in the range, i.e., start is less than or equal to the first FieldValue in the range.
- getStartValue() - Method in interface oracle.kv.table.SequenceDef
-
Get the start value of generator.
- getState() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the current node State.
- getStatement() - Method in interface oracle.kv.ExecutionFuture
-
Return the statement which has been executed.
- getStatement() - Method in interface oracle.kv.ExecutionSubscription
-
Returns the statement object for the associated statement execution.
- getStatement() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Return the statement which has been executed.
- getStats(boolean) - Method in interface oracle.kv.KVStore
-
Returns the statistics related to the K/V Store client.
- getStatsInterval() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
-
Returns the collection period for performance statistics, in sec.
- getStatsInterval() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the collection period for latency statistics, in sec.
- getStorageGB() - Method in class oracle.kv.KVLocal
-
Returns the storage directory size in GB.
- getStorageGB() - Method in class oracle.kv.KVLocalConfig
-
Returns the storage directory size in GB.
- getStorageSize() - Method in class oracle.kv.table.FieldRange
- getStore() - Method in class oracle.kv.KVLocal
-
Gets a store handle to a running embedded NoSQL database.
- getStore(KVStoreConfig) - Static method in class oracle.kv.KVStoreFactory
-
Get a handle to an existing KVStore.
- getStore(KVStoreConfig, LoginCredentials, ReauthenticateHandler) - Static method in class oracle.kv.KVStoreFactory
-
Get a handle to an existing KVStore, with optional authentication arguments for accessing a secure KVStore instance.
- getStoreId() - Method in class oracle.kv.pubsub.NoSQLPublisher
-
Gets kvstore store id
- getStoreId() - Method in class oracle.kv.pubsub.StreamPosition
-
Gets store id
- getStoreIteratorMetrics() - Method in class oracle.kv.stats.KVStats
-
Deprecated.since 3.4, no longer supported. All of the methods of the returned StoreIteratorMetrics object will return 0.
- getStoreName() - Method in class oracle.kv.KVLocal
-
Returns the store name.
- getStoreName() - Method in class oracle.kv.KVLocalConfig
-
Returns the store name.
- getStoreName() - Method in class oracle.kv.KVStoreConfig
-
Returns the store name.
- getStoreName() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns the configured name of the store to which this Storage Node belongs.
- getStoreName() - Method in class oracle.kv.pubsub.NoSQLPublisher
-
Gets the kvstore name
- getStoreName() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
-
Gets the source kvstore name
- getStoreName() - Method in class oracle.kv.pubsub.StreamPosition
-
Gets store name
- getStreamMode() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns the start stream mode.
- getStreamParallelism() - Method in class oracle.kv.BulkWriteOptions
-
Returns the maximum number of streams that can be read concurrently.
- getSubscribedTables() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns the set of currently subscribed tables.
- getSubscriberId() - Method in exception oracle.kv.pubsub.CheckpointFailureException
-
Gets id of subscriber that fails to checkpoint
- getSubscriberId() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns ID of the subscriber that created the subscription.
- getSubscriberId() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Gets the subscriber ID of the configuration.
- getSubscriberId() - Method in exception oracle.kv.pubsub.PublisherFailureException
-
Gets the subscriber id that was trying to use the publisher
- getSubscriberId() - Method in exception oracle.kv.pubsub.SubscriptionChangeNotAppliedException
-
Gets id of of the subscriber
- getSubscriberId() - Method in exception oracle.kv.pubsub.SubscriptionFailureException
-
Gets id of of the failed subscriber
- getSubscriberId() - Method in exception oracle.kv.pubsub.SubscriptionInsufficientLogException
-
Gets the subscriber ID.
- getSubscriptionConfig() - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Invoked by the NoSQL publisher when creating a Subscription.
- getSubscriptionMetrics() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns the subscription metrics
SubscriptionMetrics
- getSuccess() - Method in interface oracle.kv.OperationResult
-
Whether the operation succeeded.
- getSuccess() - Method in interface oracle.kv.table.TableOperationResult
-
Whether the operation succeeded.
- getTable() - Method in interface oracle.kv.table.Index
-
Returns the Table on which the index is defined.
- getTable() - Method in interface oracle.kv.table.Row
-
Return the Table associated with this row.
- getTable(String) - Method in interface oracle.kv.table.TableAPI
-
Gets an instance of a table.
- getTable(String, String) - Method in interface oracle.kv.table.TableAPI
-
Gets an instance of a table.
- getTableAPI() - Method in interface oracle.kv.KVStore
-
Returns an instance of the TableAPI interface for the store.
- getTableName() - Method in class oracle.kv.exttab.Preproc
- getTableName() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getTableOperationFactory() - Method in interface oracle.kv.table.TableAPI
-
Returns a
TableOperationFactory
to create operations passed toTableAPI.execute(java.lang.String)
. - getTables() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns the tables to be associated with a subscription.
- getTables() - Method in exception oracle.kv.pubsub.SubscriptionInsufficientLogException
-
Gets subscribed tables
- getTables() - Method in exception oracle.kv.pubsub.SubscriptionTableNotFoundException
-
Gets the set of tables that are not found
- getTables() - Method in interface oracle.kv.table.TableAPI
-
Gets all known tables.
- getTables(String) - Method in interface oracle.kv.table.TableAPI
-
Gets all known tables in the specified namespace.
- getTableVersion() - Method in interface oracle.kv.table.Row
-
Returns the version of the table used to create this row if it has been deserialized from a get operation.
- getTableVersion() - Method in interface oracle.kv.table.Table
-
Returns the current version of the table metadata.
- getThroughputFloor() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
-
Returns the lower bound on Replication Node throughput.
- getTimeout() - Method in class oracle.kv.query.ExecuteOptions
-
Gets the timeout, which is an upper bound on the time interval for processing the read or write operations.
- getTimeout() - Method in class oracle.kv.table.ReadOptions
-
Gets the timeout, which is an upper bound on the time interval for processing the operation.
- getTimeout() - Method in class oracle.kv.table.WriteOptions
-
Returns the timeout, which is an upper bound on the time interval for processing the operation.
- getTimeout(TimeUnit) - Method in class oracle.kv.Consistency.Time
-
Returns the consistency timeout associated with this policy.
- getTimeout(TimeUnit) - Method in class oracle.kv.Consistency.Version
-
Return the timeout specified when creating this consistency policy.
- getTimeoutMs() - Method in exception oracle.kv.pubsub.ShardTimeoutException
-
Returns the time out of the period the given shard has not been heard.
- getTimeoutMs() - Method in exception oracle.kv.RequestTimeoutException
-
Returns the timeout that was in effect for the operation.
- getTimeoutUnit() - Method in class oracle.kv.query.ExecuteOptions
-
Gets the unit of the timeout parameter, and may be
null
only ifExecuteOptions.getTimeout()
returns zero. - getTimeoutUnit() - Method in class oracle.kv.table.ReadOptions
-
Gets the unit of the timeout parameter, and may be
null
only ifReadOptions.getTimeout()
returns zero. - getTimeoutUnit() - Method in class oracle.kv.table.WriteOptions
-
Returns the unit of the timeout parameter.
- getTotal() - Method in class oracle.kv.pubsub.NoSQLSubscriberId
-
Gets total number of subscribers in the group.
- getTotalAbortOps() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total number of operations that were part of aborted transactions in the subscription.
- getTotalAbortTxns() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total aborted transactions in the subscription
- getTotalCommitOps() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total number of operations that were part of committed transactions in the subscription.
- getTotalCommitTxns() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total committed transactions in the subscription
- getTotalConsumedOps() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total number of stream operations that have been consumed by subscriber
- getTotalOps() - Method in interface oracle.kv.stats.OperationMetrics
-
Deprecated.as of 19.2, see
OperationMetrics.getTotalOpsLong()
- getTotalOpsLong() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the number of operations that were executed.
- getTotalOutputQueueSizeMB() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns the total memory size of output queues in megabytes for all shards.
- getTotalReconnect() - Method in interface oracle.kv.stats.SubscriptionMetrics
-
Returns the total number of reconnections to shards in subscription.
- getTotalRequests() - Method in interface oracle.kv.stats.OperationMetrics
-
Deprecated.as of 19.2, see
OperationMetrics.getTotalRequestsLong()
- getTotalRequestsLong() - Method in interface oracle.kv.stats.OperationMetrics
-
Returns the number of requests that were executed.
- getTTL() - Method in interface oracle.kv.table.Row
-
Returns the time to live (TTL) value for this row or null if it has not been set by a call to
Row.setTTL(oracle.kv.table.TimeToLive)
. - getTTLUnit(TimeToLive) - Static method in class oracle.kv.table.TimeToLive
-
Returns the TimeUnit associated with a
TimeToLive
, or {TimeUnit#DAYS} if the ttl is null. - getTTLValue(TimeToLive) - Static method in class oracle.kv.table.TimeToLive
-
Returns the numeric duration value associated with a
TimeToLive
, or 0 if the ttl is null. - getType() - Method in interface oracle.kv.Operation
-
Returns the operation Type.
- getType() - Method in interface oracle.kv.pubsub.StreamOperation
-
Returns the type of this operation.
- getType() - Method in interface oracle.kv.table.FieldDef
-
Returns the type of the field.
- getType() - Method in interface oracle.kv.table.FieldValue
-
Returns the kind of the type associated with this value.
- getType() - Method in interface oracle.kv.table.Index
-
Returns the index's IndexType.
- getType() - Method in interface oracle.kv.table.TableOperation
-
Returns the operation Type.
- getUpdateTTL() - Method in class oracle.kv.table.WriteOptions
-
Returns true if the absolute expiration time is to be modified during update operations.
- getUseAsync() - Method in class oracle.kv.KVStoreConfig
-
Whether calls to the store should use the async network protocol.
- getUsername() - Method in class oracle.kv.KerberosCredentials
- getUsername() - Method in interface oracle.kv.LoginCredentials
-
Identifies the user owning the credentials.
- getUsername() - Method in class oracle.kv.PasswordCredentials
- getValue() - Method in class oracle.kv.KeyValue
-
Returns the Value part of the KV pair.
- getValue() - Method in class oracle.kv.KeyValueVersion
-
Returns the Value part of the KV pair.
- getValue() - Method in class oracle.kv.Value
-
Returns the value byte array.
- getValue() - Method in class oracle.kv.ValueVersion
-
Returns the Value part of the KV pair.
- getValues() - Method in interface oracle.kv.table.EnumDef
- getVariables() - Method in interface oracle.kv.query.BoundStatement
-
Returns the map of bound variables.
- getVariableType(String) - Method in interface oracle.kv.query.PreparedStatement
-
Returns the type of the given variableName or
null
if it doesn't exist. - getVariableTypes() - Method in interface oracle.kv.query.PreparedStatement
-
Returns the types of the variables.
- getVersion() - Method in class oracle.kv.Consistency.Version
-
Return the
Version
used to create this consistency policy. - getVersion() - Method in class oracle.kv.KeyValueVersion
-
Returns the Version of the KV pair.
- getVersion() - Method in class oracle.kv.lob.InputStreamVersion
-
Returns the Version of the InputStream and Version pair.
- getVersion() - Method in interface oracle.kv.table.Row
-
Returns the Version for the row.
- getVersion() - Method in class oracle.kv.ValueVersion
-
Returns the Version of the KV pair.
- getVersion(int) - Method in interface oracle.kv.table.Table
-
Gets the specified version of the table.
- getVersionString() - Method in class oracle.kv.KVVersion
-
Release version, suitable for display.
- getVLSN() - Method in interface oracle.kv.mgmt.jmx.ArbNodeMXBean
- getWhereClause() - Method in class oracle.kv.hadoop.table.TableInputSplit
- getWriteFileSQL() - Static method in class oracle.kv.exttab.ExternalTableUtils
- getYear() - Method in interface oracle.kv.table.TimestampValue
-
Returns the year of the Timestamp represented by this TimestampValue object.
- getZoneName() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns the zone that hosts the node.
H
- hashCode() - Method in class oracle.kv.Consistency.NoneRequired
- hashCode() - Method in class oracle.kv.Consistency.Time
- hashCode() - Method in class oracle.kv.Consistency.Version
- hashCode() - Method in class oracle.kv.Durability
- hashCode() - Method in class oracle.kv.hadoop.table.TableInputSplit
- hashCode() - Method in class oracle.kv.Key
- hashCode() - Method in class oracle.kv.KeyRange
- hashCode() - Method in class oracle.kv.KVVersion
- hashCode() - Method in class oracle.kv.pubsub.NoSQLPublisherConfig
- hashCode() - Method in class oracle.kv.pubsub.NoSQLSubscriberId
- hashCode() - Method in class oracle.kv.pubsub.StreamPosition
- hashCode() - Method in class oracle.kv.table.FieldRange
- hashCode() - Method in class oracle.kv.table.TimeToLive
- hashCode() - Method in class oracle.kv.Value
- hashCode() - Method in class oracle.kv.Version
I
- Index - Interface in oracle.kv.table
-
Index represents an index on a table in Oracle NoSQL Database.
- Index.IndexType - Enum in oracle.kv.table
-
The type of an index.
- indexesNulls() - Method in interface oracle.kv.table.Index
-
Returns wherther the index indexes SQL NULL and EMPTY values.
- IndexKey - Interface in oracle.kv.table
-
IndexKey is a specialization of RecordValue to represent a key used to access a specific index defined on a table.
- IndexLimitException - Exception in oracle.kv
-
Thrown when an attempt is made to exceeded a table's index limit.
- InetBuilder(String) - Constructor for class oracle.kv.KVLocalConfig.InetBuilder
-
Makes an InetBuilder for KVLocalConfig with the specified root directory.
- initialize(InputSplit, TaskAttemptContext) - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Called once at initialization.
- InputStreamVersion - Class in oracle.kv.lob
-
Holds a Stream and Version that are associated with a LOB.
- InputStreamVersion(InputStream, Version) - Constructor for class oracle.kv.lob.InputStreamVersion
-
Used internally to create an object with an inputStream and version.
- inRange(Key, Key) - Method in class oracle.kv.KeyRange
-
Returns true if a Key is within the bounds of this range with respect to a parent Key.
- instantiateKeyMapper(String) - Method in class oracle.kv.coherence.NoSQLBinaryStore
-
Given a class name, create an instance of the class and assign it to the cacheKeyMapper variable.
- INTEGER - Enum constant in enum oracle.kv.table.FieldDef.Type
- IntegerDef - Interface in oracle.kv.table
-
IntegerDef is an extension of
FieldDef
to encapsulate an Integer. - IntegerValue - Interface in oracle.kv.table
-
IntegerValue extends
FieldValue
to represent an integer. - isActive() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns true is the node is currently active, that is, it's reachable and can service requests.
- isAny() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
AnyDef
. - isAnyAtomic() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
AnyAtomicDef
. - isAnyJsonAtomic() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
AnyJsonAtomicDef
. - isAnyRecord() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
AnyRecordDef
. - isArray() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
ArrayDef
. - isArray() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an
ArrayValue
. - isAtomic() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an atomic type.
- isAtomic() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an atomic value.
- isBinary() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
BinaryDef
. - isBinary() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
BinaryValue
. - isBoolean() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
BooleanDef
. - isBoolean() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
BooleanValue
. - isCanceled() - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Returns true if the subscription has been canceled.
- isCancelled() - Method in interface oracle.kv.ExecutionFuture
-
Returns true if the operation was cancelled.
- isCancelled() - Method in interface oracle.kv.StatementResult
-
Returns true if the statement had been cancelled.
- isCancelled() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Returns true if the operation was cancelled.
- isCancelled() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Return true if the statement had been cancelled.
- isClosed() - Method in class oracle.kv.pubsub.NoSQLPublisher
-
Returns true is the publisher has already shutdown
- isComplex() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a complex type.
- isComplex() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a complex value.
- isDone() - Method in interface oracle.kv.ExecutionFuture
-
Returns true if the operation has been terminated.
- isDone() - Method in interface oracle.kv.StatementResult
-
Returns true if the statement completed.
- isDone() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Returns true if the operation has been terminated.
- isDone() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Return true if the statement completed.
- isDouble() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
DoubleDef
. - isDouble() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
DoubleValue
. - isEmpty() - Method in interface oracle.kv.table.RecordValue
-
Returns true if none of the record's fields have been set, false otherwise.
- isEMPTY() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an EMPTY value instance.
- isEnum() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
EnumDef
. - isEnum() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an
EnumValue
. - isFixedBinary() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
FixedBinaryDef
. - isFixedBinary() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
FixedBinaryValue
. - isFloat() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
FloatDef
. - isFloat() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
FloatValue
. - isHostingAdmin() - Method in interface oracle.kv.mgmt.jmx.StorageNodeMXBean
-
Returns true if this Storage Node hosts an Admin instance.
- isIndexKey() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an
IndexKey
. - isInteger() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is an
IntegerDef
. - isInteger() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is an
IntegerValue
. - isJson() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a JSON type.
- isJsonNull() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a null value in a JSON field.
- isLong() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
LongDef
. - isLong() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
LongValue
. - isMap() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
MapDef
. - isMap() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
MapValue
. - isMaster() - Method in interface oracle.kv.mgmt.jmx.AdminMXBean
-
Tells whether this Admin is the master among Admin instances.
- isMaster() - Method in interface oracle.kv.stats.NodeMetrics
-
Returns true if the node is currently a master.
- isMaxInclusive() - Method in interface oracle.kv.table.StringDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on String types.
- isMinInclusive() - Method in interface oracle.kv.table.StringDef
-
Deprecated.as of release 4.0 it is no longer possible to specify ranges on String types.
- isMRCounter() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a multi-region counter.
- isNull() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a null value instance.
- isNullable(int) - Method in interface oracle.kv.table.RecordDef
-
Returns true if the field at the given position is nullable.
- isNullable(String) - Method in interface oracle.kv.table.RecordDef
-
Returns true if the named field is nullable.
- isNullable(String) - Method in interface oracle.kv.table.Table
-
Returns true if the named field is nullable.
- isNumber() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
NumberDef
. - isNumber() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
NumberValue
. - isNumeric() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a numeric type.
- isNumeric() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is numeric value.
- isPartiallyDeleted() - Method in exception oracle.kv.lob.PartialLOBException
-
Deprecated.Use the getPartialStateMethod() instead
- isPrecise() - Method in interface oracle.kv.table.FieldDef
- isPrefix() - Method in class oracle.kv.KeyRange
-
Returns whether this is a prefix range, i.e., whether start and end are equal and both inclusive.
- isPrefix(Key) - Method in class oracle.kv.Key
-
Returns true if this key is a prefix of the key supplied as the argument.
- isPrimaryKey() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
PrimaryKey
. - isRecord() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
RecordDef
. - isRecord() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
RecordValue
. - isRow() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
Row
. - isRunning() - Method in class oracle.kv.KVLocal
-
Whether the embedded NoSQL database instance is running.
- isSecure() - Method in class oracle.kv.KVLocal
-
Returns whether security is enabled.
- isSecure() - Method in class oracle.kv.KVLocalConfig
-
Returns whether security is enabled.
- isSecure(boolean) - Method in class oracle.kv.KVLocalConfig.Builder
-
Specifies whether the store is secure.
- isSecure(boolean) - Method in class oracle.kv.KVLocalConfig.InetBuilder
-
Specifies whether the store is secure.
- isSecure(boolean) - Method in class oracle.kv.KVLocalConfig.UnixDomainBuilder
-
Specifies whether the store is secure.
- isSetCacheValue() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if cache is explicitly set.
- isSetCycle() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if cycle is explicitly set.
- isSetIncrementValue() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if increment value is explicitly set.
- isSetMaxValue() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if max value is explicitly set.
- isSetMinValue() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if min value is explicitly set.
- isSetStartValue() - Method in interface oracle.kv.table.SequenceDef
-
Returns true if start value is explicitly set.
- isString() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
StringDef
. - isString() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
StringValue
. - isSuccessful() - Method in interface oracle.kv.StatementResult
-
Returns true if this statement has finished and was successful.
- isSuccessful() - Method in interface oracle.kv.table.StatementResult
-
Deprecated.Return true if this statement has finished and was successful.
- isTableFormat(int) - Static method in enum oracle.kv.Value.Format
- isTableFormat(Value.Format) - Static method in enum oracle.kv.Value.Format
-
Returns true if the value format is for table.
- isTimestamp() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a
TimestampDef
. - isTimestamp() - Method in interface oracle.kv.table.FieldValue
-
Returns true if this is a
TimestampValue
. - isType(FieldDef.Type) - Method in interface oracle.kv.table.FieldDef
-
Returns true if the type of this field matches the parameter.
- isUnixDomain() - Method in class oracle.kv.KVLocalConfig
-
Returns whether the configuration uses Unix domain sockets.
- isUUIDString() - Method in interface oracle.kv.table.FieldDef
-
Returns true if this is a STRING AS UUID type
- isValidIndexField() - Method in interface oracle.kv.table.FieldDef
- isValidKeyField() - Method in interface oracle.kv.table.FieldDef
- IterationSubscription - Interface in oracle.kv
-
A subinterface of
Subscription
implemented by subscriptions supplied when aSubscriber
subscribes to aPublisher
associated with an asynchronous table iteration. - iterator() - Method in interface oracle.kv.StatementResult
-
Returns a TableIterator over the records in this result.
J
- JAAS_LOGIN_CONF_NAME - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of property to specify the configuration entry name in the JAAS login configuration file when the application specifies credentials using JAAS login configuration.
- JSON - Enum constant in enum oracle.kv.table.FieldDef.Type
- JSON_INT_MRCOUNTER - Enum constant in enum oracle.kv.table.FieldDef.Type
- JSON_LONG_MRCOUNTER - Enum constant in enum oracle.kv.table.FieldDef.Type
- JSON_NUM_MRCOUNTER - Enum constant in enum oracle.kv.table.FieldDef.Type
- JsonDef - Interface in oracle.kv.table
-
JsonDef is an extension of
FieldDef
to define schemaless data modeled as JSON.
K
- KerberosCredentials - Class in oracle.kv
-
Login credentials for Kerberos authentication.
- KerberosCredentials(String, Properties) - Constructor for class oracle.kv.KerberosCredentials
-
Creates Kerberos user credentials.
- Key - Class in oracle.kv
-
The Key in a Key/Value store.
- keyExists(E) - Method in interface oracle.kv.EntryStream
-
The method that's invoked when an entry with an existing primary key is found in the store.
- KeyPair - Class in oracle.kv.table
-
A wrapper class for return values from
TableAPI.tableKeysIterator(IndexKey, MultiRowOptions, oracle.kv.table.TableIteratorOptions)
This classes allows the iterator to return all field value information that can be obtained directly from the index without an additional fetch. - KeyRange - Class in oracle.kv
-
Defines a range of Key components for use in multiple-key operations and iterations.
- KeyRange(String) - Constructor for class oracle.kv.KeyRange
-
Creates a prefix KeyRange.
- KeyRange(String, boolean, String, boolean) - Constructor for class oracle.kv.KeyRange
-
Creates a start/end KeyRange.
- KeyValue - Class in oracle.kv
-
Represents a key/value pair.
- KeyValue(Key, Value) - Constructor for class oracle.kv.KeyValue
-
Creates a KeyValue, key and value should be non-null.
- KeyValueVersion - Class in oracle.kv
-
Represents a key/value pair along with its version.
- KRB_MECH_NAME - Static variable in interface oracle.kv.KVSecurityConstants
-
The value of the
KVSecurityConstants.AUTH_EXT_MECH_PROPERTY
setting that enables the Kerberos login mechanism. - KVInputFormat - Class in oracle.kv.hadoop
-
A Hadoop InputFormat class for reading data from an Oracle NoSQL Database.
- KVInputFormat() - Constructor for class oracle.kv.hadoop.KVInputFormat
- KVInputFormatBase<K,
V> - Class in oracle.kv.hadoop -
This is the base class for Oracle NoSQL Database InputFormat classes.
- KVLargeObject - Interface in oracle.kv.lob
-
The KVLargeObject interface defines the operations used to read and write Large Objects (LOBs) such as audio and video files.
- KVLargeObject.LOBState - Enum in oracle.kv.lob
-
The enumeration defines the states associated with a LOB.
- KVLocal - Class in oracle.kv
-
KVLocal is a handle for managing embedded Oracle NoSQL Database.
- KVLocalConfig - Class in oracle.kv
-
Represents the configuration parameters used to create a
KVLocal
object. - KVLocalConfig.Builder - Class in oracle.kv
-
Base builder class used to set configuration parameters common to both TCP sockets and Unix domain sockets.
- KVLocalConfig.InetBuilder - Class in oracle.kv
-
InetBuilder to help construct a KVLocalConfig instance using TCP sockets.
- KVLocalConfig.UnixDomainBuilder - Class in oracle.kv
-
Builder class to help construct a
KVLocalConfig
instance using Unix domain sockets. - KVLocalException - Exception in oracle.kv
-
Generic exception class for generating runtime exceptions for KVLocal.
- KVSecurityConstants - Interface in oracle.kv
-
The KVSecurityConstants interface defines constants used for security configuration.
- KVSecurityException - Exception in oracle.kv
-
The common abstract base class of KVStore security-related exceptions.
- KVStats - Class in oracle.kv.stats
-
Statistics associated with accessing the KVStore from a client via the KVStore handle.
- KVStore - Interface in oracle.kv
-
KVStore is the handle to a store that is running remotely.
- KVStoreConfig - Class in oracle.kv
-
Represents the configuration parameters used to create a handle to an existing KV store.
- KVStoreConfig(String, String...) - Constructor for class oracle.kv.KVStoreConfig
-
Creates a config object with the minimum required properties.
- KVStoreFactory - Class in oracle.kv
-
Factory class used to produce handles to an existing KVStore.
- KVStoreFactory() - Constructor for class oracle.kv.KVStoreFactory
- KVVersion - Class in oracle.kv
-
Oracle NoSQL DB version information.
- KVVersion(int, int, int, int, int, String) - Constructor for class oracle.kv.KVVersion
- KVVersion(int, int, int, String) - Constructor for class oracle.kv.KVVersion
L
- listNamespaces() - Method in interface oracle.kv.table.TableAPI
-
Gets all known namespaces.
- listSnapshots() - Method in class oracle.kv.KVLocal
-
Returns the names of all snapshots.
- login(LoginCredentials) - Method in interface oracle.kv.KVStore
-
Updates the login credentials for this store handle.
- LoginCredentials - Interface in oracle.kv
-
The common interface of KVStore credential class implementations.
- logout() - Method in interface oracle.kv.KVStore
-
Logout the store handle.
- LONG - Enum constant in enum oracle.kv.table.FieldDef.Type
- LongDef - Interface in oracle.kv.table
-
LongDef is an extension of
FieldDef
to encapsulate a Long. - LongValue - Interface in oracle.kv.table
-
LongValue extends
FieldValue
to represent a long.
M
- main(String[]) - Static method in class oracle.kv.exttab.Preproc
- main(String[]) - Static method in class oracle.kv.exttab.Publish
-
Invokes the Publish utility.
- main(String[]) - Static method in class oracle.kv.KVVersion
- MAP - Enum constant in enum oracle.kv.table.FieldDef.Type
- mapCacheKey(Object) - Method in interface oracle.kv.coherence.CacheKeyMapper
-
Given an object that represents an Oracle Coherence cache key, return an Oracle NoSQL Database
Key
. - MapDef - Interface in oracle.kv.table
-
MapDef is an extension of
FieldDef
to define an unordered map, where all entries are constrained to a single type. - MapValue - Interface in oracle.kv.table
-
MapValue extends
FieldValue
to define a container object that holds a map of FieldValue objects all of the same type. - MAX_NUM_PENDING_CHANGES - Static variable in exception oracle.kv.pubsub.SubscriptionChangeNotAppliedException
-
The max number of pending subscription changes is 32.
- MAX_SERVER_MEMORY_CONSUMPTION - Static variable in class oracle.kv.query.ExecuteOptions
- MetadataNotFoundException - Exception in oracle.kv
-
The exception is thrown when an expected piece of metadata is not found.
- MULTI_REGION_TABLE - Enum constant in enum oracle.kv.Value.Format
-
Format for multi-region table.
- multiDelete(Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
Deletes the descendant Key/Value pairs associated with the
parentKey
. - multiDelete(Key, KeyRange, Depth, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Deletes the descendant Key/Value pairs associated with the
parentKey
. - multiDelete(PrimaryKey, MultiRowOptions, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes multiple rows from a table in an atomic operation.
- multiDeleteAsync(PrimaryKey, MultiRowOptions, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Deletes multiple rows from a table in an atomic operation, returning a future to manage the asynchronous operation.
- multiGet(Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
Returns the descendant key/value pairs associated with the
parentKey
. - multiGet(Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Returns the descendant key/value pairs associated with the
parentKey
. - multiGet(PrimaryKey, MultiRowOptions, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns the rows associated with a partial primary key in an atomic manner.
- multiGetAsync(PrimaryKey, MultiRowOptions, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns the rows associated with a partial primary key in an atomic manner, returning a future to manage the asynchronous operation.
- multiGetIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
The iterator form of
KVStore.multiGet(Key, KeyRange, Depth)
. - multiGetIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
The iterator form of
KVStore.multiGet(Key, KeyRange, Depth, Consistency, long, TimeUnit)
. - multiGetKeys(Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
Returns the descendant keys associated with the
parentKey
. - multiGetKeys(Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Returns the descendant keys associated with the
parentKey
. - multiGetKeys(PrimaryKey, MultiRowOptions, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Return the keys associated with a partial primary key in an atomic manner.
- multiGetKeysAsync(PrimaryKey, MultiRowOptions, ReadOptions) - Method in interface oracle.kv.table.TableAPI
-
Return the keys associated with a partial primary key in an atomic manner, returning a future to manage the asynchronous operation.
- multiGetKeysIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
The iterator form of
KVStore.multiGetKeys(Key, KeyRange, Depth)
. - multiGetKeysIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
The iterator form of
KVStore.multiGetKeys(Key, KeyRange, Depth, Consistency, long, TimeUnit)
. - MultiRowOptions - Class in oracle.kv.table
-
Defines parameters used in multi-row operations.
- MultiRowOptions(FieldRange) - Constructor for class oracle.kv.table.MultiRowOptions
-
A convenience constructor that takes only
FieldRange
. - MultiRowOptions(FieldRange, List<Table>, List<Table>) - Constructor for class oracle.kv.table.MultiRowOptions
-
Full constructor requiring all members.
N
- name() - Method in interface oracle.kv.EntryStream
-
Returns a name to associate with the stream.
- next() - Method in interface oracle.kv.ParallelScanIterator
-
Returns the next element in the iteration.
- nextKeyValue() - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Reads the next key/value pair as a
Row
and then processes the contents of the row. - NO_SYNC - Enum constant in enum oracle.kv.Durability.SyncPolicy
-
Do not write or synchronously flush the log on transaction commit.
- NodeMetrics - Interface in oracle.kv.stats
-
The metrics associated with a node in the KVS.
- NONE - Enum constant in enum oracle.kv.Durability.ReplicaAckPolicy
-
No transaction commit acknowledgments are required and the master will never wait for replica acknowledgments.
- NONE - Enum constant in enum oracle.kv.ReturnValueVersion.Choice
-
Do not return the value or the version.
- NONE - Enum constant in enum oracle.kv.table.ReturnRow.Choice
-
Do not return the value or the version.
- NONE - Enum constant in enum oracle.kv.Value.Format
-
The byte array format is not known to the store; the format is known only to the application.
- NONE_REQUIRED - Static variable in class oracle.kv.Consistency
-
A consistency policy that lets a transaction on a replica using this policy proceed regardless of the state of the Replica relative to the Master.
- NONE_REQUIRED_NO_MASTER - Static variable in class oracle.kv.Consistency
-
Deprecated.as of 4.3, use
Consistency.NONE_REQUIRED
or read zones instead - NoSQLBinaryStore - Class in oracle.kv.coherence
-
Oracle NoSQL Database implementation of the
BinaryEntryStore
interface. - NoSQLPublisher - Class in oracle.kv.pubsub
-
Object represents a NoSQLPublisher which publishes changes to the NoSQL store on order, an implementation of Reactive Streams Publisher interface.
- NoSQLPublisherConfig - Class in oracle.kv.pubsub
-
Configuration used to create an instance of NoSQLPublisher.
- NoSQLPublisherConfig.Builder - Class in oracle.kv.pubsub
-
Builder to help construct a NoSQLPublisherConfig instance
- NoSQLRuntimeException - Exception in oracle.kv
-
Generic exception class for generating runtime exceptions whose messages are derived from a locale specific message file.
- NoSQLStreamMode - Enum in oracle.kv.pubsub
-
Subscription stream mode used to configure the starting point for a NoSQL subscription.
- NoSQLSubscriber - Interface in oracle.kv.pubsub
-
The subscriber interface is to be implemented by the application.
- NoSQLSubscriberId - Class in oracle.kv.pubsub
-
Object to represent a subscriber id in a subscription group.
- NoSQLSubscriberId(int, int) - Constructor for class oracle.kv.pubsub.NoSQLSubscriberId
-
Constructs a NoSQLSubscriber Id, which identifies a subscriber in the context of a subscription that is uniquely identified by the checkpoint table.
- NoSQLSubscription - Interface in oracle.kv.pubsub
-
A NoSQL subscription to the source kvstore.
- NoSQLSubscriptionConfig - Class in oracle.kv.pubsub
-
Configuration used by the NoSQL Publisher to create a subscription.
- NoSQLSubscriptionConfig.Builder - Class in oracle.kv.pubsub
-
Builder to construct a NoSQLSubscriptionConfig instance
- NUMBER - Enum constant in enum oracle.kv.table.FieldDef.Type
- NumberDef - Interface in oracle.kv.table
-
NumberDef is an extension of
FieldDef
to encapsulate the BigDecimal type. - NumberValue - Interface in oracle.kv.table
-
NumberValue extends
FieldValue
to represent a BigDecimal. - numTableVersions() - Method in interface oracle.kv.table.Table
-
Returns the number of versions of this table that exist.
O
- ofDays(long) - Static method in class oracle.kv.table.TimeToLive
-
Creates a duration using a period of 24 hour days.
- ofHours(long) - Static method in class oracle.kv.table.TimeToLive
-
Creates a duration using a period of hours.
- onChangeResult(StreamPosition, Throwable) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals when a request to add or remove a table from the set of subscribed tables is completed.
- onCheckpointComplete(StreamPosition, Throwable) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals when a previously requested checkpoint is completed.
- onComplete() - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals the completion of a subscription
- onError(Throwable) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals an unrecoverable error in subscription.
- onNext(StreamOperation) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals the next NoSQL Operation.
- onSubscribe(Subscription) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Invoked after the
NoSQLPublisher
has successfully established contact with the store using helper hosts. - onWarn(Throwable) - Method in interface oracle.kv.pubsub.NoSQLSubscriber
-
Signals a warning during subscription.
- Operation - Interface in oracle.kv
-
Denotes an Operation in a sequence of operations passed to the
KVStore.execute
method. - Operation.Type - Enum in oracle.kv
-
The type of operation, as determined by the method used to create it.
- OperationExecutionException - Exception in oracle.kv
-
Used to indicate a failure to execute a sequence of operations.
- OperationFactory - Interface in oracle.kv
-
A factory to create operations that can be batched for execution by
KVStore.execute
. - OperationMetrics - Interface in oracle.kv.stats
-
Aggregates the metrics associated with a KVS operation.
- OperationResult - Interface in oracle.kv
-
The Result associated with the execution of an Operation.
- oracle.kv - package oracle.kv
-
This package contains the public API for using Oracle NoSQL Database.
- oracle.kv.coherence - package oracle.kv.coherence
-
This package contains the public API for integration of Oracle NoSQL Database with Oracle Coherence.
- oracle.kv.exttab - package oracle.kv.exttab
-
This package contains the public API and Utilities for accessing Oracle NoSQL Database data through Oracle Database External Tables.
- oracle.kv.hadoop - package oracle.kv.hadoop
-
Support for loading Oracle NoSQL Database into Hadoop.
- oracle.kv.hadoop.table - package oracle.kv.hadoop.table
-
Support for running MapReduce jobs against data written to an Oracle NoSQL Database via the Table API.
- oracle.kv.lob - package 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.mgmt.jmx - package oracle.kv.mgmt.jmx
-
MBeans for Oracle NoSQL Database.
- oracle.kv.pubsub - package 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.query - package oracle.kv.query
-
This package contains the majority of the public API for using Oracle NoSQL Database query language.
- oracle.kv.stats - package oracle.kv.stats
-
Statistics for Oracle NoSQL Database.
- oracle.kv.table - package oracle.kv.table
-
Table support for Oracle NoSQL Database.
P
- ParallelScanIterator<K> - Interface in oracle.kv
-
Interface to the specialized Iterator type returned by the
Parallel Scan version
of storeIterator(). - PARENT_AND_CHILDREN - Enum constant in enum oracle.kv.Depth
-
Select immediate children and the parent.
- PARENT_AND_DESCENDANTS - Enum constant in enum oracle.kv.Depth
-
Select all descendants and the parent.
- parseVersion(String) - Static method in class oracle.kv.KVVersion
-
Returns a KVVersion object representing the specified version string without the release ID, release date,and name parts filled in.
- PARTIAL_APPEND - Enum constant in enum oracle.kv.lob.KVLargeObject.LOBState
-
Denotes a LOB resulting from an incomplete
append
operation. - PARTIAL_DELETE - Enum constant in enum oracle.kv.lob.KVLargeObject.LOBState
-
Denotes a LOB resulting from an incomplete
delete
operation. - PARTIAL_PUT - Enum constant in enum oracle.kv.lob.KVLargeObject.LOBState
-
Denotes a LOB resulting from an incomplete
put
operation. - PartialLOBException - Exception in oracle.kv.lob
-
Thrown when
KVLargeObject.getLOB(oracle.kv.Key, oracle.kv.Consistency, long, java.util.concurrent.TimeUnit)
is invoked on a partial LOB. - PasswordCredentials - Class in oracle.kv
-
Username/password credentials.
- PasswordCredentials(String, char[]) - Constructor for class oracle.kv.PasswordCredentials
-
Creates a username/password credential set.
- PofKeySerializer - Class in oracle.kv.coherence
-
This class provides Coherence Portable Object Format (POF) serialization of the
Key
class. - POINT - Enum constant in enum oracle.kv.table.FieldDef.Type
- prepare(String) - Method in interface oracle.kv.KVStore
-
Compiles a query into an execution plan.
- PreparedStatement - Interface in oracle.kv.query
-
Represents a
Statement
that has been compiled and an execution plan generated for it. - PrepareQueryException - Exception in oracle.kv
-
An exception thrown when a prepared query is executed and the query must be re-prepared by the application before it can be executed.
- PrepareQueryException(DataInput, short) - Constructor for exception oracle.kv.PrepareQueryException
- PrepareQueryException(String) - Constructor for exception oracle.kv.PrepareQueryException
- Preproc - Class in oracle.kv.exttab
-
The Preproc utility is invoked by Oracle Database whenever a
SELECT
is performed on an External Table that has been associated with an Oracle NoSQL Database using thePublish
utility. - PREREQUISITE_VERSION - Static variable in class oracle.kv.KVVersion
-
The current prerequisite version.
- PrimaryKey - Interface in oracle.kv.table
-
PrimaryKey is a specialization of Row to represent a primary key used to access records in a table using the
TableAPI
. - printTrace(PrintStream) - Method in interface oracle.kv.StatementResult
- Publish - Class in oracle.kv.exttab
-
The Publish utility writes information about how to connect to an Oracle NoSQL Database from an Oracle Database External Table.
- PublisherFailureException - Exception in oracle.kv.pubsub
-
Exception that will be raised when NoSQL Publisher cannot be created due to errors, or experiences irrecoverable errors and must be closed.
- put(int, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, byte[]) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, double) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, float) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, long) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, String) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, Timestamp) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(int, FieldValue) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- put(String, boolean) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, byte[]) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, byte[]) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, double) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, double) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, float) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, float) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, int) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, int) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, long) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, long) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, String) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, String) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, Timestamp) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, Timestamp) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(String, FieldValue) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- put(String, FieldValue) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- put(List<EntryStream<KeyValue>>, BulkWriteOptions) - Method in interface oracle.kv.KVStore
-
Loads Key/Value pairs supplied by special purpose streams into the store.
- put(List<EntryStream<Row>>, BulkWriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Loads rows supplied by special purpose streams into the store.
- put(Key, Value) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, inserting or overwriting as appropriate.
- put(Key, Value, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, inserting or overwriting as appropriate.
- put(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table.
- PUT - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createPut(oracle.kv.Key, oracle.kv.Value)
. - PUT - Enum constant in enum oracle.kv.pubsub.StreamOperation.Type
-
A
StreamOperation.PutEvent
operation. - PUT - Enum constant in enum oracle.kv.table.TableOperation.Type
-
An operation created by
TableOperationFactory.createPut(oracle.kv.table.Row, oracle.kv.table.ReturnRow.Choice, boolean)
. - PUT_IF_ABSENT - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createPutIfAbsent(oracle.kv.Key, oracle.kv.Value)
. - PUT_IF_ABSENT - Enum constant in enum oracle.kv.table.TableOperation.Type
- PUT_IF_PRESENT - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createPutIfPresent(oracle.kv.Key, oracle.kv.Value)
. - PUT_IF_PRESENT - Enum constant in enum oracle.kv.table.TableOperation.Type
- PUT_IF_VERSION - Enum constant in enum oracle.kv.Operation.Type
-
An operation created by
OperationFactory.createPutIfVersion(oracle.kv.Key, oracle.kv.Value, oracle.kv.Version)
. - PUT_IF_VERSION - Enum constant in enum oracle.kv.table.TableOperation.Type
- putArray(int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putArray(int, Iterable<?>) - Method in interface oracle.kv.table.RecordValue
-
Inserts a list of Java objects into the record as an array at the given position, or updates its value if the field exists already.
- putArray(int, Object[]) - Method in interface oracle.kv.table.RecordValue
-
Inserts an array of Java objects into the record as an array at the given given position, or updates its value if the field exists already.
- putArray(String) - Method in interface oracle.kv.table.MapValue
-
Puts an Array into the map.
- putArray(String) - Method in interface oracle.kv.table.RecordValue
-
Set an ArrayValue field, silently overwriting existing values.
- putArray(String, Iterable<?>) - Method in interface oracle.kv.table.RecordValue
-
Set an ArrayValue field based on list input, silently overwriting existing values.
- putArray(String, Object[]) - Method in interface oracle.kv.table.RecordValue
-
Set an ArrayValue field based on an array of Java Objects, silently overwriting existing values.
- putArrayAsJson(int, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putArrayAsJson(int, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putArrayAsJson(String, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a ArrayValue field, silently overwriting existing values.
- putArrayAsJson(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a ArrayValue field, silently overwriting existing values.
- putAsync(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table, returning a future to manage the asynchronous operation.
- putEMPTY(int) - Method in interface oracle.kv.table.IndexKey
-
Inserts the field at the given position, or updates its value if the field exists already.
- putEMPTY(String) - Method in interface oracle.kv.table.IndexKey
-
Puts an EMPTY value in the named field, silently overwriting existing values.
- putEnum(int, String) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putEnum(String, String) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putEnum(String, String) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putFixed(int, byte[]) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putFixed(String, byte[]) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putFixed(String, byte[]) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putIfAbsent(Key, Value) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if no value for the given key is present.
- putIfAbsent(Key, Value, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if no value for the given key is present.
- putIfAbsent(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table, but only if the row does not exist.
- putIfAbsentAsync(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table, but only if the row does not exist, returning a future to manage the asynchronous operation.
- putIfPresent(Key, Value) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if a value for the given key is present.
- putIfPresent(Key, Value, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if a value for the given key is present.
- putIfPresent(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table, but only if the row already exists.
- putIfPresentAsync(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row into a table, but only if the row already exists, returning a future to manage the asynchronous operation.
- putIfVersion(Key, Value, Version) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if the version of the existing value matches the matchVersion argument.
- putIfVersion(Key, Value, Version, ReturnValueVersion, Durability, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Put a key/value pair, but only if the version of the existing value matches the matchVersion argument.
- putIfVersion(Row, Version, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row, but only if the version of the existing row matches the matchVersion argument.
- putIfVersionAsync(Row, Version, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
-
Puts a row, but only if the version of the existing row matches the
matchVersion
argument, returning a future to manage the asynchronous operation. - putJson(int, Reader) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field of type JSON using the JSON input.
- putJson(int, String) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field of type JSON using the JSON input.
- putJson(String, Reader) - Method in interface oracle.kv.table.MapValue
-
Puts arbitrary JSON into this map in the specified field.
- putJson(String, Reader) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field of type JSON using the JSON input.
- putJson(String, String) - Method in interface oracle.kv.table.MapValue
-
Puts arbitrary JSON into this map in the specified field.
- putJson(String, String) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field of type JSON using the JSON input.
- putJsonNull(int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putJsonNull(String) - Method in interface oracle.kv.table.MapValue
-
Puts a JSON null value in the named field, silently overwriting existing values.
- putJsonNull(String) - Method in interface oracle.kv.table.RecordValue
-
Puts a JSON NULL value in the named field, silently overwriting existing values.
- putLOB(Key, InputStream, Durability, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Put a key/LOB value pair, inserting new value or overwriting an existing pair as appropriate.
- putLOBIfAbsent(Key, InputStream, Durability, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Put a key/LOB value pair, but only if the key either has no value or has a partially inserted or deleted LOB value present.
- putLOBIfPresent(Key, InputStream, Durability, long, TimeUnit) - Method in interface oracle.kv.lob.KVLargeObject
-
Put a key/LOB value pair, but only if a complete value for the given key is present.
- putMap(int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putMap(int, Map<String, ?>) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putMap(String) - Method in interface oracle.kv.table.MapValue
-
Puts a Map into the map.
- putMap(String) - Method in interface oracle.kv.table.RecordValue
-
Set a MapValue field, silently overwriting existing values.
- putMap(String, Map<String, ?>) - Method in interface oracle.kv.table.RecordValue
-
Set a MapValue field based on map input, silently overwriting existing values.
- putMapAsJson(int, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putMapAsJson(int, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putMapAsJson(String, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a MapValue field, silently overwriting existing values.
- putMapAsJson(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a MapValue field, silently overwriting existing values.
- putNull(int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNull(String) - Method in interface oracle.kv.table.RecordValue
-
Put a null value in the named field, silently overwriting existing values.
- putNumber(int, double) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNumber(int, float) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNumber(int, int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNumber(int, long) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNumber(int, BigDecimal) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putNumber(String, double) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putNumber(String, double) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putNumber(String, float) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putNumber(String, float) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putNumber(String, int) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putNumber(String, int) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putNumber(String, long) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putNumber(String, long) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putNumber(String, BigDecimal) - Method in interface oracle.kv.table.MapValue
-
Set the named field.
- putNumber(String, BigDecimal) - Method in interface oracle.kv.table.RecordValue
-
Set the named field, silently overwriting existing values.
- putRecord(int) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putRecord(int, Map<String, ?>) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putRecord(String) - Method in interface oracle.kv.table.MapValue
-
Puts a Record into the map.
- putRecord(String) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field, silently overwriting existing values.
- putRecord(String, Map<String, ?>) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field based on map input, silently overwriting existing values.
- putRecordAsJson(int, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putRecordAsJson(int, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Inserts the field at the given position, or updates its value if the field exists already.
- putRecordAsJson(String, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field, silently overwriting existing values.
- putRecordAsJson(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
-
Set a RecordValue field, silently overwriting existing values.
Q
- QUERY - Enum constant in enum oracle.kv.StatementResult.Kind
-
Query statements that return records, for example SELECT FROM ....
- QUERY_BY_INDEX - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- QUERY_BY_ONQL_ALL_PARTITIONS - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- QUERY_BY_ONQL_SHARDS - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- QUERY_BY_ONQL_SINGLE_PARTITION - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- QUERY_BY_PRIMARY_ALL_PARTITIONS - Static variable in class oracle.kv.hadoop.table.TableInputSplit
- QUERY_BY_PRIMARY_SINGLE_PARTITION - Static variable in class oracle.kv.hadoop.table.TableInputSplit
R
- readFields(DataInput) - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Deserialize the fields of this object from
in
. - ReadOptions - Class in oracle.kv.table
-
ReadOptions is passed to read-only store operations to specify arguments that control non-default behavior related to consistency and operation timeouts.
- ReadOptions(Consistency, long, TimeUnit) - Constructor for class oracle.kv.table.ReadOptions
-
Creates a
ReadOptions
with the specified parameters. - ReadThroughputException - Exception in oracle.kv
-
Thrown when a read operation cannot be completed because the read throughput rate limit has been exceeded.
- reauthenticate(KVStore) - Method in interface oracle.kv.ReauthenticateHandler
-
Attempts to re-authenticate a kvstore handle.
- ReauthenticateHandler - Interface in oracle.kv
-
A callback interface used when KVStore authentication has expired and requires renewal.
- RECORD - Enum constant in enum oracle.kv.table.FieldDef.Type
- RecordDef - Interface in oracle.kv.table
-
RecordDef represents a record type, which specifies a set of
RecordValue
s that conform to this type. - RecordValue - Interface in oracle.kv.table
-
RecordValue extends
FieldValue
to represent a record value. - remove(String) - Method in interface oracle.kv.table.MapValue
-
Remove the named field if it exists.
- remove(String) - Method in interface oracle.kv.table.RecordValue
-
Remove the named field if it exists.
- removeSnapshot(String) - Method in class oracle.kv.KVLocal
-
Removes the named snapshot.
- RepNodeMXBean - Interface in oracle.kv.mgmt.jmx
-
This MBean represents the RepNode's status, performance metrics, and operational parameters.
- request(long) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Streams a fixed number operations from source kvstore interested to the subscribed tables.
- RequestLimitConfig - Class in oracle.kv
-
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.
- RequestLimitConfig(int, int, int) - Constructor for class oracle.kv.RequestLimitConfig
-
Creates a request limiting configuration.
- RequestLimitException - Exception in oracle.kv
-
Thrown when a request cannot be processed because it would exceed the maximum number of active requests for a node as configured via
KVStoreConfig.setRequestLimit(oracle.kv.RequestLimitConfig)
. - RequestTimeoutException - Exception in oracle.kv
-
Thrown when a request cannot be processed because the configured timeout interval is exceeded.
- resolveStringKey(String) - Method in class oracle.kv.coherence.NoSQLBinaryStore
-
Given a String key, turn it into a NoSQL Key object, but applying prefix if needed.
- ResourceLimitException - Exception in oracle.kv
-
A common exception base class for exceptions related to resource usage.
- ResourceLimitException(String, String) - Constructor for exception oracle.kv.ResourceLimitException
-
Constructs an instance of
ResourceLimitException
with the specified table name and detail message. - restoreFromSnapshot(String, String) - Static method in class oracle.kv.KVLocal
-
Restores the store from a snapshot.
- ReturnRow - Interface in oracle.kv.table
-
ReturnRow is used with put and delete operations to return the previous row value and version.
- ReturnRow.Choice - Enum in oracle.kv.table
-
Specifies whether to return the row value, version, both or neither.
- ReturnValueVersion - Class in oracle.kv
-
Used with put and delete operations to return the previous value and version.
- ReturnValueVersion(ReturnValueVersion.Choice) - Constructor for class oracle.kv.ReturnValueVersion
-
Creates an object for returning the value, version or both.
- ReturnValueVersion.Choice - Enum in oracle.kv
-
Specifies whether to return the value, version, both or neither.
- REVERSE - Enum constant in enum oracle.kv.Direction
-
Iterate in descending key order.
- Row - Interface in oracle.kv.table
-
Row is a specialization of RecordValue to represent a single record, or row, in a table.
S
- SECONDARY - Enum constant in enum oracle.kv.table.Index.IndexType
- SECURITY_FILE_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property that identifies a security property configuration file to be read when a KVStoreConfig is created, as a set of overriding property definitions.
- SequenceDef - Interface in oracle.kv.table
-
IdentityDef represents an immutable metadata object used to represent the properties of an identity column in a table.
- ServerResourceLimitException - Exception in oracle.kv
-
Thrown when the server is unable to handle a request because of resource constraints.
- set(int, boolean) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, double) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, float) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, int) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, long) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, Timestamp) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- set(int, FieldValue) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setAllowPreexistDir(boolean) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Sets if pre-exist directory is allowed
- setArray(int) - Method in interface oracle.kv.table.ArrayValue
-
Sets the value at the specified index with an empty ArrayValue, replacing any existing value at that index.
- setBatchSize(int) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies the suggested number of keys to fetch during each network round trip by the InputFormat.
- setBatchSize(int) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the suggested number of keys to fetch during each network round trip by the InputFormat.
- setBulkHeapPercent(int) - Method in class oracle.kv.BulkWriteOptions
-
The percentage of Runtime.maxMemory() that can be used for the operation.
- setChangeTimeoutMs(long) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the subscription change timeout in milliseconds.
- setConfig(XmlElement) - Method in class oracle.kv.coherence.NoSQLBinaryStore
-
Set the cache configuration based on XML configuration specified by the user.
- setConsistency(Consistency) - Method in exception oracle.kv.ConsistencyException
-
Sets the consistency policy.
- setConsistency(Consistency) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies the read consistency associated with the lookup of the child KV pairs.
- setConsistency(Consistency) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the read consistency associated with the lookup of the child KV pairs.
- setConsistency(Consistency) - Method in class oracle.kv.KVStoreConfig
-
Configures the default read Consistency to be used when a Consistency is not specified for a particular read operation.
- setConsistency(Consistency) - Method in class oracle.kv.query.ExecuteOptions
-
Sets the execution consistency.
- setCreateNewCheckpointTable(boolean) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets if publisher is allowed to create a new checkpoint table if it does not exist.
- setDepth(Depth) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies whether the parent and only children or all descendents are returned.
- setDirection(Direction) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the order in which records are returned by the InputFormat.
- setDurability(Durability) - Method in class oracle.kv.KVStoreConfig
-
Configures the default write Durability to be used when a Durability is not specified for a particular write operation.
- setDurability(Durability) - Method in class oracle.kv.query.ExecuteOptions
-
Sets the execution durability.
- setDurability(Durability) - Method in class oracle.kv.table.WriteOptions
-
Sets durability of write operation.
- setEmptyStreamDuration(int) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the empty stream duration.
- setEnd(double, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified double value.
- setEnd(float, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified float value.
- setEnd(int, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified integer value.
- setEnd(long, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified long value.
- setEnd(String, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified string value.
- setEnd(BigDecimal, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified BigDecimal value.
- setEnd(Timestamp, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified timestamp value.
- setEnd(FieldValue, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified value.
- setEnd(FieldValue, boolean, boolean) - Method in class oracle.kv.table.FieldRange
- setEndEnum(String, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the end value of the range to the specified enumeration value.
- setEnum(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setFieldRange(FieldRange) - Method in class oracle.kv.table.MultiRowOptions
-
Restricts the selected rows to those matching a range of field values for the first unspecified field in the target key.
- setFieldRangeProperty(String) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Sets the String to use for the property value whose contents are used to construct the field range to employ when iterating the table.
- setFixed(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setHelperHosts(String...) - Method in class oracle.kv.KVStoreConfig
-
Configures the helper host/port pairs.
- setHostName(String) - Method in class oracle.kv.KVLocalConfig.Builder
-
Sets the host name.
- setHostName(String) - Method in class oracle.kv.KVLocalConfig.InetBuilder
- setHostName(String) - Method in class oracle.kv.KVLocalConfig.UnixDomainBuilder
-
Sets the host name.
- setIdentityCacheSize(int) - Method in class oracle.kv.table.WriteOptions
-
Sets the number of generated identity values that are requested from the server during a put.
- setIncludedChildTables(List<Table>) - Method in class oracle.kv.table.MultiRowOptions
-
Specifies the child (descendant) tables for which rows are selected by the operation.
- setIncludedParentTables(List<Table>) - Method in class oracle.kv.table.MultiRowOptions
-
Specifies the parent (ancestor) tables for which rows are selected by the operation.
- setIndexKey(IndexKey) - Method in class oracle.kv.hadoop.table.TableRecordReader
- setIterFailHook(TestHook<RecordValue>) - Method in class oracle.kv.hadoop.table.TableRecordReader
-
Used only when testing.
- setJson(int, Reader) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setJson(int, String) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setJsonNull(int) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index to JSON null.
- setKVHadoopHosts(String[]) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Set the KV Hadoop data node host name(s) for this InputFormat to operate on.
- setKVHelperHosts(String[]) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Set the KV Helper host:port pair(s) for this InputFormat to operate on.
- setKVHelperHosts(String[]) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Set the KV Helper host:port pair(s) for this InputFormat to operate on.
- setKVSecurity(String) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Allows KVStore security to be set.
- setKVSecurity(String, PasswordCredentials, String) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Sets the login properties file and the public trust file (keys and/or certificates), as well as the
PasswordCredentials
for authentication. - setKVStoreName(String) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Set the KV Store name for this InputFormat to operate on.
- setKVStoreName(String) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Set the KV Store name for this InputFormat to operate on.
- setLOBSuffix(String) - Method in class oracle.kv.KVStoreConfig
-
Configures the default suffix associated with LOB keys.
- setLOBTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Configures default timeout value associated with chunk access during operations on LOBs.
- setLOBVerificationBytes(long) - Method in class oracle.kv.KVStoreConfig
-
Configures the number of trailing bytes of a partial LOB that must be verified against the user supplied LOB stream when resuming a
putLOB
operation. - setLocalAddress(InetSocketAddress) - Method in class oracle.kv.KVStoreConfig
-
Configures the local address used to establish connections to the store.
- setLocalWritesOnly(boolean) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets that when subscribing multi-region tables, whether only local writes are streamed.
- setMap(int) - Method in interface oracle.kv.table.ArrayValue
-
Sets the value at the specified index with an empty MapValue, replacing any existing value at that index.
- setMathContext(MathContext) - Method in class oracle.kv.query.ExecuteOptions
- setMaxBatches(int) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the maximum number of result batches that can be held in memory on the client side before processing on the server side pauses.
- setMaxConcurrentRequests(int) - Method in class oracle.kv.query.ExecuteOptions
-
Sets the maximum number of concurrent requests.
- setMaxConcurrentRequests(int) - Method in class oracle.kv.StoreIteratorConfig
-
Sets the maximum degree of parallelism (in effect the maximum number of client-side threads) to be used when running a parallel store iteration.
- setMaxConcurrentSubs(int) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Sets maximum concurrently running subscriptions in publisher
- setMaxMemoryConsumption(long) - Method in class oracle.kv.query.ExecuteOptions
-
Set the maximum number of memory bytes that may be consumed by the statement at the client for blocking operations, such as duplicate elimination (which may be required due to the use of an index on an array or map) and sorting (sorting by distance when a query contains a geo_near() function).
- setMaxReconnect(long) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the max number of reconnect if stream is down
- setMaxRequests(int) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the maximum number of client side threads to use when running an iteration; where a value of 1 causes the iteration to be performed using only the current thread, and a value of 0 causes the client to base the number of threads to employ on the current store topology.
- setMaxRequestSize(int) - Method in class oracle.kv.BulkWriteOptions
-
The max request size is used to limit the total number of bytes of records in a single bulk put request.
- setMaxResultsBatches(int) - Method in class oracle.kv.StoreIteratorConfig
-
Deprecated.since 3.4, no longer supported.
- setMemoryMB(int) - Method in class oracle.kv.KVLocalConfig.Builder
-
Sets the memory size in megabytes.
- setMultiRowOptions(FieldRange) - Method in class oracle.kv.hadoop.table.TableRecordReader
- setNamespace(String) - Method in class oracle.kv.query.ExecuteOptions
-
Sets the namespace to use for the query.
- setNetworkRoundtripTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Configures the amount of time to allow for a single roundtrip network communication with the server.
- setNumber(int, double) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setNumber(int, float) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setNumber(int, int) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setNumber(int, long) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setNumber(int, BigDecimal) - Method in interface oracle.kv.table.ArrayValue
-
Set the value at the specified index.
- setOpenTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Deprecated.
- setOutputQueueSizeMB(int) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the output queue size in megabytes.
- setParentKey(Key) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies the parent key whose "child" KV pairs are to be returned by the InputFormat.
- setPerShardParallelism(int) - Method in class oracle.kv.BulkWriteOptions
-
Sets the maximum number of threads that can concurrently write it's batch of entries to a single shard in the store.
- setPort(int) - Method in class oracle.kv.KVLocalConfig.Builder
-
Sets port number.
- setPort(int) - Method in class oracle.kv.KVLocalConfig.InetBuilder
- setPort(int) - Method in class oracle.kv.KVLocalConfig.UnixDomainBuilder
-
Sets port number.
- setPrimaryKey(PrimaryKey) - Method in class oracle.kv.hadoop.table.TableRecordReader
- setPrimaryKeyProperty(String) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Sets the String to use for the property value whose contents are used to construct the primary key to employ when iterating the table.
- setPublisherId(String) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Sets the publisher id
- setQueryInfo(int, String) - Method in class oracle.kv.hadoop.table.TableInputSplit
- setQueryInfo(int, String) - Method in class oracle.kv.hadoop.table.TableRecordReader
- setQueryInfo(int, String, Integer) - Method in class oracle.kv.hadoop.table.TableInputFormatBase
- setQueryName(String) - Method in class oracle.kv.query.ExecuteOptions
- setReadZones(String...) - Method in class oracle.kv.KVStoreConfig
-
Sets the zones in which nodes must be located to be used for read operations.
- setReauthHandler(ReauthenticateHandler) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Sets reauthentication handler.
- setRecord(int) - Method in interface oracle.kv.table.ArrayValue
-
Sets the value at the specified index with an empty RecordValue, replacing any existing value at that index.
- setReleaseId(String) - Method in class oracle.kv.KVVersion
- setRequestLimit(RequestLimitConfig) - Method in class oracle.kv.KVStoreConfig
-
Configures the maximum number of requests that can be active for a node in the KVStore.
- setRequestTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Configures the default request timeout.
- setResultsBatchSize(int) - Method in class oracle.kv.query.ExecuteOptions
-
Sets the max number of query results to be generated during the execution of the query over a partition or shard (which takes place at a replication node (RN) that contains the target partition/shard).
- setSecurityProperties(Properties) - Method in class oracle.kv.KVStoreConfig
-
Configures security properties for the client.
- setSGAttrsCacheTimeout(int) - Method in class oracle.kv.KVStoreConfig
-
Sets the timeout of cached sequence generator attributes in milliseconds.
- setShardTimeoutMs(long) - Method in class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
-
Sets shard timeout in milliseconds.
- setSocketOpenTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Configures the open timeout used when establishing sockets used to make client requests.
- setSocketReadTimeout(long, TimeUnit) - Method in class oracle.kv.KVStoreConfig
-
Configures the read timeout associated with the underlying sockets used to make client requests.
- setStart(double, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified double value.
- setStart(float, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified float value.
- setStart(int, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified integer value.
- setStart(long, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified long value.
- setStart(String, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified string value.
- setStart(BigDecimal, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified BigDecimal value.
- setStart(Timestamp, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified timestamp value.
- setStart(FieldValue, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified value.
- setStart(FieldValue, boolean, boolean) - Method in class oracle.kv.table.FieldRange
- setStartEnum(String, boolean) - Method in class oracle.kv.table.FieldRange
-
Sets the start value of the range to the specified enumeration value.
- setStartStreamPosition(StreamPosition) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the start stream position.
- setStartValue(FieldValue, boolean) - Method in class oracle.kv.table.FieldRange
- setStorageGB(int) - Method in class oracle.kv.KVLocalConfig.Builder
-
Sets the storage directory size in gigabytes.
- setStore(KVStore) - Method in class oracle.kv.hadoop.table.TableRecordReader
-
For testing only; to support the use of a mocked store.
- setStoreName(String) - Method in class oracle.kv.KVLocalConfig.Builder
-
Sets store name.
- setStoreName(String) - Method in class oracle.kv.KVStoreConfig
-
Configures the store name.
- setStreamMode(NoSQLStreamMode) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the stream mode.
- setStreamParallelism(int) - Method in class oracle.kv.BulkWriteOptions
-
Sets the maximum number of streams that can be read concurrently.
- setSubRange(KeyRange) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies a sub range to further restrict the range under the parentKey to the major path components in this sub range.
- setSubscribedTables(String...) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the subscribed tables under given namespace.
- setSubscribedTables(Set<String>) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the subscribed tables under given namespace.
- setSubscriberId(NoSQLSubscriberId) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
-
Sets the subscriber id which owns the subscription.
- setTableName(String) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Set the name of the table in the KV store that this InputFormat will operate on.
- setTimeout(long) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies an upper bound on the time interval for processing a particular KV retrieval.
- setTimeout(long) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies an upper bound on the time interval for processing a particular KV retrieval.
- setTimeout(long, TimeUnit) - Method in class oracle.kv.query.ExecuteOptions
-
The
timeout
parameter is an upper bound on the time interval for processing one of the KVStore.execute(...) methods (KVStore.execute(String, ExecuteOptions)
,KVStore.executeSync(String, ExecuteOptions)
, orKVStore.executeSync(Statement, ExecuteOptions)
) and any of the subsequent next() and hasNext() invocations ofStatementResult.iterator()
. - setTimeout(long, TimeUnit) - Method in class oracle.kv.table.WriteOptions
-
Sets timeout for write operation.
- setTimeoutMs(int) - Method in exception oracle.kv.RequestTimeoutException
-
Sets the timeout that was in effect for the operation.
- setTimeoutUnit(TimeUnit) - Static method in class oracle.kv.hadoop.KVInputFormatBase
-
Specifies the unit of the timeout parameter.
- setTimeoutUnit(TimeUnit) - Static method in class oracle.kv.hadoop.table.TableInputFormatBase
-
Specifies the unit of the timeout parameter.
- setTopologyLocator(TableInputFormatBase.TopologyLocatorWrapper) - Method in class oracle.kv.hadoop.table.TableInputFormat
-
Special setter method that used by tests that wish to mock the wrapper for the TopologyLocator employed by the getSplits method of this class to connect to a store to retrieve the splits.
- setTTL(TimeToLive) - Method in interface oracle.kv.table.Row
-
Sets a time to live (TTL) value for the row to be used when the row is inserted into a store.
- setUpdateTTL(boolean) - Method in class oracle.kv.table.WriteOptions
-
Sets whether absolute expiration time will be modified during update.
- setUseAsync(boolean) - Method in class oracle.kv.KVStoreConfig
-
Specifies whether calls to the store should use the async network protocol.
- setValue(Value) - Method in class oracle.kv.ValueVersion
-
Used internally to initialize the Value part of the KV pair.
- setVariable(String, boolean) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, byte[]) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, double) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, float) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, int) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, long) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, String) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVariable(String, FieldValue) - Method in interface oracle.kv.query.BoundStatement
-
Sets the value of a variable.
- setVersion(Version) - Method in class oracle.kv.ValueVersion
-
Used internally to initialize the Version of the KV pair.
- ShardTimeoutException - Exception in oracle.kv.pubsub
-
Exception raised when publisher does not hear from source shard for a given period of time.
- SIMPLE_MAJORITY - Enum constant in enum oracle.kv.Durability.ReplicaAckPolicy
-
A simple majority of replicas must acknowledge that they have committed the transaction.
- size() - Method in interface oracle.kv.table.ArrayValue
-
Returns the size of the array.
- size() - Method in interface oracle.kv.table.MapValue
-
Returns the size of the map.
- size() - Method in interface oracle.kv.table.RecordValue
-
Returns the number of the fields in this record.
- splitTableName(String, String) - Static method in class oracle.kv.exttab.ExternalTableUtils
-
Return the components of a schema qualified table name.
- SSL_CIPHER_SUITES_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property used to control what SSL/TLS cipher suites are acceptable for use.
- SSL_HOSTNAME_VERIFIER_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property used to specify a verification step to be performed when connecting to a NoSQL DB server when using SSL/TLS.
- SSL_PROTOCOLS_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property used to control what SSL/TLS procotols are acceptable for use.
- SSL_TRANSPORT_NAME - Static variable in interface oracle.kv.KVSecurityConstants
-
The value of the
KVSecurityConstants.TRANSPORT_PROPERTY
setting that enables the use of SSL/TLS communication. - SSL_TRUSTSTORE_FILE_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property to identify the location of a Java truststore file that validates the SSL/TLS certificates used by the NoSQL DB server.
- SSL_TRUSTSTORE_PASSWORD_ALIAS_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property to specify the alias in the password store for the password of the Java truststore that is referenced by the
KVSecurityConstants.SSL_TRUSTSTORE_FILE_PROPERTY
property. - SSL_TRUSTSTORE_PASSWORD_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property to identify the password of the Java truststore that is referenced by the
KVSecurityConstants.SSL_TRUSTSTORE_FILE_PROPERTY
property. - SSL_TRUSTSTORE_TYPE_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property to identify the type of Java truststore that is referenced by the
KVSecurityConstants.SSL_TRUSTSTORE_FILE_PROPERTY
property. - StaleStoreHandleException - Exception in oracle.kv
-
Thrown when a KVStore instance is no longer valid.
- start(KVLocalConfig) - Static method in class oracle.kv.KVLocal
-
Starts an embedded NoSQL database instance.
- startExistingStore(String) - Static method in class oracle.kv.KVLocal
-
Starts an embedded NoSQL database instance from the root directory.
- Statement - Interface in oracle.kv.query
-
Base interface for all statements.
- StatementResult - Interface in oracle.kv
-
A StatementResult provides information about the execution and outcome of a table statement.
- StatementResult - Interface in oracle.kv.table
-
Deprecated.since 3.3 in favor of
StatementResult
- StatementResult.Kind - Enum in oracle.kv
-
Shows the kind of StatementResult.
- stop() - Method in class oracle.kv.KVLocal
-
Stops the running embedded NoSQL database instance.
- StorageNodeMXBean - Interface in oracle.kv.mgmt.jmx
-
This MBean represents the Storage Node's operational parameters.
- storeIterator(Iterator<Key>, int, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Returns an Iterator which iterates over all key/value pairs matching the keys supplied by iterator (or the descendants of a parentKey, or those in a KeyRange).
- storeIterator(List<Iterator<Key>>, int, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Returns an Iterator which iterates over all key/value pairs matching the keys supplied by iterators (or the descendants of a parentKey, or those in a KeyRange).
- storeIterator(Direction, int) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all key/value pairs in unsorted order.
- storeIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all key/value pairs (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
- storeIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all key/value pairs (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
- storeIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all key/value pairs (or the descendants of a parentKey, or those in a KeyRange).
- StoreIteratorConfig - Class in oracle.kv
-
The configuration object for
KVStore.storeIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig)
. - StoreIteratorConfig() - Constructor for class oracle.kv.StoreIteratorConfig
- StoreIteratorException - Exception in oracle.kv
-
Thrown by
KVStore.storeIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig)
when an exception occurs. - StoreIteratorMetrics - Interface in oracle.kv.stats
-
Deprecated.since 3.4, no longer supported.
- storeKeysIterator(Iterator<Key>, int, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys matching the keys supplied by iterator (or the descendants of a parentKey, or those in a KeyRange).
- storeKeysIterator(List<Iterator<Key>>, int, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys matching the keys supplied by iterators (or the descendants of a parentKey, or those in a KeyRange).
- storeKeysIterator(Direction, int) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys in unsorted order.
- storeKeysIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
- storeKeysIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys (or the descendants of a parentKey, or those in a KeyRange) in unsorted order.
- storeKeysIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit, StoreIteratorConfig) - Method in interface oracle.kv.KVStore
-
Return an Iterator which iterates over all keys (or the descendants of a parentKey, or those in a KeyRange).
- StreamOperation - Interface in oracle.kv.pubsub
-
The operation (Put, Delete) that was delivered over the NoSQL stream.
- StreamOperation.DeleteEvent - Interface in oracle.kv.pubsub
-
Used to signal a Delete operation
- StreamOperation.PutEvent - Interface in oracle.kv.pubsub
-
Used to signal a Put operation
- StreamOperation.SequenceId - Interface in oracle.kv.pubsub
-
A SequenceId uniquely identifies a stream operation associated with a Publisher.
- StreamOperation.Type - Enum in oracle.kv.pubsub
-
The type of the operation.
- StreamPosition - Class in oracle.kv.pubsub
-
A StreamPosition represents a position in a subscription stream.
- STRING - Enum constant in enum oracle.kv.table.FieldDef.Type
- StringDef - Interface in oracle.kv.table
-
StringDef is an extension of
FieldDef
to encapsulate a String. - StringValue - Interface in oracle.kv.table
-
StringValue extends
FieldValue
to represent a string. - subscribe(Subscriber<? super StreamOperation>) - Method in class oracle.kv.pubsub.NoSQLPublisher
-
A Subscriber establishes a NoSQL Subscription to initiate the flow of elements from the Publisher.
- subscriberIncludesShard(NoSQLSubscriberId, RepGroupId) - Static method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns true if the given shard should be included in the given subscriber.
- subscribeTable(String) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Adds a table to the set of subscribed tables for a running subscription.
- SUBSCRIPTION_ALL_TABLES - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
The change was requested for a subscription that is configured to stream all tables, and subscribing or unsubscribing from individual tables for a subscription configured to stream all tables is not supported.
- SUBSCRIPTION_CANCELED - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
The subscription has been canceled.
- SubscriptionChangeNotAppliedException - Exception in oracle.kv.pubsub
-
Exception raised when change cannot be applied to the running subscription, and the subscription is unchanged.
- SubscriptionChangeNotAppliedException.Reason - Enum in oracle.kv.pubsub
-
Describes the reason that a change was not applied.
- SubscriptionFailureException - Exception in oracle.kv.pubsub
-
Exception raised when a subscription fails.
- SubscriptionInsufficientLogException - Exception in oracle.kv.pubsub
-
Exception used to indicate that the logs on at least one shard were insufficient for the purposes of the stream.
- SubscriptionMetrics - Interface in oracle.kv.stats
-
Object represents a set of statistics of a single subscription.
- SubscriptionTableNotFoundException - Exception in oracle.kv.pubsub
-
Exception raised when one or more tables are not found in kvstore when performing an operation on a subscription.
- SYNC - Enum constant in enum oracle.kv.Durability.SyncPolicy
-
Write and synchronously flush the log on transaction commit.
- SYSDEFAULT_NAMESPACE_NAME - Static variable in interface oracle.kv.table.TableAPI
-
Name of "sysdefault" namespace.
T
- Table - Interface in oracle.kv.table
-
Table is a handle on a table in the Oracle NoSQL Database.
- TABLE - Enum constant in enum oracle.kv.Value.Format
-
The byte array format that is used by table rows.
- TABLE_ALREADY_SUBSCRIBED - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
The change is trying to add a table which exists in subscription.
- TABLE_NOT_SUBSCRIBED - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
The change is trying to remove a table which does not exist in subscription.
- TABLE_V1 - Enum constant in enum oracle.kv.Value.Format
-
Introduced at TABLE_V1 format: - An new serialization way for string value in JSON field.
- TableAccessException - Exception in oracle.kv
-
Thrown when an operation to a table cannot be completed due to limits on write and possibly read access.
- TableAPI - Interface in oracle.kv.table
-
TableAPI is a handle for the table interface to an Oracle NoSQL store.
- TableFormatter - Interface in oracle.kv.exttab
-
TableFormatter is an interface to a user-specified class used for formatting rows in NoSQL Database tables into Strings which are appropriate for importing into a specific Oracle External Table.
- TableInputFormat - Class in oracle.kv.hadoop.table
-
A Hadoop InputFormat class for reading data from an Oracle NoSQL Database.
- TableInputFormat() - Constructor for class oracle.kv.hadoop.table.TableInputFormat
-
No-arg constructor.
- TableInputFormatBase<K,
V> - Class in oracle.kv.hadoop.table -
This is the base class for Oracle NoSQL Database InputFormat classes that can be used to run MapReduce against data stored via the Table API.
- TableInputFormatBase.TopologyLocatorWrapper - Class in oracle.kv.hadoop.table
-
Special class that wraps the static get method of the TopologyLocator utility.
- TableInputSplit - Class in oracle.kv.hadoop.table
-
Concrete implementation of the InputSplit interface required to perform Hadoop MapReduce.
- TableInputSplit() - Constructor for class oracle.kv.hadoop.table.TableInputSplit
-
No-arg constructor required by Hadoop semantics.
- tableIterator(Iterator<PrimaryKey>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns an iterator over the rows 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).
- tableIterator(List<Iterator<PrimaryKey>>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns an iterator over the rows 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).
- tableIterator(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns an iterator over the rows associated with an index key.
- tableIterator(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns an iterator over the rows associated with a partial primary key.
- TableIterator<K> - Interface in oracle.kv.table
-
Interface to the specialized Iterator type returned by the iterator methods in the oracle.kv.table package.
- tableIteratorAsync(Iterator<PrimaryKey>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration over the rows 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).
- tableIteratorAsync(List<Iterator<PrimaryKey>>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration over the rows 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).
- tableIteratorAsync(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration over the rows associated with an index key.
- tableIteratorAsync(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration over the rows associated with a partial primary key.
- TableIteratorOptions - Class in oracle.kv.table
-
TableIteratorOptions extends ReadOptions and is passed to read-only store operations that return iterators.
- TableIteratorOptions(Direction, Consistency, long, TimeUnit) - Constructor for class oracle.kv.table.TableIteratorOptions
-
Creates a
TableIteratorOptions
with the specified parameters. - TableIteratorOptions(Direction, Consistency, long, TimeUnit, int, int) - Constructor for class oracle.kv.table.TableIteratorOptions
-
Creates a
TableIteratorOptions
with the specified parameters, includingmaxConcurrentRequests
andbatchResultsSize
values. - TableIteratorOptions(Direction, Consistency, long, TimeUnit, int, int, int) - Constructor for class oracle.kv.table.TableIteratorOptions
-
Deprecated.since 3.4, no longer supported. replaced by
TableIteratorOptions(Direction, Consistency, long, TimeUnit, int, int)
- tableKeysIterator(Iterator<PrimaryKey>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
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).
- tableKeysIterator(List<Iterator<PrimaryKey>>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
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).
- tableKeysIterator(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Return the keys for matching rows associated with an index key.
- tableKeysIterator(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns an iterator over the keys associated with a partial primary key.
- tableKeysIteratorAsync(Iterator<PrimaryKey>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration 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).
- tableKeysIteratorAsync(List<Iterator<PrimaryKey>>, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration 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).
- tableKeysIteratorAsync(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results of an asynchronous iteration over the keys for matching rows associated with an index key.
- tableKeysIteratorAsync(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
-
Returns a publisher that can be used to subscribe to the results an asynchronous iteration over the keys associated with a partial primary key.
- TableOperation - Interface in oracle.kv.table
-
Denotes a TableOperation in a sequence of operations passed to the
TableAPI.execute
method. - TableOperation.Type - Enum in oracle.kv.table
-
The type of operation, as determined by the method used to create it.
- TableOperationFactory - Interface in oracle.kv.table
-
A factory to create operations that can be batched for execution by
TableAPI.execute
. - TableOperationResult - Interface in oracle.kv.table
-
The Result associated with the execution of a TableOperation.
- TableOpExecutionException - Exception in oracle.kv.table
-
Provides information about a failure from the sequence of operations executed by
TableAPI.execute(List<TableOperation>, WriteOptions)
- TablePartitionSizeLimitException - Exception in oracle.kv
-
Thrown when write operations cannot be completed because a partition size limit has been exceeded.
- TableRecordReader - Class in oracle.kv.hadoop.table
-
Concrete implementation of TableRecordReaderBase that reads table rows from an InputSplit using a PrimaryKey.
- TableRecordReader() - Constructor for class oracle.kv.hadoop.table.TableRecordReader
- TableSizeLimitException - Exception in oracle.kv
-
Thrown when write operations cannot be completed because a table size limit has been exceeded.
- TableUtils - Class in oracle.kv.table
-
TableUtils is a utility class that encapsulates a number of useful functions that do not belong in any specific interface.
- TEXT - Enum constant in enum oracle.kv.table.Index.IndexType
- ThroughputLimitException - Exception in oracle.kv
-
Thrown when read or write operations cannot be completed because a throughput rate limit has been exceeded.
- Time(long, TimeUnit, long, TimeUnit) - Constructor for class oracle.kv.Consistency.Time
-
Specifies the amount of time by which the Replica is allowed to lag the master when initiating a transaction.
- TIMESTAMP - Enum constant in enum oracle.kv.table.FieldDef.Type
- TimestampDef - Interface in oracle.kv.table
-
TimestampDef is an extension of
FieldDef
to encapsulate a Timestamp type. - TimestampValue - Interface in oracle.kv.table
-
TimestampValue extends
FieldValue
to represent a Timestamp value. - TimeToLive - Class in oracle.kv.table
-
TimeToLive is a utility class that represents a period of time, similar to Java 8's java.time.Duration, but specialized to the needs of Oracle NoSQL Database.
- toByteArray() - Method in class oracle.kv.Consistency
-
Returns this Consistency as a serialized byte array, such that
Consistency.fromByteArray(byte[])
may be used to reconstitute the Consistency. - toByteArray() - Method in class oracle.kv.Durability
-
Returns this Durability as a serialized byte array, such that
Durability.fromByteArray(byte[])
may be used to reconstitute the Durability. - toByteArray() - Method in interface oracle.kv.ExecutionFuture
-
Return a serialized version of the ExecutionFuture, which can be saved for later use, via
KVStore.getFuture(byte[])
. - toByteArray() - Method in class oracle.kv.Key
-
Returns this Key as a serialized byte array, such that
Key.fromByteArray(byte[])
may be used to reconstitute the Key. - toByteArray() - Method in class oracle.kv.KeyRange
-
Returns this KeyRange as a serialized byte array, such that
KeyRange.fromByteArray(byte[])
may be used to reconstitute the KeyRange. - toByteArray() - Method in class oracle.kv.Value
-
Returns this Value as a serialized byte array, such that
Value.fromByteArray(byte[])
may be used to reconstitute the Value. - toByteArray() - Method in class oracle.kv.Version
-
Returns this Version as a serialized byte array, such that
Version.fromByteArray(byte[])
may be used to reconstitute the Version. - toDays() - Method in class oracle.kv.table.TimeToLive
-
Returns the number of days in this duration, which may be negative.
- toExpirationTime(long) - Method in class oracle.kv.table.TimeToLive
-
Returns an absolute time representing the duration plus the absolute time reference parameter.
- toHours() - Method in class oracle.kv.table.TimeToLive
-
Returns the number of hours in this duration, which may be negative.
- toJsonString() - Method in class oracle.kv.table.KeyPair
- toJsonString(boolean) - Method in interface oracle.kv.table.FieldValue
-
Create a JSON representation of the value.
- toList() - Method in interface oracle.kv.table.ArrayValue
-
Returns the array values as an unmodifiable list.
- TOO_MANY_PENDING_CHANGES - Enum constant in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
The number of pending concurrent changes has reached
SubscriptionChangeNotAppliedException.MAX_NUM_PENDING_CHANGES
, and application should try again later. - toObject(Value) - Method in interface oracle.kv.ValueBinding
-
Deprecated.
- toOracleLoaderFormat(KeyValueVersion, KVStore) - Method in interface oracle.kv.exttab.Formatter
-
Convert a KeyValueVersion into a String which can be interpreted by the Oracle External Table definition.
- toOracleLoaderFormat(Row, KVStore) - Method in interface oracle.kv.exttab.TableFormatter
-
Converts a Row into a String which can be interpreted by the Oracle External Table definition.
- topologyLocator - Variable in class oracle.kv.hadoop.table.TableInputFormatBase
- TopologyLocatorWrapper() - Constructor for class oracle.kv.hadoop.table.TableInputFormatBase.TopologyLocatorWrapper
- toString() - Method in class oracle.kv.Consistency.NoneRequired
- toString() - Method in class oracle.kv.Consistency.Time
- toString() - Method in class oracle.kv.Consistency.Version
- toString() - Method in class oracle.kv.Durability
- toString() - Method in exception oracle.kv.FaultException
-
Returns a description of the fault that includes the standard
Throwable
description (class name and message), followed by the fault class name, followed by the remote stack trace (if any). - toString() - Method in class oracle.kv.hadoop.table.TableInputSplit
- toString() - Method in class oracle.kv.Key
-
Encodes the Key object and returns the resulting key path string, which may be used as a URI path or simply as a string identifier.
- toString() - Method in class oracle.kv.KeyRange
-
Encodes the KeyRange object and returns the resulting String which can later be decoded using
KeyRange.fromString(java.lang.String)
. - toString() - Method in class oracle.kv.KeyValue
- toString() - Method in class oracle.kv.KeyValueVersion
- toString() - Method in class oracle.kv.KVLocalConfig
- toString() - Method in class oracle.kv.KVStoreConfig
- toString() - Method in class oracle.kv.KVVersion
- toString() - Method in class oracle.kv.lob.InputStreamVersion
- toString() - Method in class oracle.kv.pubsub.NoSQLSubscriberId
- toString() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
- toString() - Method in class oracle.kv.pubsub.StreamPosition
- toString() - Method in class oracle.kv.RequestLimitConfig
- toString() - Method in exception oracle.kv.RequestTimeoutException
- toString() - Method in class oracle.kv.stats.KVStats
-
Returns a descriptive string, conforming to the json syntax.
- toString() - Method in class oracle.kv.StoreIteratorConfig
- toString() - Method in interface oracle.kv.table.ArrayValue
-
Returns a String representation of the value.
- toString() - Method in interface oracle.kv.table.BinaryValue
-
Returns a String representation of the value using a Base64 encoding.
- toString() - Method in class oracle.kv.table.FieldRange
- toString() - Method in interface oracle.kv.table.FixedBinaryValue
-
Returns a String representation of the value using a Base64 encoding.
- toString() - Method in interface oracle.kv.table.MapValue
-
Returns a String representation of the value.
- toString() - Method in interface oracle.kv.table.RecordValue
-
Returns a String representation of this record.
- toString() - Method in interface oracle.kv.table.TimestampValue
-
Formats the Timestamp value to a string with the default pattern
TimestampDef.DEFAULT_PATTERN
in UTC zone. - toString() - Method in class oracle.kv.table.TimeToLive
- toString() - Method in class oracle.kv.table.WriteOptions
- toString() - Method in class oracle.kv.Value
- toString() - Method in class oracle.kv.ValueVersion
- toString() - Method in class oracle.kv.Version
- toString(String, boolean) - Method in interface oracle.kv.table.TimestampValue
-
Formats the Timestamp value to a string with the specified pattern.
- toValue(T) - Method in interface oracle.kv.ValueBinding
-
Deprecated.Before doing a write operation, the user calls
toValue
passing an object she wishes to store. - TRANSPORT_PROPERTY - Static variable in interface oracle.kv.KVSecurityConstants
-
The name of the property used by KVStore to determine the network mechanism to be used when communicating with Oracle NoSQL DB servers.
U
- UnauthorizedException - Exception in oracle.kv
-
This exception is thrown from methods where an authenticated user is attempting to perform an operation for which they are not authorized.
- UnixDomainBuilder(String) - Constructor for class oracle.kv.KVLocalConfig.UnixDomainBuilder
-
Creates a builder that using the specified root directory
- UNORDERED - Enum constant in enum oracle.kv.Direction
-
Iterate in no particular key order.
- unsubscribeTable(String) - Method in interface oracle.kv.pubsub.NoSQLSubscription
-
Removes a table from the set of subscribed tables for a running subscription.
- updateStatus() - Method in interface oracle.kv.ExecutionFuture
-
Returns information about the execution of the statement.
- updateStatus() - Method in interface oracle.kv.table.ExecutionFuture
-
Deprecated.Returns information about the execution of the statement.
- USE_ASYNC - Static variable in class oracle.kv.KVStoreConfig
-
The name of the system property that controls whether to use the async network protocol by default.
- useNewCheckpointTable() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
-
Returns true if the subscription should attempt to create the checkpoint table if it doesn't already exist.
- USER_SECURITY_DIR - Static variable in class oracle.kv.hadoop.table.TableInputFormatBase
- USER_SECURITY_DIR - Static variable in class oracle.kv.hadoop.table.TableRecordReader
V
- validateTableName(String) - Static method in class oracle.kv.exttab.ExternalTableUtils
-
Validate the schema qualified table name.
- Value - Class in oracle.kv
-
The Value in a Key/Value store.
- VALUE - Enum constant in enum oracle.kv.ReturnValueVersion.Choice
-
Return the value only.
- VALUE - Enum constant in enum oracle.kv.table.ReturnRow.Choice
-
Return the value only.
- Value.Format - Enum in oracle.kv
-
Identifies the format of a value.
- ValueBinding<T> - Interface in oracle.kv
-
Deprecated.as of 4.0, use the table API instead.
- valueOf(int) - Static method in enum oracle.kv.Value.Format
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Depth
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Direction
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Durability.ReplicaAckPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Durability.SyncPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.lob.KVLargeObject.LOBState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Operation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.pubsub.NoSQLStreamMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.pubsub.StreamOperation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.ReturnValueVersion.Choice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.StatementResult.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.table.FieldDef.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.table.Index.IndexType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.table.ReturnRow.Choice
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.table.TableOperation.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum oracle.kv.Value.Format
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum oracle.kv.Depth
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.Direction
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.Durability.ReplicaAckPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.Durability.SyncPolicy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.lob.KVLargeObject.LOBState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.Operation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.pubsub.NoSQLStreamMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.pubsub.StreamOperation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.pubsub.SubscriptionChangeNotAppliedException.Reason
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.ReturnValueVersion.Choice
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.StatementResult.Kind
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.table.FieldDef.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.table.Index.IndexType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.table.ReturnRow.Choice
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.table.TableOperation.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum oracle.kv.Value.Format
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES_COUNT - Static variable in enum oracle.kv.Direction
- VALUES_COUNT - Static variable in enum oracle.kv.Durability.SyncPolicy
- ValueVersion - Class in oracle.kv
-
Holds a Value and Version that are associated with a given Key.
- ValueVersion() - Constructor for class oracle.kv.ValueVersion
-
Used internally to create an object with null value and version.
- ValueVersion(Value, Version) - Constructor for class oracle.kv.ValueVersion
-
Used internally to create an object with a value and version.
- verifyConfiguration(boolean) - Method in class oracle.kv.KVLocal
-
Verifies the store configuration by iterating over components and checking their state against what the Admin database contains.
- verifyData() - Method in class oracle.kv.KVLocal
-
Verifies store data integrity.
- Version - Class in oracle.kv
-
A Version refers to a specific version of a key-value pair.
- Version(Version, long, TimeUnit) - Constructor for class oracle.kv.Consistency.Version
-
Defines how current a Replica needs to be in terms of a specific write operation that was previously completed.
- VERSION - Enum constant in enum oracle.kv.ReturnValueVersion.Choice
-
Return the version only.
- VERSION - Enum constant in enum oracle.kv.table.ReturnRow.Choice
-
Return the version only.
W
- wasLoggedRemotely() - Method in exception oracle.kv.FaultException
-
Returns whether the exception was previously logged remotely.
- write(DataOutput) - Method in class oracle.kv.hadoop.table.TableInputSplit
-
Serialize the fields of this object to
out
. - WRITE_FILE_RESOURCE_NAME - Static variable in class oracle.kv.exttab.ExternalTableUtils
- WRITE_NO_SYNC - Enum constant in enum oracle.kv.Durability.SyncPolicy
-
Write but do not synchronously flush the log on transaction commit.
- writeFastExternal(DataOutput, short) - Method in class oracle.kv.Consistency.NoneRequired
-
Writes this object to the output stream.
- writeFastExternal(DataOutput, short) - Method in exception oracle.kv.PrepareQueryException
- WriteOptions - Class in oracle.kv.table
-
WriteOptions is passed to store operations that can update the store to specify non-default behavior relating to durability, timeouts and expiry operations.
- WriteOptions() - Constructor for class oracle.kv.table.WriteOptions
-
Creates a
WriteOptions
with default values. - WriteOptions(Durability, long, TimeUnit) - Constructor for class oracle.kv.table.WriteOptions
-
Creates a
WriteOptions
with the specified parameters. - WriteOptions(WriteOptions) - Constructor for class oracle.kv.table.WriteOptions
- WriteThroughputException - Exception in oracle.kv
-
Thrown when a write operation cannot be completed because the write throughput rate limit has been exceeded.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form