Skip navigation links
Oracle NoSQL Database
version 12cR2.4.5.12
A B C D E F G H I J K L M N O P Q R S T U V W 

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(FieldValue) - Method in interface oracle.kv.table.ArrayValue
Adds a new value at the end of the array.
add(int, FieldValue) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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, int) - 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(int, long) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(int, String) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(int, double) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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, float) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(int, boolean) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(int, Timestamp) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(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.
addEnum(int, String) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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(String) - Method in interface oracle.kv.table.ArrayValue
Adds arbitrary JSON to the end of the array.
addJson(Reader) - Method in interface oracle.kv.table.ArrayValue
Adds arbitrary JSON to the end of the array.
addJson(int, String) - 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.
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(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, int) - 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(int, long) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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, float) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value 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(int, double) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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.
addNumber(int, BigDecimal) - Method in interface oracle.kv.table.ArrayValue
Inserts a new value at the specified index.
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.
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.
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.
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.
AvroBinding<T> - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
AvroCatalog - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
AvroFormatter - Interface in oracle.kv.hadoop
Deprecated.
as of 4.0, use the table API instead.

B

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.
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.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(KVStoreConfig, String) - Constructor for class oracle.kv.pubsub.NoSQLPublisherConfig.Builder
Creates a publisher configuration with following default parameter values: Shard timeout in milliseconds: 600000L Maximum number of subscriptions: 32 Null login credentials Null reauthenticate handler
Builder(String) - Constructor for class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
Makes a builder for NoSQLSubscriptionConfig with required parameter
BulkWriteOptions - Class in oracle.kv
BulkWriteOptions is used to configure bulk write operations.
BulkWriteOptions(Durability, long, TimeUnit) - Constructor for class oracle.kv.BulkWriteOptions
The options used to configure the bulk put operation.
BulkWriteOptions(BulkWriteOptions) - Constructor for class oracle.kv.BulkWriteOptions
 
