Package com.gpudb
package com.gpudb
- ClassDescriptionUtility class containing static methods for encoding and decoding Avro binary objects.BulkInserter<T>Object that manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest.This class facilitates customizing the behavior of automatic flush in
BulkInserterThe default value of the ‘flushInterval’ is set to a negative value to indicate that the automatic flush feature is not needed.An exception that occurred during the insertion of records into GPUdb.Deprecated, for removal: This API element is subject to removal in a future version.Column properties used for GPUdb types.Object that provides access to a specific GPUdb server.Base class for the GPUdb API that provides general functionality not specific to any particular GPUdb request.Helper class which contains all possible address related information for a given Kinetica cluster.This class models the response returned by the methodGPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long)The default constructor is used to create instance whenever there is an error encountered by the methodGPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long).A special exception indicating the server is shutting downIndicates that there is an authorization-related problem occurred.Contains the version of the client API or the GPUdb server.A enumeration of high-availability (inter-cluster) failover order.A enumeration of high-availability synchronicity override modes.This class provides options to control JSON ingest usingBulkInserter.A set of configurable options for the GPUdb API.An exception that occurred during the submission of a request to GPUdb.An exception that occurred during a GPUdb-related operation.GPUdbSqlIterator<T extends Record>Kinetica API class for iterating over records returned by executing an SQL query.This annotation marks classes and methods which may be public for any reason (to support better testing or reduce code duplication) but are not intended as public API and may change between releases without the change being considered a breaking API change (a major release).Interface for objects that contain record data.Abstract class that provides default implementations of most methods ofRecord.Abstract base class for objects that containRecorddata with a schema defined at compile time.Indicates that a public field is a GPUdb type column.Provides additional information about a GPUdb type.Object that permits efficient retrieval of records from GPUdb, with support for multi-head access.Immutable collection of metadata about a GPUdb type.Immutable collection of metadata about a column that is part of a GPUdb type.An enumeration of base types for column (excluding any property-related subtypes).An enumeration of all the Kinetica column types (including sub-types that are determined by the properties used).An accessor that returns a value from an object.A factory that uses reflection to create new instances of the specified class.A combinedTypeObjectMap.AccessorandTypeObjectMap.Mutatorthat provides access to a specified field using reflection, converting the value to and from the data type of a specified GPUdbcolumn.A combinedTypeObjectMap.AccessorandTypeObjectMap.Mutatorthat provides access to a field via specified get and set methods using reflection, converting the value to and from the data type of a specified GPUdbcolumn.A factory that creates new instances of the specified class.A combinedTypeObjectMap.AccessorandTypeObjectMap.Mutatorthat provides access to a specified field using reflection.A combinedTypeObjectMap.AccessorandTypeObjectMap.Mutatorthat provides access to a field via specified get and set methods using reflection.A mutator that sets a value in an object.A list of worker URLs to use for multi-head operations.
com.gpudb.WorkerList.