BulkWriteOptions() - Constructor for class oracle.kv.BulkWriteOptions
Create a BulkWriteOptions with default values.

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(boolean) - Method in interface oracle.kv.ExecutionFuture
Attempts to cancel execution of this statement.
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.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 (e.g.
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.
childTableExists(String) - Method in interface oracle.kv.table.Table
Returns true if the named child table exists, false otherwise.
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.
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.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.hive.table.TableHiveRecordReader
 
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(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.
close() - Method in interface oracle.kv.StatementResult
Closes the result including the iterator and releases all the resources related to this result.
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.
completed() - Method in interface oracle.kv.EntryStream
Invoked by the loader to indicate that all the entries supplied by the stream have been processed.
Consistency - Class in oracle.kv
Used to provide consistency guarantees for read operations.
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 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(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.
contains(int) - Method in interface oracle.kv.table.RecordValue
Returns true if the record contains a field at the given position.
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.
copyObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
create(byte[]) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
create(BytesWritable) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
create(boolean) - Method in class oracle.kv.hadoop.hive.table.TableBooleanObjectInspector
 
create(double) - Method in class oracle.kv.hadoop.hive.table.TableDoubleObjectInspector
 
create(Text) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
create(String) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
create(float) - Method in class oracle.kv.hadoop.hive.table.TableFloatObjectInspector
 
create(int) - Method in class oracle.kv.hadoop.hive.table.TableIntObjectInspector
 
create(long) - Method in class oracle.kv.hadoop.hive.table.TableLongObjectInspector
 
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.
createCheckpointTable(KVStore, String) - Static method in class oracle.kv.pubsub.NoSQLPublisher
Creates a checkpoint table
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 in TableAPI.
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 in TableAPI.
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(String, boolean) - Method in interface oracle.kv.table.Index
Creates an IndexKey based on JSON input.
createIndexKeyFromJson(InputStream, 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() - Method in class oracle.kv.hadoop.hive.table.TableHiveRecordReader
Get the current key.
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.
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>, String) - Static method in class oracle.kv.Key
Creates a Key from a Major Path list and a single component Minor Path.
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(List<String>) - Static method in class oracle.kv.Key
Creates a Key from a Major Path list; the Minor Path will be empty.
createKey(String) - Static method in class oracle.kv.Key
Creates a Key from a single component Major Path; the Minor Path will be empty.
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(int) - Method in interface oracle.kv.table.FieldDef
Creates a NumberValue instance based on the value
createNumber(long) - Method in interface oracle.kv.table.FieldDef
Creates a NumberValue instance based on the value
createNumber(float) - Method in interface oracle.kv.table.FieldDef
Creates a NumberValue instance based on the value
createNumber(double) - Method in interface oracle.kv.table.FieldDef
Creates a NumberValue instance based on the value
createNumber(BigDecimal) - 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) - Static method in class oracle.kv.table.FieldValueFactory
Creates a NumberValue instance from a long value.
createNumber(float) - Static method in class oracle.kv.table.FieldValueFactory
Creates a NumberValue instance from a float value.
createNumber(double) - Static method in class oracle.kv.table.FieldValueFactory
Creates a NumberValue instance from a double value.
createNumber(BigDecimal) - Static method in class oracle.kv.table.FieldValueFactory
Creates a NumberValue instance from a BigDecimal value.
createObjectInspector() - Method in class oracle.kv.hadoop.hive.table.TableSerDe
 
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 the RecordValue parameter.
createPrimaryKeyFromJson(String, boolean) - Method in interface oracle.kv.table.Table
Creates a PrimaryKey based on JSON input.
createPrimaryKeyFromJson(InputStream, 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
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(String, boolean) - Method in interface oracle.kv.table.Table
Creates a Row based on JSON string input.
createRowFromJson(InputStream, boolean) - Method in interface oracle.kv.table.Table
Creates a Row based on JSON input.
createRowWithDefaults() - Method in interface oracle.kv.table.Table
Creates a Row using the default values for all fields.
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(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.
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(int, int, int, int, int, int, int, int) - Static method in class oracle.kv.table.FieldValueFactory
Creates a TimestampValue instance from date time components.
createValue() - Method in class oracle.kv.hadoop.hive.table.TableHiveRecordReader
Get the current value.
createValue(byte[]) - Static method in class oracle.kv.Value
Creates a Value from a value byte array.
createValueFromJson(String) - Static method in class oracle.kv.table.FieldValueFactory
Creates a FieldValue instance from JSON input where the type is not known.
createValueFromJson(Reader) - Static method in class oracle.kv.table.FieldValueFactory
Creates a FieldValue instance from JSON input where the type is not known.
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).
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, InputStream) - Static method in class oracle.kv.table.FieldValueFactory
Creates a new value from a JSON doc (which is given as an InputStream).
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

decodeBinaryKey(String) - Static method in class oracle.kv.coherence.NoSQLBinaryStore
Decode a binary key from ascii form.
DEFAULT_FIELD_NAME - Static variable in class oracle.kv.hadoop.hive.table.TableRecordObjectInspector
 
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_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_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_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_SHARD_TIMEOUT_MS - Static variable in class oracle.kv.pubsub.NoSQLPublisher
Default shard timeout in milliseconds.
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.
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.
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.
deserialize(Writable) - Method in class oracle.kv.hadoop.hive.table.TableSerDe
 
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.
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.
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_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.
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.
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.avro.JsonRecord
Deprecated.
 
equals(Object) - Method in class oracle.kv.avro.RawRecord
Deprecated.
 
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.hive.table.TableHiveInputSplit
 
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 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(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(String) - Method in interface oracle.kv.KVStore
Asynchronously executes a DDL statement.
execute(String, ExecuteOptions) - Method in interface oracle.kv.KVStore
Asynchronously executes a DDL statement.
execute(char[], ExecuteOptions) - Method in interface oracle.kv.KVStore
Asynchronously executes a DDL statement.
execute(String) - Method in interface oracle.kv.table.TableAPI
Deprecated.
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.
ExecuteOptions - Class in oracle.kv.query
Class contains several options for the KVStore.execute() methods.
ExecuteOptions() - Constructor for class oracle.kv.query.ExecuteOptions
 
executeSync(String) - Method in interface oracle.kv.KVStore
Synchronously execute a table statement.
executeSync(String, ExecuteOptions) - Method in interface oracle.kv.KVStore
Synchronously execute a table statement.
executeSync(char[], ExecuteOptions) - Method in interface oracle.kv.KVStore
Synchronously execute a table statement.
executeSync(Statement) - Method in interface oracle.kv.KVStore
Synchronously execute a table statement: PreparedStatement or BoundStatement.
executeSync(Statement, ExecuteOptions) - Method in interface oracle.kv.KVStore
Synchronously execute a table statement: PreparedStatement or BoundStatement.
executeSync(String) - Method in interface oracle.kv.table.TableAPI
Deprecated.
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
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
 
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.
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.
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.
fromHiveType(TypeInfo) - Static method in enum oracle.kv.hadoop.hive.table.TableFieldTypeEnum
Maps the given Hive column type to the corresponding enum value defined in this class; corresponding to a field type of a KV Store table.
fromHiveType(TypeInfo, FieldDef.Type) - Static method in enum oracle.kv.hadoop.hive.table.TableFieldTypeEnum
 
fromKvType(FieldDef.Type) - Static method in enum oracle.kv.hadoop.hive.table.TableFieldTypeEnum
Maps the given field type of a KV Store table to the corresponding enum value defined in this class; corresponding to a field type of a KV Store table.
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

GenericAvroBinding - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
get() - Method in interface oracle.kv.ExecutionFuture
Block until the command represented by this future completes.
get(long, TimeUnit) - Method in interface oracle.kv.ExecutionFuture
Block until the administrative operation has finished or the timeout period is exceeded.
get(Object) - Method in class oracle.kv.hadoop.hive.table.TableBooleanObjectInspector
 
get(Object) - Method in class oracle.kv.hadoop.hive.table.TableDoubleObjectInspector
 
get(Object) - Method in class oracle.kv.hadoop.hive.table.TableFloatObjectInspector
 
get(Object) - Method in class oracle.kv.hadoop.hive.table.TableIntObjectInspector
 
get(Object) - Method in class oracle.kv.hadoop.hive.table.TableLongObjectInspector
 
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(int) - Method in interface oracle.kv.table.ArrayValue
Gets the value at the specified index.
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(long, TimeUnit) - Method in interface oracle.kv.table.ExecutionFuture
Deprecated.
Block until the administrative operation has finished or the timeout period is exceeded.
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(String) - Method in interface oracle.kv.table.MapValue
Returns the FieldValue with the specified name if it appears in the map.
get() - Method in interface oracle.kv.table.NumberValue
Get the BigDecimal value of this object.
get(String) - Method in interface oracle.kv.table.RecordValue
Returns the value of the field with the given name.
get(int) - Method in interface oracle.kv.table.RecordValue
Returns the value of the field at the given position.
get() - Method in interface oracle.kv.table.StringValue
Returns the String value.
get(PrimaryKey, ReadOptions) - Method in interface oracle.kv.table.TableAPI
Gets the Row associated with the primary key.
get() - Method in interface oracle.kv.table.TimestampValue
Get the Timestamp value of this object.
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.
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.
getArchiveClassPaths() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
Specified by JobContext interface (TaskAttemptContext extends JobContext).
getArchiveTimestamps() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
getAvLatencyMs() - Method in interface oracle.kv.stats.NodeMetrics
Returns the trailing average latency (in ms) over all requests made to this node.
getAvroCatalog() - Method in interface oracle.kv.KVStore
Deprecated.
as of 4.0, use the table API instead.
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.
getCacheArchives() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCacheFiles() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCacheSize() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
Returns the size of the BDB-JE cache, in MBytes.
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
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
getCombinerClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCombinerKeyGroupingComparator() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCommitLag() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
Returns the average commit lag (in milliseconds) for a given replication node's update operations during a given time interval.
getCommitLagThreshold() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
If the average commit lag (in milliseconds) for a given replication node during a given time interval exceeds the value returned by this method, a notification event will be sent to any parties that have registered interest.
getCommitPolicy() - Method in exception oracle.kv.DurabilityException
Returns the Replica ack policy that was in effect for the operation.
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.
getConfiguration() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
getCounter(Enum<?>) - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCounter(String, String) - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getCredentials() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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
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.
getCurrentSchemas() - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns an immutable Map containing the most current version of all schemas from the KVStore client schema cache.
getCurrentValue() - Method in class oracle.kv.hadoop.table.TableRecordReader
Get the current value.
getDataCenterName() - Method in interface oracle.kv.stats.NodeMetrics
Deprecated.
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(String) - Method in interface oracle.kv.table.RecordDef
Returns the default value for the named field.
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.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
 
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.
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(String) - Method in interface oracle.kv.table.RecordDef
Deprecated.
as of 4.2 Use getFieldDef(String)
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.Table
Returns the named field from the table definition, or null if the field does not exist.
getFieldDef(String) - Method in interface oracle.kv.table.RecordDef
Get the type of the field with the given name.
getFieldDef(int) - Method in interface oracle.kv.table.RecordDef
Get the type of the field at the given position.
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
Returns an unmodifiable list of fields, in key order, that comprise this key.
getFields() - Method in interface oracle.kv.table.MapValue
Returns an unmodifiable view of the MapValue state.
getFields() - Method in interface oracle.kv.table.PrimaryKey
Returns an unmodifiable list of fields, in key order, that comprise this key.
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.
getFileClassPaths() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getFileTimestamps() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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 fully-qualified name which includes its ancestor tables in a dot (".") separated path.
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().
getGenericBinding(Schema) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing a value as an Avro GenericRecord, for values that conform to a single given expected schema.
getGenericMultiBinding(Map<String, Schema>) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing a value as an Avro GenericRecord, for values that conform to multiple given expected schemas.
getGroupingComparator() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
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.
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.
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.
getInputFormat(JobConf, TableHiveInputSplit, int, String, Integer) - Static method in class oracle.kv.hadoop.hive.table.V1V2TableUtil
For the current Hive query, constructs and returns a YARN based InputFormat class that will be used when processing the query.
getInputFormat(JobConf, int, String, Integer) - Static method in class oracle.kv.hadoop.hive.table.V1V2TableUtil
 
getInputFormatClass() - Method in class oracle.kv.hadoop.hive.table.TableStorageHandler
 
getInputFormatClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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
Returns the total number of singleton operations during a measured interval.
getJar() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
getJobID() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getJobName() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getJobSetupCleanupNeeded() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getJsonBinding(Schema) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing a value as a JsonRecord, for values that conform to a single given expected schema.
getJsonMultiBinding(Map<String, Schema>) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing a value as a JsonRecord, for values that conform to multiple given expected schemas.
getJsonNode() - Method in class oracle.kv.avro.JsonRecord
Deprecated.
Returns the JsonNode for this JsonRecord.
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(Row) - Static method in class oracle.kv.table.TableUtils
Returns the size of the serialized primary key for this row.
getKeySize(IndexKey) - Static method in class oracle.kv.table.TableUtils
Returns the size of the serialized index key.
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.hive.table.TableHiveInputSplit
 
getKVHelperHosts() - Method in class oracle.kv.hadoop.table.TableInputSplit
Returns a String array with elements of the form, ''; where each elment specifies the connection information for each of store's helper hosts.
getKVStoreName() - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
 
getKVStoreName() - Method in class oracle.kv.hadoop.table.TableInputSplit
Returns the name of the store containing the records associated with this split.
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
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.hive.table.TableHiveInputSplit
Get the size of the split, so that the input splits can be sorted by size.
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.
getList(Object) - Method in class oracle.kv.hadoop.hive.table.TableArrayObjectInspector
 
getListElement(Object, int) - Method in class oracle.kv.hadoop.hive.table.TableArrayObjectInspector
 
getListLength(Object) - Method in class oracle.kv.hadoop.hive.table.TableArrayObjectInspector
 
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.
getLocalCacheArchives() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getLocalCacheFiles() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getLocations() - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
Get the list of nodes by name where the data for the split would be local.
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.
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.
getMap(Object) - Method in class oracle.kv.hadoop.hive.table.TableMapObjectInspector
 
getMapOutputKeyClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getMapOutputValueClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getMapperClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getMapSize(Object) - Method in class oracle.kv.hadoop.hive.table.TableMapObjectInspector
 
getMapValueElement(Object, Object) - Method in class oracle.kv.hadoop.hive.table.TableMapObjectInspector
 
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
Returns the MathContext used for BigDecimal and BigInteger operations.
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.
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.
getMaxMapAttempts() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getMaxReduceAttempts() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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 the value set by deprecated TableIteratorOptions constructor.
getMaxTrackedLatency() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
Returns the highest latency that will be included in the calculation of latency percentiles.
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.
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
Returns the total number of single operations performed in multi-operation sequences since service startup.
getMultiCumulativeTotalRequests() - 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
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
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.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 name of the table.
getNano() - Method in interface oracle.kv.table.TimestampValue
Returns the nanoseconds of the Timestamp represented by this TimestampValue object.
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.
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.
getNumReduceTasks() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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
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.
getOpMetrics() - Method in class oracle.kv.stats.KVStats
Returns a list of metrics associated with each operation supported by KVStore.
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.
getOutputFormatClass() - Method in class oracle.kv.hadoop.hive.table.TableStorageHandler
 
getOutputFormatClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getOutputKeyClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getOutputValueClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
getPartitionerClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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 are Sets 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.
getPath() - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
Returns the HDFS Path associated with this split.
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.
getPos() - Method in class oracle.kv.hadoop.hive.table.TableHiveRecordReader
 
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.
getPrimitiveJavaObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
getPrimitiveJavaObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableBooleanObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableDoubleObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableFloatObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableIntObjectInspector
 
getPrimitiveWritableObject(Object) - Method in class oracle.kv.hadoop.hive.table.TableLongObjectInspector
 
getProfileEnabled() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getProfileParams() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getProfileTaskRange(boolean) - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getProgress() - Method in class oracle.kv.hadoop.hive.table.TableHiveRecordReader
 
getProgress() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getQueryBy() - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
 
getQueryBy() - Method in class oracle.kv.hadoop.table.TableInputSplit
 
getRawBinding() - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing a value as a RawRecord containing the raw Avro serialized byte array and its associated schema.
getRawData() - Method in class oracle.kv.avro.RawRecord
Deprecated.
Returns the Avro serialized data for this RawRecord.
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.
getRecordReader(InputSplit, JobConf, Reporter) - Method in class oracle.kv.hadoop.hive.table.TableHiveInputFormat
Returns the RecordReader for the given InputSplit.
getReducerClass() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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
 
getReleaseId() - Method in class oracle.kv.KVVersion
 
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.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.
getResultsBatchSize() - Method in class oracle.kv.table.TableIteratorOptions
Returns the number of results per request.
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.
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.
getSchema() - Method in class oracle.kv.avro.JsonRecord
Deprecated.
Returns the Avro Schema for this JsonRecord.
getSchema() - Method in class oracle.kv.avro.RawRecord
Deprecated.
Returns the Avro Schema for this RawRecord.
getSchemaName() - Method in exception oracle.kv.avro.SchemaNotAllowedException
Deprecated.
Returns the full name of the schema that is not allowed.
getSchemaName() - Method in exception oracle.kv.avro.UndefinedSchemaException
Deprecated.
Returns the full name of the undefined schema.
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.hive.table.TableHiveInputSplit
 
getSecurityCredentials() - Method in class oracle.kv.hadoop.table.TableInputSplit
 
getSecurityLogin() - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
 
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.hive.table.TableHiveInputSplit
 
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.
getSerDeClass() - Method in class oracle.kv.hadoop.hive.table.TableStorageHandler
 
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.
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.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.
getSortComparator() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getSpecificBinding(Class<T>) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing values as instances of a generated Avro specific class, for a single given class.
getSpecificMultiBinding() - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Returns a binding for representing values as instances of generated Avro specific classes, for any Avro specific class.
getSplitMap(JobConf, TableHiveInputSplit, int, String, Integer) - Static method in class oracle.kv.hadoop.hive.table.V1V2TableUtil
For the current Hive query, returns a singleton collection that maps each version 1 InputSplit for the query to its corresponding version 2 InputSplit.
getSplitMap(JobConf, int, String, Integer) - Static method in class oracle.kv.hadoop.hive.table.V1V2TableUtil
 
getSplits(JobConf, int) - Method in class oracle.kv.hadoop.hive.table.TableHiveInputFormat
Returns an array containing the input splits for the given job.
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.
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.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.
getStatus() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getStorageSize() - Method in class oracle.kv.table.FieldRange
 
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.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.
getStructFieldData(Object, StructField) - Method in class oracle.kv.hadoop.hive.table.TableRecordObjectInspector
 
getStructFieldRef(String) - Method in class oracle.kv.hadoop.hive.table.TableRecordObjectInspector
 
getStructFieldsDataAsList(Object) - Method in class oracle.kv.hadoop.hive.table.TableRecordObjectInspector
 
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.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.
getSymlink() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
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.hive.table.TableHiveInputSplit
 
getTableName() - Method in class oracle.kv.hadoop.table.TableInputSplit
 
getTableOperationFactory() - Method in interface oracle.kv.table.TableAPI
Returns a TableOperationFactory to create operations passed to TableAPI.execute(java.lang.String).
getTables() - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig
Returns the tables to be associated with a subscription.
getTables() - Method in interface oracle.kv.table.TableAPI
Gets all known tables.
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.
getTaskAttemptID() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getTaskCleanupNeeded() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
getThroughputFloor() - Method in interface oracle.kv.mgmt.jmx.RepNodeMXBean
Returns the lower bound on Replication Node throughput.
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.
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.
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 if ExecuteOptions.getTimeout() returns zero.
getTimeoutUnit() - Method in class oracle.kv.table.ReadOptions
Gets the unit of the timeout parameter, and may be null only if ReadOptions.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
Returns the number of operations that were executed.
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
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.
getUser() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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(int) - Method in interface oracle.kv.table.Table
Gets the specified version of the table.
getVersion() - Method in class oracle.kv.ValueVersion
Returns the Version of the KV pair.
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.hive.table.TableHiveInputSplit
 
getWhereClause() - Method in class oracle.kv.hadoop.table.TableInputSplit
 
getWorkingDirectory() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.avro.JsonRecord
Deprecated.
 
hashCode() - Method in class oracle.kv.avro.RawRecord
Deprecated.
 
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.hive.table.TableHiveInputSplit
 
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.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.
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.
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.
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.FieldValue
Returns true if this is an EMPTY value instance.
isEmpty() - Method in interface oracle.kv.table.RecordValue
Returns true if none of the record's fields have been set, false otherwise.
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.
isNull() - Method in interface oracle.kv.table.FieldValue
Returns true if this is a null value instance.
isNullable(String) - Method in interface oracle.kv.table.RecordDef
Returns true if the named field is nullable.
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.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
isPrefix(Key) - Method in class oracle.kv.Key
Returns true if this key is a prefix of the key supplied as the argument.
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.
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.
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(Value.Format) - Static method in enum oracle.kv.Value.Format
Returns true if the value format is for table.
isTableFormat(int) - Static method in enum oracle.kv.Value.Format
 
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.
isValidIndexField() - Method in interface oracle.kv.table.FieldDef
 
isValidKeyField() - Method in interface oracle.kv.table.FieldDef
 
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.
JsonAvroBinding - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
JsonDef - Interface in oracle.kv.table
JsonDef is an extension of FieldDef to define schemaless data modeled as JSON.
JsonRecord - Class in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
JsonRecord(JsonNode, Schema) - Constructor for class oracle.kv.avro.JsonRecord
Deprecated.
Creates a JsonRecord from a Schema and a JsonNode.

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, boolean, String, boolean) - Constructor for class oracle.kv.KeyRange
Creates a start/end KeyRange.
KeyRange(String) - Constructor for class oracle.kv.KeyRange
Creates a prefix 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.
KVAvroInputFormat - Class in oracle.kv.hadoop
Deprecated.
as of 4.0, use the table API instead.
KVAvroInputFormat() - Constructor for class oracle.kv.hadoop.KVAvroInputFormat
Deprecated.
 
kvHiveTypesMatch(FieldDef, TypeInfo) - Static method in enum oracle.kv.hadoop.hive.table.TableFieldTypeEnum
 
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.
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
 

L

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.
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
 
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.
MetadataNotFoundException - Exception in oracle.kv
The exception is thrown when an expected piece of metadata is not found.
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.
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.
multiGetIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
multiGetIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
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 rows associated with a partial primary key in an atomic manner.
multiGetKeysIterator(Direction, int, Key, KeyRange, Depth) - Method in interface oracle.kv.KVStore
multiGetKeysIterator(Direction, int, Key, KeyRange, Depth, Consistency, long, TimeUnit) - Method in interface oracle.kv.KVStore
MultiRowOptions - Class in oracle.kv.table
Defines parameters used in multi-row operations.
MultiRowOptions(FieldRange, List<Table>, List<Table>) - Constructor for class oracle.kv.table.MultiRowOptions
Full constructor requiring all members.
MultiRowOptions(FieldRange) - Constructor for class oracle.kv.table.MultiRowOptions
A convenience constructor that takes only FieldRange.

N

name() - Method in interface oracle.kv.EntryStream
Returns a name to associate with the stream.
next(Text, Text) - Method in class oracle.kv.hadoop.hive.table.TableHiveRecordReader
 
next() - Method in interface oracle.kv.ParallelScanIterator
Returns the next element in the iteration.
NodeMetrics - Interface in oracle.kv.stats
The metrics associated with a node in the KVS.
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
NoSQLAvroCacheStore - Class in oracle.kv.coherence
Deprecated.
as of 4.0, use the table API instead.
NoSQLAvroSerializer - Class in oracle.kv.coherence
Deprecated.
as of 4.0, use the table API 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
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.
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.avro - package oracle.kv.avro
Binding classes for serializing and deserializing Values as Avro binary data.
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.hive.table - package oracle.kv.hadoop.hive.table
Support for executing Hive queries against data written to an Oracle NoSQL Database via the Table API.
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().
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.
PartialLOBException - Exception in oracle.kv.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.
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.
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 the Publish 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.
progress() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
Specified by Progressable interface (TaskAttemptContext extends Progressable).
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(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(List<EntryStream<KeyValue>>, BulkWriteOptions) - Method in interface oracle.kv.KVStore
Loads Key/Value pairs supplied by special purpose streams into the store.
put(String, int) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, long) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, String) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, double) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, float) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, boolean) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, byte[]) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, Timestamp) - Method in interface oracle.kv.table.MapValue
Set the named field.
put(String, FieldValue) - Method in interface oracle.kv.table.MapValue
Set the named field.
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(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, 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, 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, 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(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.RecordValue
Set the named field, silently overwriting existing values.
put(String, String) - Method in interface oracle.kv.table.RecordValue
Set the named field, silently overwriting existing values.
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.RecordValue
Set the named field, silently overwriting existing values.
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.RecordValue
Set the named field, silently overwriting existing values.
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.RecordValue
Set the named field, silently overwriting existing values.
put(Row, ReturnRow, WriteOptions) - Method in interface oracle.kv.table.TableAPI
Puts a row into a table.
put(List<EntryStream<Row>>, BulkWriteOptions) - Method in interface oracle.kv.table.TableAPI
Loads rows supplied by special purpose streams into the store.
putArray(String) - Method in interface oracle.kv.table.MapValue
Puts an Array into the map.
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.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, 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(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(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
Set a ArrayValue field, silently overwriting existing values.
putArrayAsJson(String, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
Set a ArrayValue field, silently overwriting existing values.
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(String, String) - Method in interface oracle.kv.table.MapValue
Set the named field.
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.RecordValue
Set the named field, silently overwriting existing values.
putFixed(String, byte[]) - Method in interface oracle.kv.table.MapValue
Set the named field.
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.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.
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.
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.
putJson(String, String) - 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.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.
putJson(String, 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(int, Reader) - Method in interface oracle.kv.table.RecordValue
Set a RecordValue field of type JSON using the JSON input.
putJsonNull(String) - Method in interface oracle.kv.table.MapValue
Puts a JSON null value in the named field, silently overwriting existing values.
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.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(String) - Method in interface oracle.kv.table.MapValue
Puts a Map into the map.
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.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, 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(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(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
Set a MapValue field, silently overwriting existing values.
putMapAsJson(String, InputStream, 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(String, int) - Method in interface oracle.kv.table.MapValue
Set the named field.
putNumber(String, long) - Method in interface oracle.kv.table.MapValue
Set the named field.
putNumber(String, float) - Method in interface oracle.kv.table.MapValue
Set the named field.
putNumber(String, double) - Method in interface oracle.kv.table.MapValue
Set the named field.
putNumber(String, BigDecimal) - Method in interface oracle.kv.table.MapValue
Set the named field.
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, 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, 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, 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, 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.RecordValue
Set the named field, silently overwriting existing values.
putNumber(String, float) - Method in interface oracle.kv.table.RecordValue
Set the named field, silently overwriting existing values.
putNumber(String, double) - Method in interface oracle.kv.table.RecordValue
Set the named field, silently overwriting existing values.
putNumber(String, BigDecimal) - Method in interface oracle.kv.table.RecordValue
Set the named field, silently overwriting existing values.
putRecord(String) - Method in interface oracle.kv.table.MapValue
Puts a Record into the map.
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.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, 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(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(String, String, boolean) - Method in interface oracle.kv.table.RecordValue
Set a RecordValue field, silently overwriting existing values.
putRecordAsJson(String, InputStream, boolean) - Method in interface oracle.kv.table.RecordValue
Set a RecordValue field, silently overwriting existing values.

Q

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

RawAvroBinding - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
RawRecord - Class in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
RawRecord(byte[], Schema) - Constructor for class oracle.kv.avro.RawRecord
Deprecated.
Creates a RawRecord from a Schema and Avro serialized data.
readFields(DataInput) - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
Deserialize the fields of this object from in.
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.
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.
RecordDef - Interface in oracle.kv.table
RecordDef represents a record type, which specifies a set of RecordValues that conform to this type.
RecordValue - Interface in oracle.kv.table
RecordValue extends FieldValue to represent a record value.
refreshSchemaCache(Consistency) - Method in interface oracle.kv.avro.AvroCatalog
Deprecated.
Refreshes the cache of stored schemas, adding any new schemas or new versions of schemas to the cache that have been stored via the administration interface since the cache was last refreshed.
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.
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.
resetInputJobInfoForNewQuery() - Static method in class oracle.kv.hadoop.hive.table.V1V2TableUtil
Clears and resets the information related to the current job's input classes.
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.
Row - Interface in oracle.kv.table
Row is a specialization of RecordValue to represent a single record, or row, in a table.

S

SchemaNotAllowedException - Exception in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
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.
serialize(Object, ObjectInspector) - Method in class oracle.kv.hadoop.hive.table.TableSerDe
 
set(Object, byte[]) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
set(Object, BytesWritable) - Method in class oracle.kv.hadoop.hive.table.TableBinaryObjectInspector
 
set(Object, boolean) - Method in class oracle.kv.hadoop.hive.table.TableBooleanObjectInspector
 
set(Object, double) - Method in class oracle.kv.hadoop.hive.table.TableDoubleObjectInspector
 
set(Object, Text) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
set(Object, String) - Method in class oracle.kv.hadoop.hive.table.TableEnumObjectInspector
 
set(Object, float) - Method in class oracle.kv.hadoop.hive.table.TableFloatObjectInspector
 
set(Object, int) - Method in class oracle.kv.hadoop.hive.table.TableIntObjectInspector
 
set(Object, long) - Method in class oracle.kv.hadoop.hive.table.TableLongObjectInspector
 
set(int, FieldValue) - 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, 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, 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, Timestamp) - Method in interface oracle.kv.table.ArrayValue
Set the value at the specified index.
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.
setBulkHeapPercent(int) - Method in class oracle.kv.BulkWriteOptions
The percentage of Runtime.maxMemory() that can be used for the operation.
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) - 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.
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.
setEnd(int, boolean) - Method in class oracle.kv.table.FieldRange
Sets the end value of the range to the specified integer value.
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(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(Timestamp, boolean) - Method in class oracle.kv.table.FieldRange
Sets the end value of the range to the specified timestamp value.
setEnd(BigDecimal, boolean) - Method in class oracle.kv.table.FieldRange
Sets the end value of the range to the specified BigDecimal 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.
setFixed(int, byte[]) - Method in interface oracle.kv.table.ArrayValue
Set the value at the specified index.
setFormatterClassName(String) - Static method in class oracle.kv.hadoop.KVInputFormatBase
Specifies the name of a class that implements AvroFormatter to (optionally) format KeyValueVersion instances into Avro IndexedRecords.
setHelperHosts(String...) - Method in class oracle.kv.KVStoreConfig
Configures the helper host/port pairs.
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.
setJson(int, String) - Method in interface oracle.kv.table.ArrayValue
Set the value at the specified index.
setJson(int, Reader) - 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.
setKVHelperHosts(String[]) - Static method in class oracle.kv.hadoop.KVInputFormatBase
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.
setKVStoreName(String) - Static method in class oracle.kv.hadoop.KVInputFormatBase
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.
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
Sets the MathContext used for BigDecimal and BigInteger operations.
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
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.
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, float) - Method in interface oracle.kv.table.ArrayValue
Set the value at the specified index.
setNumber(int, double) - 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
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.
setQueryInfo(int, String) - Method in class oracle.kv.hadoop.table.TableInputSplit
 
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 number of results per request.
setSecurityProperties(Properties) - Method in class oracle.kv.KVStoreConfig
Configures security properties for the client.
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(int, boolean) - Method in class oracle.kv.table.FieldRange
Sets the start value of the range to the specified integer value.
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(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(Timestamp, boolean) - Method in class oracle.kv.table.FieldRange
Sets the start value of the range to the specified timestamp value.
setStart(BigDecimal, boolean) - Method in class oracle.kv.table.FieldRange
Sets the start value of the range to the specified BigDecimal 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
 
setStatus(String) - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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(Set<String>) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
Sets the subscribed tables.
setSubscribedTables(String...) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
Sets the subscribed tables.
setSubscriberId(NoSQLSubscriberId) - Method in class oracle.kv.pubsub.NoSQLSubscriptionConfig.Builder
Sets the subscriber id which owns the subscription.
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, TimeUnit) - Method in class oracle.kv.query.ExecuteOptions
The timeout parameter is an upper bound on the time interval for processing the operation.
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.
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.
setValue(Value) - Method in class oracle.kv.ValueVersion
Used internally to initialize the Value part of the KV pair.
setVariable(String, FieldValue) - 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, boolean) - 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, 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, byte[]) - 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.
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.
SpecificAvroBinding<T extends SpecificRecord> - Interface in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
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_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.
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.
StorageNodeMXBean - Interface in oracle.kv.mgmt.jmx
This MBean represents the Storage Node's operational parameters.
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).
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).
StoreIteratorConfig - Class in oracle.kv
StoreIteratorConfig() - Constructor for class oracle.kv.StoreIteratorConfig
 
StoreIteratorException - Exception in oracle.kv
StoreIteratorMetrics - Interface in oracle.kv.stats
Deprecated.
since 3.4, no longer supported.
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).
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).
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.
StringDef - Interface in oracle.kv.table
StringDef is an extension of FieldDef to encapsulate a String.
stringToEnumValue(String) - Static method in enum oracle.kv.hadoop.hive.table.TableFieldTypeEnum
 
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.
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.

T

Table - Interface in oracle.kv.table
Table is a handle on a table in the Oracle NoSQL Database.
TableAPI - Interface in oracle.kv.table
TableAPI is a handle for the table interface to an Oracle NoSQL store.
TableArrayObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.ARRAY to Hive column type LIST.
TableBinaryObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of either type FieldDef.Type.BINARY or type FieldDef.Type.FIXED_BINARY to Hive column type BINARY (byte[]).
TableBooleanObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.BOOLEAN to Hive column type BOOLEAN.
TableDoubleObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.DOUBLE to Hive column type DOUBLE.
TableEnumObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.ENUM to Hive column type STRING.
TableFieldTypeEnum - Enum in oracle.kv.hadoop.hive.table
Enum class that defines values corresponding to each of the enum values defined in FieldDef.Type; which represent the possible field types of a KV Store table.
TableFloatObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.FLOAT to Hive column type FLOAT.
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.
TableHiveInputFormat<K,V> - Class in oracle.kv.hadoop.hive.table
A Hadoop MapReduce version 1 InputFormat class for reading data from an Oracle NoSQL Database when processing a Hive query against data written to that database using the Table API.
TableHiveInputFormat() - Constructor for class oracle.kv.hadoop.hive.table.TableHiveInputFormat
 
TableHiveInputSplit - Class in oracle.kv.hadoop.hive.table
Concrete implementation of the InputSplit interface required by version 1 of MapReduce to support Hive queries.
TableHiveInputSplit() - Constructor for class oracle.kv.hadoop.hive.table.TableHiveInputSplit
 
TableHiveInputSplit(Path, TableInputSplit) - Constructor for class oracle.kv.hadoop.hive.table.TableHiveInputSplit
 
TableHiveRecordReader - Class in oracle.kv.hadoop.hive.table
Concrete implementation of RecordReader; used to read PrimaryKey/Row pairs from an InputSplit.
TableHiveRecordReader(JobConf, TableRecordReader) - Constructor for class oracle.kv.hadoop.hive.table.TableHiveRecordReader
 
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
 
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.
TableIntObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.INTEGER to Hive column type INT.
tableIterator(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
Returns an iterator over the rows associated with a partial primary key.
tableIterator(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
Returns an iterator over the rows associated with an index key.
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<K> - Interface in oracle.kv.table
Interface to the specialized Iterator type returned by the iterator methods in the oracle.kv.table package.
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.
TableIteratorOptions(Direction, Consistency, long, TimeUnit, int, int, int) - Constructor for class oracle.kv.table.TableIteratorOptions
tableKeysIterator(PrimaryKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
Returns an iterator over the keys associated with a partial primary key.
tableKeysIterator(IndexKey, MultiRowOptions, TableIteratorOptions) - Method in interface oracle.kv.table.TableAPI
Return the keys for matching rows associated with an index key.
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).
TableLongObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.LONG to Hive column type LONG.
TableMapObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.MAP to Hive column type MAP.
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)
TableRecordObjectInspector - Class in oracle.kv.hadoop.hive.table
The Hive ObjectInspector that is used to translate KVStore row fields of type FieldDef.Type.RECORD to Hive column type STRUCT.
TableRecordObjectInspector.TableStructField - Class in oracle.kv.hadoop.hive.table
Special class provided to support testing the getStructFieldData method; which casts the given StructField parameter to the MyField nested class of the StandardStructObjectInspector class.
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
 
TableSerDe - Class in oracle.kv.hadoop.hive.table
Concrete implementation of TableSerDeBase that performs deserialization and/or serialization of data loaded into a KVStore via the PrimaryKey based Table API.
TableSerDe() - Constructor for class oracle.kv.hadoop.hive.table.TableSerDe
 
TableStorageHandler - Class in oracle.kv.hadoop.hive.table
Concrete implementation of TableStorageHandlerBase; which assumes that the data accessed from the desired Oracle NoSQL Database has been stored, and will be accessed, via the Table API.
TableStorageHandler() - Constructor for class oracle.kv.hadoop.hive.table.TableStorageHandler
 
TableStructField() - Constructor for class oracle.kv.hadoop.hive.table.TableRecordObjectInspector.TableStructField
 
TableStructField(int, String, ObjectInspector) - Constructor for class oracle.kv.hadoop.hive.table.TableRecordObjectInspector.TableStructField
 
TableStructField(int, String, ObjectInspector, String) - Constructor for class oracle.kv.hadoop.hive.table.TableRecordObjectInspector.TableStructField
 
TableTaskAttemptContext - Class in oracle.kv.hadoop.hive.table
Concrete implementation of Hadoop TaskAttemptContext interface.
TableTaskAttemptContext(Configuration) - Constructor for class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 
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.
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.
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.
toAvroRecord(KeyValueVersion, KVStore) - Method in interface oracle.kv.hadoop.AvroFormatter
Deprecated.
Convert a KeyValueVersion into a String.
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(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.
toObject(Value) - Method in interface oracle.kv.avro.AvroBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObject(Value) - Method in interface oracle.kv.avro.GenericAvroBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObject(Value) - Method in interface oracle.kv.avro.JsonAvroBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObject(Value) - Method in interface oracle.kv.avro.RawAvroBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObject(Value) - Method in interface oracle.kv.avro.SpecificAvroBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObject(Value) - Method in interface oracle.kv.ValueBinding
Deprecated.
After doing a read operation using a KVStore method, the user calls toObject with the Value obtained from the read operation.
toObjectForImport(Value, Schema) - Method in interface oracle.kv.avro.JsonAvroBinding
Deprecated.
Deserialization to JsonRecord using RawBinding, BinaryDecoder and JsonDatumReader used by import utility.
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.
toString() - Method in class oracle.kv.avro.JsonRecord
Deprecated.
 
toString() - Method in class oracle.kv.avro.RawRecord
Deprecated.
 
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.hive.table.TableHiveInputSplit
 
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.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 class oracle.kv.stats.KVStats
Returns a descriptive string containing metrics for each operation that was actually performed over during the statistics gathering interval, one per line.
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(String, boolean) - Method in interface oracle.kv.table.TimestampValue
Formats the Timestamp value to a string with the specified pattern.
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
 
toValue(T) - Method in interface oracle.kv.avro.AvroBinding
Deprecated.
Before doing a write operation, the user calls toValue passing an object she wishes to store.
toValue(GenericRecord) - Method in interface oracle.kv.avro.GenericAvroBinding
Deprecated.
Before doing a write operation, the user calls toValue passing an object she wishes to store.
toValue(JsonRecord) - Method in interface oracle.kv.avro.JsonAvroBinding
Deprecated.
Before doing a write operation, the user calls toValue passing an object she wishes to store.
toValue(RawRecord) - Method in interface oracle.kv.avro.RawAvroBinding
Deprecated.
Before doing a write operation, the user calls toValue passing an object she wishes to store.
toValue(T) - Method in interface oracle.kv.avro.SpecificAvroBinding
Deprecated.
Before doing a write operation, the user calls toValue passing an object she wishes to store.
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.
UndefinedSchemaException - Exception in oracle.kv.avro
Deprecated.
as of 4.0, use the table API instead.
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.
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.
userClassesTakesPrecedence() - Method in class oracle.kv.hadoop.hive.table.TableTaskAttemptContext
 

V

V1V2TableUtil - Class in oracle.kv.hadoop.hive.table
Utility class that provides static convenience methods for managing the interactions between version 1 and version 2 (YARN) MapReduce classes.
validateParams(Properties) - Method in class oracle.kv.hadoop.hive.table.TableSerDe
Verifies that the names and types of the fields in the KV Store table correctly map to the names and types of the Hive table against which the Hive query is to be executed.
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.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(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.hadoop.hive.table.TableFieldTypeEnum
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.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.hadoop.hive.table.TableFieldTypeEnum
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.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.
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.
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 - Class in oracle.kv
A Version refers to a specific version of a key-value pair.

W

wasLoggedRemotely() - Method in exception oracle.kv.FaultException
Returns whether the exception was previously logged remotely.
write(DataOutput) - Method in class oracle.kv.hadoop.hive.table.TableHiveInputSplit
Serialize the fields of this object to out.
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
 
writeFastExternal(DataOutput, short, int, TimeUnit) - Static method in class oracle.kv.table.TimeToLive
Writes a TTL value to the output stream.
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
 
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links
Oracle NoSQL Database
version 12cR2.4.5.12

Copyright (c) 2011, 2017 Oracle and/or its affiliates. All rights reserved.