A B C D E F G H I J K L M N O P R S T U V W X Y _ 

A

ADD_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Add a column value to the table.
addHttpHeader(String, String) - Method in class com.gpudb.GPUdbBase.Options
Adds an HTTP header to the map of additional HTTP headers to send to GPUdb with each request.
ADDITIONAL_COLUMN_NAMES - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.
ADDITIONAL_COLUMN_NAMES - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Options
A list of comma separated column names over which statistics can be accumulated along with the primary column.
addKnownType(String, Object) - Method in class com.gpudb.GPUdbBase
Adds a type descriptor for a GPUdb type (excluding types of join tables), identified by a type ID, to the known type list.
addKnownType(String, Class<T>, TypeObjectMap<T>) - Method in class com.gpudb.GPUdbBase
Adds a type object map for the specified class as a type descriptor for a GPUdb type, identified by a type ID, to the known type list, and also adds the type object map to the known type object map list.
addKnownTypeFromTable(String, Object) - Method in class com.gpudb.GPUdbBase
Adds a type descriptor for the GPUdb type stored in the specified table to the known type list.
addKnownTypeFromTable(String, Class<T>, TypeObjectMap<T>) - Method in class com.gpudb.GPUdbBase
Adds a type object map for the specified class as a type descriptor for the GPUdb type stored in the specified table to the known type list, and also adds the type object map to the known type object map list.
addKnownTypeObjectMap(Class<T>, TypeObjectMap<T>) - Method in class com.gpudb.GPUdbBase
Adds a type object map for the specified class to the known type object map list.
adminDeleteNode(AdminDeleteNodeRequest) - Method in class com.gpudb.GPUdb
 
adminDeleteNode(int, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
AdminDeleteNodeRequest - Class in com.gpudb.protocol
 
AdminDeleteNodeRequest() - Constructor for class com.gpudb.protocol.AdminDeleteNodeRequest
 
AdminDeleteNodeRequest(int, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminDeleteNodeRequest
 
AdminDeleteNodeResponse - Class in com.gpudb.protocol
 
AdminDeleteNodeResponse() - Constructor for class com.gpudb.protocol.AdminDeleteNodeResponse
 
adminGetShardAssignments(AdminGetShardAssignmentsRequest) - Method in class com.gpudb.GPUdb
 
adminGetShardAssignments(Map<String, String>) - Method in class com.gpudb.GPUdb
 
AdminGetShardAssignmentsRequest - Class in com.gpudb.protocol
 
AdminGetShardAssignmentsRequest() - Constructor for class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
AdminGetShardAssignmentsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
AdminGetShardAssignmentsResponse - Class in com.gpudb.protocol
 
AdminGetShardAssignmentsResponse() - Constructor for class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
adminOffline(AdminOfflineRequest) - Method in class com.gpudb.GPUdb
Take the system offline.
adminOffline(boolean, Map<String, String>) - Method in class com.gpudb.GPUdb
Take the system offline.
AdminOfflineRequest - Class in com.gpudb.protocol
AdminOfflineRequest() - Constructor for class com.gpudb.protocol.AdminOfflineRequest
Constructs an AdminOfflineRequest object with default parameters.
AdminOfflineRequest(boolean, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminOfflineRequest
Constructs an AdminOfflineRequest object with the specified parameters.
AdminOfflineRequest.Offline - Class in com.gpudb.protocol
Set to true if desired state is offline.
AdminOfflineResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminOffline(AdminOfflineRequest).
AdminOfflineResponse() - Constructor for class com.gpudb.protocol.AdminOfflineResponse
Constructs an AdminOfflineResponse object with default parameters.
adminRebalance(AdminRebalanceRequest) - Method in class com.gpudb.GPUdb
 
adminRebalance(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
AdminRebalanceRequest - Class in com.gpudb.protocol
 
AdminRebalanceRequest() - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
 
AdminRebalanceRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
 
AdminRebalanceResponse - Class in com.gpudb.protocol
 
AdminRebalanceResponse() - Constructor for class com.gpudb.protocol.AdminRebalanceResponse
 
adminSetShardAssignments(AdminSetShardAssignmentsRequest) - Method in class com.gpudb.GPUdb
 
adminSetShardAssignments(long, boolean, List<Integer>, List<Integer>, List<Integer>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
AdminSetShardAssignmentsRequest - Class in com.gpudb.protocol
 
AdminSetShardAssignmentsRequest() - Constructor for class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
AdminSetShardAssignmentsRequest(long, boolean, List<Integer>, List<Integer>, List<Integer>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
AdminSetShardAssignmentsResponse - Class in com.gpudb.protocol
 
AdminSetShardAssignmentsResponse() - Constructor for class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
adminShutdown(AdminShutdownRequest) - Method in class com.gpudb.GPUdb
Exits the database server application.
adminShutdown(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Exits the database server application.
AdminShutdownRequest - Class in com.gpudb.protocol
AdminShutdownRequest() - Constructor for class com.gpudb.protocol.AdminShutdownRequest
Constructs an AdminShutdownRequest object with default parameters.
AdminShutdownRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShutdownRequest
Constructs an AdminShutdownRequest object with the specified parameters.
AdminShutdownResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShutdown(AdminShutdownRequest).
AdminShutdownResponse() - Constructor for class com.gpudb.protocol.AdminShutdownResponse
Constructs an AdminShutdownResponse object with default parameters.
adminVerifyDb(AdminVerifyDbRequest) - Method in class com.gpudb.GPUdb
Verify database is in a consistent state.
adminVerifyDb(Map<String, String>) - Method in class com.gpudb.GPUdb
Verify database is in a consistent state.
AdminVerifyDbRequest - Class in com.gpudb.protocol
AdminVerifyDbRequest() - Constructor for class com.gpudb.protocol.AdminVerifyDbRequest
Constructs an AdminVerifyDbRequest object with default parameters.
AdminVerifyDbRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminVerifyDbRequest
Constructs an AdminVerifyDbRequest object with the specified parameters.
AdminVerifyDbResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminVerifyDb(AdminVerifyDbRequest).
AdminVerifyDbResponse() - Constructor for class com.gpudb.protocol.AdminVerifyDbResponse
Constructs an AdminVerifyDbResponse object with default parameters.
aggregateConvexHull(AggregateConvexHullRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the convex hull for the values in a table specified by tableName.
aggregateConvexHull(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the convex hull for the values in a table specified by tableName.
AggregateConvexHullRequest - Class in com.gpudb.protocol
AggregateConvexHullRequest() - Constructor for class com.gpudb.protocol.AggregateConvexHullRequest
Constructs an AggregateConvexHullRequest object with default parameters.
AggregateConvexHullRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateConvexHullRequest
Constructs an AggregateConvexHullRequest object with the specified parameters.
AggregateConvexHullResponse - Class in com.gpudb.protocol
AggregateConvexHullResponse() - Constructor for class com.gpudb.protocol.AggregateConvexHullResponse
Constructs an AggregateConvexHullResponse object with default parameters.
aggregateGroupBy(AggregateGroupByRequest) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table/view/collection and computes aggregates on each unique combination.
aggregateGroupBy(String, List<String>, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table/view/collection and computes aggregates on each unique combination.
aggregateGroupByRaw(AggregateGroupByRequest) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table/view/collection and computes aggregates on each unique combination.
AggregateGroupByRequest - Class in com.gpudb.protocol
AggregateGroupByRequest() - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with default parameters.
AggregateGroupByRequest(String, List<String>, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with the specified parameters.
AggregateGroupByRequest(String, List<String>, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with the specified parameters.
AggregateGroupByRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
AggregateGroupByRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateGroupByResponse - Class in com.gpudb.protocol
AggregateGroupByResponse() - Constructor for class com.gpudb.protocol.AggregateGroupByResponse
Constructs an AggregateGroupByResponse object with default parameters.
aggregateHistogram(AggregateHistogramRequest) - Method in class com.gpudb.GPUdb
Performs a histogram calculation given a table, a column, and an interval function.
aggregateHistogram(String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Performs a histogram calculation given a table, a column, and an interval function.
AggregateHistogramRequest - Class in com.gpudb.protocol
AggregateHistogramRequest() - Constructor for class com.gpudb.protocol.AggregateHistogramRequest
Constructs an AggregateHistogramRequest object with default parameters.
AggregateHistogramRequest(String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateHistogramRequest
Constructs an AggregateHistogramRequest object with the specified parameters.
AggregateHistogramRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateHistogramResponse - Class in com.gpudb.protocol
AggregateHistogramResponse() - Constructor for class com.gpudb.protocol.AggregateHistogramResponse
Constructs an AggregateHistogramResponse object with default parameters.
aggregateKMeans(AggregateKMeansRequest) - Method in class com.gpudb.GPUdb
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
aggregateKMeans(String, List<String>, int, double, Map<String, String>) - Method in class com.gpudb.GPUdb
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
AggregateKMeansRequest - Class in com.gpudb.protocol
AggregateKMeansRequest() - Constructor for class com.gpudb.protocol.AggregateKMeansRequest
Constructs an AggregateKMeansRequest object with default parameters.
AggregateKMeansRequest(String, List<String>, int, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateKMeansRequest
Constructs an AggregateKMeansRequest object with the specified parameters.
AggregateKMeansRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateKMeansResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateKMeans(AggregateKMeansRequest).
AggregateKMeansResponse() - Constructor for class com.gpudb.protocol.AggregateKMeansResponse
Constructs an AggregateKMeansResponse object with default parameters.
aggregateMinMax(AggregateMinMaxRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum values of a particular column in a table.
aggregateMinMax(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum values of a particular column in a table.
AggregateMinMaxRequest - Class in com.gpudb.protocol
AggregateMinMaxRequest() - Constructor for class com.gpudb.protocol.AggregateMinMaxRequest
Constructs an AggregateMinMaxRequest object with default parameters.
AggregateMinMaxRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateMinMaxRequest
Constructs an AggregateMinMaxRequest object with the specified parameters.
AggregateMinMaxResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateMinMax(AggregateMinMaxRequest).
AggregateMinMaxResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxResponse
Constructs an AggregateMinMaxResponse object with default parameters.
aggregateStatistics(AggregateStatisticsRequest) - Method in class com.gpudb.GPUdb
Calculates the requested statistics of the given column(s) in a given table.
aggregateStatistics(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates the requested statistics of the given column(s) in a given table.
aggregateStatisticsByRange(AggregateStatisticsByRangeRequest) - Method in class com.gpudb.GPUdb
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
aggregateStatisticsByRange(String, String, String, String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
AggregateStatisticsByRangeRequest - Class in com.gpudb.protocol
AggregateStatisticsByRangeRequest() - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeRequest
Constructs an AggregateStatisticsByRangeRequest object with default parameters.
AggregateStatisticsByRangeRequest(String, String, String, String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeRequest
Constructs an AggregateStatisticsByRangeRequest object with the specified parameters.
AggregateStatisticsByRangeRequest.Options - Class in com.gpudb.protocol
Map of optional parameters: ADDITIONAL_COLUMN_NAMES: A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.
AggregateStatisticsByRangeResponse - Class in com.gpudb.protocol
AggregateStatisticsByRangeResponse() - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeResponse
Constructs an AggregateStatisticsByRangeResponse object with default parameters.
AggregateStatisticsRequest - Class in com.gpudb.protocol
AggregateStatisticsRequest() - Constructor for class com.gpudb.protocol.AggregateStatisticsRequest
Constructs an AggregateStatisticsRequest object with default parameters.
AggregateStatisticsRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateStatisticsRequest
Constructs an AggregateStatisticsRequest object with the specified parameters.
AggregateStatisticsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateStatisticsRequest.Stats - Class in com.gpudb.protocol
Comma separated list of the statistics to calculate, e.g.
AggregateStatisticsResponse - Class in com.gpudb.protocol
AggregateStatisticsResponse() - Constructor for class com.gpudb.protocol.AggregateStatisticsResponse
Constructs an AggregateStatisticsResponse object with default parameters.
aggregateUnique(AggregateUniqueRequest) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table (specified by tableName).
aggregateUnique(String, String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table (specified by tableName).
aggregateUniqueRaw(AggregateUniqueRequest) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table (specified by tableName).
AggregateUniqueRequest - Class in com.gpudb.protocol
AggregateUniqueRequest() - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with default parameters.
AggregateUniqueRequest(String, String, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with the specified parameters.
AggregateUniqueRequest(String, String, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with the specified parameters.
AggregateUniqueRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
AggregateUniqueRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateUniqueResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateUnique(AggregateUniqueRequest).
AggregateUniqueResponse() - Constructor for class com.gpudb.protocol.AggregateUniqueResponse
Constructs an AggregateUniqueResponse object with default parameters.
ALL - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
This key indicates that the specifications relayed in the internal map are to be applied to all columns of the records.
ALLOW_HOMOGENEOUS_TABLES - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets whether homogeneous tables are allowed in the given collection.
ALLOW_HOMOGENEOUS_TABLES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Only present if the respective table is a collection.
alterSystemProperties(AlterSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
The GPUdb.alterSystemProperties(AlterSystemPropertiesRequest) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
alterSystemProperties(Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
The GPUdb.alterSystemProperties(Map, Map) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
AlterSystemPropertiesRequest - Class in com.gpudb.protocol
AlterSystemPropertiesRequest() - Constructor for class com.gpudb.protocol.AlterSystemPropertiesRequest
Constructs an AlterSystemPropertiesRequest object with default parameters.
AlterSystemPropertiesRequest(Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterSystemPropertiesRequest
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
AlterSystemPropertiesRequest.PropertyUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the system to be updated.
AlterSystemPropertiesResponse - Class in com.gpudb.protocol
AlterSystemPropertiesResponse() - Constructor for class com.gpudb.protocol.AlterSystemPropertiesResponse
Constructs an AlterSystemPropertiesResponse object with default parameters.
alterTable(AlterTableRequest) - Method in class com.gpudb.GPUdb
Apply various modifications to a table or collection.
alterTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Apply various modifications to a table or collection.
alterTableMetadata(AlterTableMetadataRequest) - Method in class com.gpudb.GPUdb
Updates (adds or changes) metadata for tables.
alterTableMetadata(List<String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Updates (adds or changes) metadata for tables.
AlterTableMetadataRequest - Class in com.gpudb.protocol
AlterTableMetadataRequest() - Constructor for class com.gpudb.protocol.AlterTableMetadataRequest
Constructs an AlterTableMetadataRequest object with default parameters.
AlterTableMetadataRequest(List<String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTableMetadataRequest
Constructs an AlterTableMetadataRequest object with the specified parameters.
AlterTableMetadataResponse - Class in com.gpudb.protocol
AlterTableMetadataResponse() - Constructor for class com.gpudb.protocol.AlterTableMetadataResponse
Constructs an AlterTableMetadataResponse object with default parameters.
AlterTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterTable(AlterTableRequest).
AlterTableRequest() - Constructor for class com.gpudb.protocol.AlterTableRequest
Constructs an AlterTableRequest object with default parameters.
AlterTableRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTableRequest
Constructs an AlterTableRequest object with the specified parameters.
AlterTableRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied Supported values: CREATE_INDEX: Creates an index on the column name specified in value.
AlterTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterTable(AlterTableRequest).
AlterTableResponse() - Constructor for class com.gpudb.protocol.AlterTableResponse
Constructs an AlterTableResponse object with default parameters.
alterUser(AlterUserRequest) - Method in class com.gpudb.GPUdb
Alters a user.
alterUser(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a user.
AlterUserRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterUser(AlterUserRequest).
AlterUserRequest() - Constructor for class com.gpudb.protocol.AlterUserRequest
Constructs an AlterUserRequest object with default parameters.
AlterUserRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterUserRequest
Constructs an AlterUserRequest object with the specified parameters.
AlterUserRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied to the user.
AlterUserResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterUser(AlterUserRequest).
AlterUserResponse() - Constructor for class com.gpudb.protocol.AlterUserResponse
Constructs an AlterUserResponse object with default parameters.
ASCENDING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted in ascending order.
ASCENDING - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
ASCENDING - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
ASCENDING - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
ATTR_NAME - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Set the following parameters for the column specified by the key.
ATTRIBUTE_INDEXES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of columns that have attribute indexes.
Avro - Class in com.gpudb
Utility class containing static methods for encoding and decoding Avro binary objects.

B

BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
BIN_VALUES - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
A list of comma separated binning-column values.
BINARY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsBySeriesRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.ListEncoding
 
BINARY - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.RecordEncoding
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
BLUR_RADIUS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BLUR_RADIUS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
BUFFER - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Buffer size, in meters.
BUFFER_METHOD - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Method used to buffer polygons.
BULK_ADD_TEST - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Invoke the bulk add test and report timing results.
BulkInserter<T> - Class in com.gpudb
Object that manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest.
BulkInserter(GPUdb, String, Type, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, Type, int, Map<String, String>, BulkInserter.WorkerList) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, BulkInserter.WorkerList) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter.InsertException - Exception in com.gpudb
An exception that occurred during the insertion of records into GPUdb.
BulkInserter.WorkerList - Class in com.gpudb
A list of worker URLs to use for multi-head ingest.
BulkInserter.WorkerList() - Constructor for class com.gpudb.BulkInserter.WorkerList
Creates an empty BulkInserter.WorkerList that can be populated manually with worker URLs to support multi-head ingest.
BulkInserter.WorkerList(GPUdb) - Constructor for class com.gpudb.BulkInserter.WorkerList
Creates a BulkInserter.WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head ingest.
BulkInserter.WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.BulkInserter.WorkerList
Creates a BulkInserter.WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head ingest.
BulkInserter.WorkerList(GPUdb, String) - Constructor for class com.gpudb.BulkInserter.WorkerList
Creates a BulkInserter.WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head ingest.
BYPASS_SAFETY_CHECKS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
When set to 'true', all predicates are available for primary key updates.
BYPASS_SAFETY_CHECKS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
When set to 'true', all predicates are available for primary key updates.

C

CACHE_INPUT - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A comma-delimited list of table names from inputTableNames from which input data will be cached for use in subsequent calls to GPUdb.executeProc(ExecuteProcRequest) with the use_cached_input option.
CARDINALITY - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Number of unique values in the column(s).
CASE_SENSITIVE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
If 'false' then string filtering will ignore case.
CHANGE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Change properties of a column value in the table.
CHAR1 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR1 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR128 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR128 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR16 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR16 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR2 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR2 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR256 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR256 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR32 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR32 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR4 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR4 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR64 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR64 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHAR8 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns.
CHAR8 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the chunk size of all new sets to the specified integer value.
CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
CIRCLE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
CLEAR_CACHE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Clears cached results.
CLEAR_COMPLETE - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
If set to true, if a proc instance has completed (either successfully or unsuccessfully) then its status will be cleared and no longer returned in subsequent calls.
clearTable(ClearTableRequest) - Method in class com.gpudb.GPUdb
Clears (drops) one or all tables in the database cluster.
clearTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears (drops) one or all tables in the database cluster.
clearTableMonitor(ClearTableMonitorRequest) - Method in class com.gpudb.GPUdb
Deactivates a table monitor previously created with GPUdb.createTableMonitor(CreateTableMonitorRequest).
clearTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deactivates a table monitor previously created with GPUdb.createTableMonitor(String, Map).
ClearTableMonitorRequest - Class in com.gpudb.protocol
ClearTableMonitorRequest() - Constructor for class com.gpudb.protocol.ClearTableMonitorRequest
Constructs a ClearTableMonitorRequest object with default parameters.
ClearTableMonitorRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTableMonitorRequest
Constructs a ClearTableMonitorRequest object with the specified parameters.
ClearTableMonitorResponse - Class in com.gpudb.protocol
ClearTableMonitorResponse() - Constructor for class com.gpudb.protocol.ClearTableMonitorResponse
Constructs a ClearTableMonitorResponse object with default parameters.
ClearTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.clearTable(ClearTableRequest).
ClearTableRequest() - Constructor for class com.gpudb.protocol.ClearTableRequest
Constructs a ClearTableRequest object with default parameters.
ClearTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTableRequest
Constructs a ClearTableRequest object with the specified parameters.
ClearTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearTable(ClearTableRequest).
ClearTableResponse() - Constructor for class com.gpudb.protocol.ClearTableResponse
Constructs a ClearTableResponse object with default parameters.
clearTrigger(ClearTriggerRequest) - Method in class com.gpudb.GPUdb
Clears or cancels the trigger identified by the specified handle.
clearTrigger(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears or cancels the trigger identified by the specified handle.
ClearTriggerRequest - Class in com.gpudb.protocol
ClearTriggerRequest() - Constructor for class com.gpudb.protocol.ClearTriggerRequest
Constructs a ClearTriggerRequest object with default parameters.
ClearTriggerRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTriggerRequest
Constructs a ClearTriggerRequest object with the specified parameters.
ClearTriggerResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearTrigger(ClearTriggerRequest).
ClearTriggerResponse() - Constructor for class com.gpudb.protocol.ClearTriggerResponse
Constructs a ClearTriggerResponse object with default parameters.
COLLECTION - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Name of a collection which is to contain the table specified in result_table, otherwise the table will be a top-level table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Name of a collection which is to contain the table specified in 'result_table', otherwise the table will be a top-level table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Name of a collection which is to contain the join.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Name of a collection to which the projection is to be assigned as a child.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Name of a collection which is to contain the newly created table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Name of a collection which is to contain the union.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterRequest.Options
Name of a collection which is to contain the newly created view, otherwise the view will be a top-level table.
COLOR - Static variable in class com.gpudb.protocol.InsertSymbolRequest.Options
If symbolFormat is 'svg' this is ignored.
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
COLUMN_DEFAULT_VALUE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
when adding a column: set a default value, for existing data.
COLUMN_PROPERTIES - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
when adding or changing a column: set the column properties (strings, separated by a comma: data, store_only, text_search, char8, int8 etc).
COLUMN_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
when adding or changing a column: set the column type (strings, separated by a comma: int, double, string, null etc).
ColumnProperty - Class in com.gpudb
Column properties used for GPUdb types.
com.gpudb - package com.gpudb
 
com.gpudb.protocol - package com.gpudb.protocol
 
COMMUNICATOR_TEST - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Invoke the communicator test and report timing results.
COMPLETE - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance completed with no errors.
COMPLETE - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance completed with no errors.
CONCURRENT_KERNEL_EXECUTION - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enables concurrent kernel execution if the value is true and disables it if the value is false.
CONF_ENABLE_WORKER_HTTP_SERVERS - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Boolean value indicating whether the system is configured for multi-head ingestion.
CONF_WORKER_HTTP_SERVER_IPS - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system.
CONF_WORKER_HTTP_SERVER_PORTS - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system.
CONTAINS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that contain the given WKT in inputWkt, i.e.
CONTAINS - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Partial substring match (not accelerated).
COPY_VALUES_FROM_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
when adding or changing a column: enter column name - from where to copy values.
COUNT - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Number of objects (independent of the given column(s)).
create(GPUdb) - Method in class com.gpudb.Type
Creates a type in GPUdb based on the metadata in the Type object and returns the type ID for reference.
CREATE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Creates an index on the column name specified in value.
createJoinTable(CreateJoinTableRequest) - Method in class com.gpudb.GPUdb
Creates a table that is the result of a SQL JOIN.
createJoinTable(String, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a table that is the result of a SQL JOIN.
CreateJoinTableRequest - Class in com.gpudb.protocol
CreateJoinTableRequest() - Constructor for class com.gpudb.protocol.CreateJoinTableRequest
Constructs a CreateJoinTableRequest object with default parameters.
CreateJoinTableRequest(String, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateJoinTableRequest
Constructs a CreateJoinTableRequest object with the specified parameters.
CreateJoinTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateJoinTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createJoinTable(CreateJoinTableRequest).
CreateJoinTableResponse() - Constructor for class com.gpudb.protocol.CreateJoinTableResponse
Constructs a CreateJoinTableResponse object with default parameters.
createProc(CreateProcRequest) - Method in class com.gpudb.GPUdb
Creates an instance (proc) of the user-defined function (UDF) specified by the given command, options, and files, and makes it available for execution.
createProc(String, String, Map<String, ByteBuffer>, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates an instance (proc) of the user-defined function (UDF) specified by the given command, options, and files, and makes it available for execution.
CreateProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createProc(CreateProcRequest).
CreateProcRequest() - Constructor for class com.gpudb.protocol.CreateProcRequest
Constructs a CreateProcRequest object with default parameters.
CreateProcRequest(String, String, Map<String, ByteBuffer>, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateProcRequest
Constructs a CreateProcRequest object with the specified parameters.
CreateProcRequest.ExecutionMode - Class in com.gpudb.protocol
The execution mode of the proc.
CreateProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createProc(CreateProcRequest).
CreateProcResponse() - Constructor for class com.gpudb.protocol.CreateProcResponse
Constructs a CreateProcResponse object with default parameters.
createProjection(CreateProjectionRequest) - Method in class com.gpudb.GPUdb
Creates a new projection of an existing table.
createProjection(String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new projection of an existing table.
CreateProjectionRequest - Class in com.gpudb.protocol
CreateProjectionRequest() - Constructor for class com.gpudb.protocol.CreateProjectionRequest
Constructs a CreateProjectionRequest object with default parameters.
CreateProjectionRequest(String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateProjectionRequest
Constructs a CreateProjectionRequest object with the specified parameters.
CreateProjectionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateProjectionResponse - Class in com.gpudb.protocol
CreateProjectionResponse() - Constructor for class com.gpudb.protocol.CreateProjectionResponse
Constructs a CreateProjectionResponse object with default parameters.
createRole(CreateRoleRequest) - Method in class com.gpudb.GPUdb
Creates a new role.
createRole(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new role.
CreateRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createRole(CreateRoleRequest).
CreateRoleRequest() - Constructor for class com.gpudb.protocol.CreateRoleRequest
Constructs a CreateRoleRequest object with default parameters.
CreateRoleRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateRoleRequest
Constructs a CreateRoleRequest object with the specified parameters.
CreateRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createRole(CreateRoleRequest).
CreateRoleResponse() - Constructor for class com.gpudb.protocol.CreateRoleResponse
Constructs a CreateRoleResponse object with default parameters.
createTable(CreateTableRequest) - Method in class com.gpudb.GPUdb
Creates a new table or collection.
createTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new table or collection.
createTableMonitor(CreateTableMonitorRequest) - Method in class com.gpudb.GPUdb
Creates a monitor that watches for new records inserted into a particular table (identified by tableName) and forwards copies to subscribers via ZMQ.
createTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a monitor that watches for new records inserted into a particular table (identified by tableName) and forwards copies to subscribers via ZMQ.
CreateTableMonitorRequest - Class in com.gpudb.protocol
CreateTableMonitorRequest() - Constructor for class com.gpudb.protocol.CreateTableMonitorRequest
Constructs a CreateTableMonitorRequest object with default parameters.
CreateTableMonitorRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTableMonitorRequest
Constructs a CreateTableMonitorRequest object with the specified parameters.
CreateTableMonitorResponse - Class in com.gpudb.protocol
CreateTableMonitorResponse() - Constructor for class com.gpudb.protocol.CreateTableMonitorResponse
Constructs a CreateTableMonitorResponse object with default parameters.
CreateTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createTable(CreateTableRequest).
CreateTableRequest() - Constructor for class com.gpudb.protocol.CreateTableRequest
Constructs a CreateTableRequest object with default parameters.
CreateTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTableRequest
Constructs a CreateTableRequest object with the specified parameters.
CreateTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createTable(CreateTableRequest).
CreateTableResponse() - Constructor for class com.gpudb.protocol.CreateTableResponse
Constructs a CreateTableResponse object with default parameters.
createTriggerByArea(CreateTriggerByAreaRequest) - Method in class com.gpudb.GPUdb
Sets up an area trigger mechanism for two column_names for one or more tables.
createTriggerByArea(String, List<String>, String, List<Double>, String, List<Double>, Map<String, String>) - Method in class com.gpudb.GPUdb
Sets up an area trigger mechanism for two column_names for one or more tables.
CreateTriggerByAreaRequest - Class in com.gpudb.protocol
CreateTriggerByAreaRequest() - Constructor for class com.gpudb.protocol.CreateTriggerByAreaRequest
Constructs a CreateTriggerByAreaRequest object with default parameters.
CreateTriggerByAreaRequest(String, List<String>, String, List<Double>, String, List<Double>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTriggerByAreaRequest
Constructs a CreateTriggerByAreaRequest object with the specified parameters.
CreateTriggerByAreaResponse - Class in com.gpudb.protocol
CreateTriggerByAreaResponse() - Constructor for class com.gpudb.protocol.CreateTriggerByAreaResponse
Constructs a CreateTriggerByAreaResponse object with default parameters.
createTriggerByRange(CreateTriggerByRangeRequest) - Method in class com.gpudb.GPUdb
Sets up a simple range trigger for a column_name for one or more tables.
createTriggerByRange(String, List<String>, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Sets up a simple range trigger for a column_name for one or more tables.
CreateTriggerByRangeRequest - Class in com.gpudb.protocol
CreateTriggerByRangeRequest() - Constructor for class com.gpudb.protocol.CreateTriggerByRangeRequest
Constructs a CreateTriggerByRangeRequest object with default parameters.
CreateTriggerByRangeRequest(String, List<String>, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTriggerByRangeRequest
Constructs a CreateTriggerByRangeRequest object with the specified parameters.
CreateTriggerByRangeResponse - Class in com.gpudb.protocol
CreateTriggerByRangeResponse() - Constructor for class com.gpudb.protocol.CreateTriggerByRangeResponse
Constructs a CreateTriggerByRangeResponse object with default parameters.
createType(CreateTypeRequest) - Method in class com.gpudb.GPUdb
Creates a new type describing the layout or schema of a table.
createType(String, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new type describing the layout or schema of a table.
createType(Class<? extends RecordObject>, GPUdb) - Static method in class com.gpudb.RecordObject
Creates a type in GPUdb based on the metadata in the specified RecordObject class and returns the type ID for reference.
createType(GPUdb) - Method in class com.gpudb.TypeObjectMap
Creates a type in GPUdb based on the metadata in the specified TypeObjectMap object and returns the type ID for reference.
CreateTypeRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createType(CreateTypeRequest).
CreateTypeRequest() - Constructor for class com.gpudb.protocol.CreateTypeRequest
Constructs a CreateTypeRequest object with default parameters.
CreateTypeRequest(String, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTypeRequest
Constructs a CreateTypeRequest object with the specified parameters.
CreateTypeRequest.Properties - Class in com.gpudb.protocol
Each key-value pair specifies the properties to use for a given column where the key is the column name.
CreateTypeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createType(CreateTypeRequest).
CreateTypeResponse() - Constructor for class com.gpudb.protocol.CreateTypeResponse
Constructs a CreateTypeResponse object with default parameters.
createUnion(CreateUnionRequest) - Method in class com.gpudb.GPUdb
Performs a union (concatenation) of one or more existing tables or views, the results of which are stored in a new view.
createUnion(String, List<String>, List<List<String>>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Performs a union (concatenation) of one or more existing tables or views, the results of which are stored in a new view.
CreateUnionRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createUnion(CreateUnionRequest).
CreateUnionRequest() - Constructor for class com.gpudb.protocol.CreateUnionRequest
Constructs a CreateUnionRequest object with default parameters.
CreateUnionRequest(String, List<String>, List<List<String>>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateUnionRequest
Constructs a CreateUnionRequest object with the specified parameters.
CreateUnionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateUnionResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createUnion(CreateUnionRequest).
CreateUnionResponse() - Constructor for class com.gpudb.protocol.CreateUnionResponse
Constructs a CreateUnionResponse object with default parameters.
createUserExternal(CreateUserExternalRequest) - Method in class com.gpudb.GPUdb
Creates a new external user (a user whose credentials are managed by an external LDAP).
createUserExternal(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new external user (a user whose credentials are managed by an external LDAP).
CreateUserExternalRequest - Class in com.gpudb.protocol
CreateUserExternalRequest() - Constructor for class com.gpudb.protocol.CreateUserExternalRequest
Constructs a CreateUserExternalRequest object with default parameters.
CreateUserExternalRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateUserExternalRequest
Constructs a CreateUserExternalRequest object with the specified parameters.
CreateUserExternalResponse - Class in com.gpudb.protocol
CreateUserExternalResponse() - Constructor for class com.gpudb.protocol.CreateUserExternalResponse
Constructs a CreateUserExternalResponse object with default parameters.
createUserInternal(CreateUserInternalRequest) - Method in class com.gpudb.GPUdb
Creates a new internal user (a user whose credentials are managed by the database system).
createUserInternal(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new internal user (a user whose credentials are managed by the database system).
CreateUserInternalRequest - Class in com.gpudb.protocol
CreateUserInternalRequest() - Constructor for class com.gpudb.protocol.CreateUserInternalRequest
Constructs a CreateUserInternalRequest object with default parameters.
CreateUserInternalRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateUserInternalRequest
Constructs a CreateUserInternalRequest object with the specified parameters.
CreateUserInternalResponse - Class in com.gpudb.protocol
CreateUserInternalResponse() - Constructor for class com.gpudb.protocol.CreateUserInternalResponse
Constructs a CreateUserInternalResponse object with default parameters.
CROSSES - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that cross the given WKT.

D

DATA - Static variable in class com.gpudb.ColumnProperty
Default property for all numeric and string type columns; makes the column available for GPU queries.
DATA - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Default property for all numeric and string type columns; makes the column available for GPU queries.
DATE - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DATE - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
DECIMAL - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DECIMAL - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
decode(T, ByteBuffer) - Static method in class com.gpudb.Avro
Decodes an Avro binary object into a pre-created destination object.
decode(Object, ByteBuffer) - Static method in class com.gpudb.Avro
Decodes an Avro binary object.
decode(Object, List<ByteBuffer>, int, int) - Static method in class com.gpudb.Avro
Decodes a homogeneous portion of a list of Avro binary objects.
decode(Object, List<ByteBuffer>, int, int, int, ExecutorService) - Static method in class com.gpudb.Avro
Decodes a homogeneous portion of a list of Avro binary objects, optionally using multiple threads, with or without a supplied executor.
decode(Object, List<ByteBuffer>) - Static method in class com.gpudb.Avro
Decodes a homogeneous list of Avro binary objects.
decode(Object, List<ByteBuffer>, int, ExecutorService) - Static method in class com.gpudb.Avro
Decodes a homogeneous list of Avro binary objects, optionally using multiple threads and/or a supplied executor.
decode(Object, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decode(String, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decode(List<String>, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decodeMultiple(Object, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
 
decodeMultiple(List<String>, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
 
DELETE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Delete a column value from the table
DELETE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes an existing index on the column name specified in value.
deleteProc(DeleteProcRequest) - Method in class com.gpudb.GPUdb
Deletes a proc.
deleteProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes a proc.
DeleteProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteProc(DeleteProcRequest).
DeleteProcRequest() - Constructor for class com.gpudb.protocol.DeleteProcRequest
Constructs a DeleteProcRequest object with default parameters.
DeleteProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteProcRequest
Constructs a DeleteProcRequest object with the specified parameters.
DeleteProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteProc(DeleteProcRequest).
DeleteProcResponse() - Constructor for class com.gpudb.protocol.DeleteProcResponse
Constructs a DeleteProcResponse object with default parameters.
deleteRecords(DeleteRecordsRequest) - Method in class com.gpudb.GPUdb
Deletes record(s) matching the provided criteria from the given table.
deleteRecords(String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes record(s) matching the provided criteria from the given table.
DeleteRecordsRequest - Class in com.gpudb.protocol
DeleteRecordsRequest() - Constructor for class com.gpudb.protocol.DeleteRecordsRequest
Constructs a DeleteRecordsRequest object with default parameters.
DeleteRecordsRequest(String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteRecordsRequest
Constructs a DeleteRecordsRequest object with the specified parameters.
DeleteRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteRecords(DeleteRecordsRequest).
DeleteRecordsResponse() - Constructor for class com.gpudb.protocol.DeleteRecordsResponse
Constructs a DeleteRecordsResponse object with default parameters.
deleteRole(DeleteRoleRequest) - Method in class com.gpudb.GPUdb
Deletes an existing role.
deleteRole(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing role.
DeleteRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteRole(DeleteRoleRequest).
DeleteRoleRequest() - Constructor for class com.gpudb.protocol.DeleteRoleRequest
Constructs a DeleteRoleRequest object with default parameters.
DeleteRoleRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteRoleRequest
Constructs a DeleteRoleRequest object with the specified parameters.
DeleteRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteRole(DeleteRoleRequest).
DeleteRoleResponse() - Constructor for class com.gpudb.protocol.DeleteRoleResponse
Constructs a DeleteRoleResponse object with default parameters.
deleteUser(DeleteUserRequest) - Method in class com.gpudb.GPUdb
Deletes an existing user.
deleteUser(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing user.
DeleteUserRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteUser(DeleteUserRequest).
DeleteUserRequest() - Constructor for class com.gpudb.protocol.DeleteUserRequest
Constructs a DeleteUserRequest object with default parameters.
DeleteUserRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteUserRequest
Constructs a DeleteUserRequest object with the specified parameters.
DeleteUserResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteUser(DeleteUserRequest).
DeleteUserResponse() - Constructor for class com.gpudb.protocol.DeleteUserResponse
Constructs a DeleteUserResponse object with default parameters.
DESCENDING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted in descending order.
DESCENDING - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
DESCENDING - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
DESCENDING - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
DISABLE - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow no read/write operations
DISALLOW_HOMOGENEOUS_TABLES - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a collection, indicates whether the collection prohibits containment of multiple tables of exactly the same data type.
DISJOINT - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are disjoint from the given WKT.
DISK_OPTIMIZED - Static variable in class com.gpudb.ColumnProperty
Works in conjunction with the 'data' property for string columns.
DISK_OPTIMIZED - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Works in conjunction with the 'data' property for string columns.
DISTRIBUTED - Static variable in class com.gpudb.protocol.CreateProcRequest.ExecutionMode
Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.
DISTRIBUTED - Static variable in class com.gpudb.protocol.ShowProcResponse.ExecutionModes
Distributed
DO_POINTS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_POINTS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_POINTS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Rasterize point data toggle.
DO_SHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_SHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_SHAPES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Rasterize shapes toggle.
DO_SYMBOLOGY - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_SYMBOLOGY - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_TRACKS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_TRACKS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_TRACKS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Rasterize tracks toggle.

E

encode(T) - Static method in class com.gpudb.Avro
Encodes an Avro-compatible object into Avro binary format.
encode(TypeObjectMap<T>, T) - Static method in class com.gpudb.Avro
Encodes a non-Avro-compatible object into Avro binary format using the specified type object map.
encode(List<T>, int, int) - Static method in class com.gpudb.Avro
Encodes a portion of list of Avro-compatible objects into Avro binary format.
encode(TypeObjectMap<T>, List<T>, int, int) - Static method in class com.gpudb.Avro
Encodes a portion of list of non-Avro-compatible objects into Avro binary format using the specified type object map.
encode(List<T>, int, int, int, ExecutorService) - Static method in class com.gpudb.Avro
Encodes a portion of list of Avro-compatible objects into Avro binary format, optionally using multiple threads, with or without a supplied executor.
encode(TypeObjectMap<T>, List<T>, int, int, int, ExecutorService) - Static method in class com.gpudb.Avro
Encodes a portion of list of Avro-compatible objects into Avro binary format using the specified type object map, optionally using multiple threads, with or without a supplied executor.
encode(List<T>) - Static method in class com.gpudb.Avro
Encodes a list of Avro-compatible objects into Avro binary format.
encode(TypeObjectMap<T>, List<T>) - Static method in class com.gpudb.Avro
Encodes a list of non-Avro-compatible objects into Avro binary format using the specified type object map.
encode(List<T>, int, ExecutorService) - Static method in class com.gpudb.Avro
Encodes a list of Avro-compatible objects into Avro binary format, optionally using multiple threads, with or without a supplied executor.
encode(TypeObjectMap<T>, List<T>, int, ExecutorService) - Static method in class com.gpudb.Avro
Encodes a list of non-Avro-compatible objects into Avro binary format using the specified type object map, optionally using multiple threads, with or without a supplied executor.
encode(List<T>) - Method in class com.gpudb.GPUdbBase
 
encode(TypeObjectMap<T>, List<T>) - Method in class com.gpudb.GPUdbBase
 
END_OF_SET - Static variable in class com.gpudb.GPUdbBase
Constant used with certain requests to indicate that the maximum allowed number of results should be returned.
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
equals(Object) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterUserRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterUserResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUnionRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUnionResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteUserRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteUserResponse
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
EQUALS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are the same as the given WKT.
equals(Object) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByListRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByListResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByStringRequest
 
EQUALS - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Exact whole-string match (accelerated).
equals(Object) - Method in class com.gpudb.protocol.FilterByStringResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByValueRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByValueResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.GpudbResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
equals(Object) - Method in class com.gpudb.protocol.KillProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.KillProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.LockTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.LockTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTypesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTypesResponse
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
equals(Object) - Method in class com.gpudb.RecordBase
 
equals(Object) - Method in class com.gpudb.Type.Column
 
equals(Object) - Method in class com.gpudb.Type
 
ERROR - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance failed with an error.
ERROR - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance failed with an error.
ESTIMATED_CARDINALITY - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Estimate (via hyperloglog technique) of the number of unique values in the column(s).
EUCLIDEAN - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
 
EXCEPT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the first table that do not appear in the second table (only works on 2 tables).
executeProc(ExecuteProcRequest) - Method in class com.gpudb.GPUdb
Executes a proc.
executeProc(String, Map<String, String>, Map<String, ByteBuffer>, List<String>, Map<String, List<String>>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Executes a proc.
ExecuteProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.executeProc(ExecuteProcRequest).
ExecuteProcRequest() - Constructor for class com.gpudb.protocol.ExecuteProcRequest
Constructs an ExecuteProcRequest object with default parameters.
ExecuteProcRequest(String, Map<String, String>, Map<String, ByteBuffer>, List<String>, Map<String, List<String>>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteProcRequest
Constructs an ExecuteProcRequest object with the specified parameters.
ExecuteProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExecuteProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeProc(ExecuteProcRequest).
ExecuteProcResponse() - Constructor for class com.gpudb.protocol.ExecuteProcResponse
Constructs an ExecuteProcResponse object with default parameters.
EXPRESSION - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Filter expression to apply to the table prior to computing the aggregate group by.
EXPRESSION - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
An optional filter expression to be applied to the source table prior to the projection.
EXPRESSION - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Optional filter expression to apply to the table.
EXTERNAL_USER - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A user whose credentials are managed by an external LDAP.

F

FALSE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
FALSE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
FALSE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
false
FALSE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.HasProcResponse.ProcExists
 
FALSE - Static variable in class com.gpudb.protocol.HasTableResponse.TableExists
 
FALSE - Static variable in class com.gpudb.protocol.HasTypeResponse.TypeExists
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Indicates that the system is NOT configured for multi-head ingestion.
FALSE - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
FALSE - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
FAST_INDEX_LOOKUP - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Indicates if indexes should be used to perform the lookup for a given expression if possible.
filter(FilterRequest) - Method in class com.gpudb.GPUdb
Filters data based on the specified expression.
filter(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters data based on the specified expression.
FILTER_MODE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
String indicating the filter mode, either 'in_list' or 'not_in_list'.
FILTER_MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
String indicating the filter mode, either in_table or not_in_table.
filterByArea(FilterByAreaRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table are within a named area of interest (NAI/polygon).
filterByArea(String, String, String, List<Double>, String, List<Double>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table are within a named area of interest (NAI/polygon).
FilterByAreaRequest - Class in com.gpudb.protocol
FilterByAreaRequest() - Constructor for class com.gpudb.protocol.FilterByAreaRequest
Constructs a FilterByAreaRequest object with default parameters.
FilterByAreaRequest(String, String, String, List<Double>, String, List<Double>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByAreaRequest
Constructs a FilterByAreaRequest object with the specified parameters.
FilterByAreaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByArea(FilterByAreaRequest).
FilterByAreaResponse() - Constructor for class com.gpudb.protocol.FilterByAreaResponse
Constructs a FilterByAreaResponse object with default parameters.
filterByBox(FilterByBoxRequest) - Method in class com.gpudb.GPUdb
Calculates how many objects within the given table lie in a rectangular box.
filterByBox(String, String, String, double, double, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates how many objects within the given table lie in a rectangular box.
FilterByBoxRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.filterByBox(FilterByBoxRequest).
FilterByBoxRequest() - Constructor for class com.gpudb.protocol.FilterByBoxRequest
Constructs a FilterByBoxRequest object with default parameters.
FilterByBoxRequest(String, String, String, double, double, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByBoxRequest
Constructs a FilterByBoxRequest object with the specified parameters.
FilterByBoxResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByBox(FilterByBoxRequest).
FilterByBoxResponse() - Constructor for class com.gpudb.protocol.FilterByBoxResponse
Constructs a FilterByBoxResponse object with default parameters.
filterByGeometry(FilterByGeometryRequest) - Method in class com.gpudb.GPUdb
Applies a geometry filter against a spatial column named WKT in a given table, collection or view.
filterByGeometry(String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Applies a geometry filter against a spatial column named WKT in a given table, collection or view.
FilterByGeometryRequest - Class in com.gpudb.protocol
FilterByGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByGeometryRequest
Constructs a FilterByGeometryRequest object with default parameters.
FilterByGeometryRequest(String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByGeometryRequest
Constructs a FilterByGeometryRequest object with the specified parameters.
FilterByGeometryRequest.Operation - Class in com.gpudb.protocol
The geometric filtering operation to perform Supported values: CONTAINS: Matches records that contain the given WKT in inputWkt, i.e.
FilterByGeometryResponse - Class in com.gpudb.protocol
FilterByGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByGeometryResponse
Constructs a FilterByGeometryResponse object with default parameters.
filterByList(FilterByListRequest) - Method in class com.gpudb.GPUdb
Calculates which records from a table have values in the given list for the corresponding column.
filterByList(String, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which records from a table have values in the given list for the corresponding column.
FilterByListRequest - Class in com.gpudb.protocol
FilterByListRequest() - Constructor for class com.gpudb.protocol.FilterByListRequest
Constructs a FilterByListRequest object with default parameters.
FilterByListRequest(String, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByListRequest
Constructs a FilterByListRequest object with the specified parameters.
FilterByListRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByListResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByList(FilterByListRequest).
FilterByListResponse() - Constructor for class com.gpudb.protocol.FilterByListResponse
Constructs a FilterByListResponse object with default parameters.
filterByRadius(FilterByRadiusRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table lie within a circle with the given radius and center point (i.e.
filterByRadius(String, String, String, double, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table lie within a circle with the given radius and center point (i.e.
FilterByRadiusRequest - Class in com.gpudb.protocol
FilterByRadiusRequest() - Constructor for class com.gpudb.protocol.FilterByRadiusRequest
Constructs a FilterByRadiusRequest object with default parameters.
FilterByRadiusRequest(String, String, String, double, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRadiusRequest
Constructs a FilterByRadiusRequest object with the specified parameters.
FilterByRadiusResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByRadius(FilterByRadiusRequest).
FilterByRadiusResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusResponse
Constructs a FilterByRadiusResponse object with default parameters.
filterByRange(FilterByRangeRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table have a column that is within the given bounds.
filterByRange(String, String, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table have a column that is within the given bounds.
FilterByRangeRequest - Class in com.gpudb.protocol
FilterByRangeRequest() - Constructor for class com.gpudb.protocol.FilterByRangeRequest
Constructs a FilterByRangeRequest object with default parameters.
FilterByRangeRequest(String, String, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRangeRequest
Constructs a FilterByRangeRequest object with the specified parameters.
FilterByRangeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByRange(FilterByRangeRequest).
FilterByRangeResponse() - Constructor for class com.gpudb.protocol.FilterByRangeResponse
Constructs a FilterByRangeResponse object with default parameters.
filterBySeries(FilterBySeriesRequest) - Method in class com.gpudb.GPUdb
Filters objects matching all points of the given track (works only on track type data).
filterBySeries(String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters objects matching all points of the given track (works only on track type data).
FilterBySeriesRequest - Class in com.gpudb.protocol
FilterBySeriesRequest() - Constructor for class com.gpudb.protocol.FilterBySeriesRequest
Constructs a FilterBySeriesRequest object with default parameters.
FilterBySeriesRequest(String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterBySeriesRequest
Constructs a FilterBySeriesRequest object with the specified parameters.
FilterBySeriesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterBySeriesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterBySeries(FilterBySeriesRequest).
FilterBySeriesResponse() - Constructor for class com.gpudb.protocol.FilterBySeriesResponse
Constructs a FilterBySeriesResponse object with default parameters.
filterByString(FilterByStringRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table, collection, or view match a string expression for the given string columns.
filterByString(String, String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table, collection, or view match a string expression for the given string columns.
FilterByStringRequest - Class in com.gpudb.protocol
FilterByStringRequest() - Constructor for class com.gpudb.protocol.FilterByStringRequest
Constructs a FilterByStringRequest object with default parameters.
FilterByStringRequest(String, String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByStringRequest
Constructs a FilterByStringRequest object with the specified parameters.
FilterByStringRequest.Mode - Class in com.gpudb.protocol
The string filtering mode to apply.
FilterByStringRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByStringResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByString(FilterByStringRequest).
FilterByStringResponse() - Constructor for class com.gpudb.protocol.FilterByStringResponse
Constructs a FilterByStringResponse object with default parameters.
filterByTable(FilterByTableRequest) - Method in class com.gpudb.GPUdb
Filters objects in one table based on objects in another table.
filterByTable(String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters objects in one table based on objects in another table.
FilterByTableRequest - Class in com.gpudb.protocol
FilterByTableRequest() - Constructor for class com.gpudb.protocol.FilterByTableRequest
Constructs a FilterByTableRequest object with default parameters.
FilterByTableRequest(String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByTableRequest
Constructs a FilterByTableRequest object with the specified parameters.
FilterByTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByTable(FilterByTableRequest).
FilterByTableResponse() - Constructor for class com.gpudb.protocol.FilterByTableResponse
Constructs a FilterByTableResponse object with default parameters.
filterByValue(FilterByValueRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table has a particular value for a particular column.
filterByValue(String, String, boolean, double, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table has a particular value for a particular column.
FilterByValueRequest - Class in com.gpudb.protocol
FilterByValueRequest() - Constructor for class com.gpudb.protocol.FilterByValueRequest
Constructs a FilterByValueRequest object with default parameters.
FilterByValueRequest(String, String, boolean, double, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByValueRequest
Constructs a FilterByValueRequest object with the specified parameters.
FilterByValueResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByValue(FilterByValueRequest).
FilterByValueResponse() - Constructor for class com.gpudb.protocol.FilterByValueResponse
Constructs a FilterByValueResponse object with default parameters.
FilterRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.filter(FilterRequest).
FilterRequest() - Constructor for class com.gpudb.protocol.FilterRequest
Constructs a FilterRequest object with default parameters.
FilterRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterRequest
Constructs a FilterRequest object with the specified parameters.
FilterRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filter(FilterRequest).
FilterResponse() - Constructor for class com.gpudb.protocol.FilterResponse
Constructs a FilterResponse object with default parameters.
flush() - Method in class com.gpudb.BulkInserter
Ensures that any queued records are inserted into GPUdb.
FLUSH_TO_DISK - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Flushes any changes to any tables to the persistent store.
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Semicolon-separated list of foreign keys, of the format 'source_column references target_table(primary_key_column)'.
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of foreign key constraints, of the format 'source_column references target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Foreign shard key description of the format: references from ().
fromClass(Class<T>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified class.
fromClass(Class<T>, String, Map<String, Type.Column>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified class with the specified type label and overrides.
fromTable(GPUdb, String) - Static method in class com.gpudb.Type
Creates a Type object containing metadata for the GPUdb type of an existing table in GPUdb.
fromType(GPUdb, String) - Static method in class com.gpudb.Type
Creates a Type object containing metadata for an existing type in GPUdb.
fromType(Type, Class<T>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified Type and class.
fromType(Type, Class<T>, Map<String, String>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified Type and class with the specified overrides.
FULL_REFRESH - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
always refresh even if no new records have been added.

G

GenericRecord - Class in com.gpudb
An object that contains Record data based on a GPUdb Type specified at runtime.
GenericRecord(Type) - Constructor for class com.gpudb.GenericRecord
Creates a new generic record based on the specified GPUdb Type.
GEOS - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Use geos 1 edge per corner algorithm
get(int) - Method in class com.gpudb.GenericRecord
 
get(int) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
get(int) - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
get(int) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
get(int) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
get(int) - Method in class com.gpudb.protocol.AdminOfflineRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminOfflineResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
get(int) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
get(int) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
get(int) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
get(int) - Method in class com.gpudb.protocol.AdminShutdownRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminShutdownResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateGroupByRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateHistogramRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateHistogramResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateKMeansRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateKMeansResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AggregateUniqueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTriggerRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ClearTriggerResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateJoinTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateJoinTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateProjectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateProjectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUnionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUnionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUserExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUserExternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUserInternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateUserInternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ExecuteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ExecuteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByBoxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByBoxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByGeometryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByListRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByListResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByRadiusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByRadiusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByStringRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByStringResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByValueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterByValueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.FilterResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GetRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GpudbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertSymbolRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertSymbolResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.KillProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.KillProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.LockTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.LockTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawGetRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokeRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokeRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowProcStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowProcStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSecurityRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSecurityResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTriggersRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTriggersResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTypesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTypesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UpdateRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.VisualizeVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in interface com.gpudb.Record
Returns the value of the specified field.
get(String) - Method in interface com.gpudb.Record
Returns the value of the specified field.
get(String) - Method in class com.gpudb.RecordBase
 
get(int) - Method in class com.gpudb.RecordObject
 
get(Object) - Method in interface com.gpudb.TypeObjectMap.Accessor
Returns a value from an object.
get(Object) - Method in class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Returns the value of the field specified in the constructor from the specified object, converting it to the data type of the GPUdb column specified in the constructor.
get(Object) - Method in class com.gpudb.TypeObjectMap.ConvertingMethodHandler
Returns a value from the specified object via the get method specified in the constructor, converting it to the data type of the GPUdb column specified in the constructor.
get(Object) - Method in class com.gpudb.TypeObjectMap.FieldHandler
Returns the value of the field specified in the constructor from the specified object.
get(Object, int) - Method in class com.gpudb.TypeObjectMap
Returns the value of the column at the specified index from the specified object.
get(Object) - Method in class com.gpudb.TypeObjectMap.MethodHandler
Returns a value from the specified object via the get method specified in the constructor.
GET_SIZES - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then the table sizes will be returned; blank, otherwise.
getAction() - Method in class com.gpudb.protocol.AlterTableRequest
 
getAction() - Method in class com.gpudb.protocol.AlterTableResponse
 
getAction() - Method in class com.gpudb.protocol.AlterUserRequest
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowTableResponse
 
getApiVersion() - Static method in class com.gpudb.GPUdbBase
Gets the version number of the GPUdb Java API.
getArgs() - Method in class com.gpudb.protocol.CreateProcRequest
 
getArgs() - Method in class com.gpudb.protocol.ShowProcResponse
 
getAssignmentIndex() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getAuthorization() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
getAuthorization() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
getAuthorization() - Method in class com.gpudb.protocol.ClearTableRequest
 
getBatchSize() - Method in class com.gpudb.BulkInserter
Gets the batch size (the number of records to insert into GPUdb at a time).
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getBinParams() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getBinParams() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getBinResults() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getBytes(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a ByteBuffer.
getBytes(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a ByteBuffer.
getBytes(int) - Method in class com.gpudb.RecordBase
 
getBytes(String) - Method in class com.gpudb.RecordBase
 
getCbColumnName1() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbColumnName2() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbVals1() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbVals2() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminOfflineRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminOfflineResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminRebalanceRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminRebalanceResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminShutdownRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminShutdownResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminVerifyDbRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminVerifyDbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateConvexHullRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateConvexHullResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateGroupByRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateHistogramRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateHistogramResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateKMeansRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateKMeansResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateMinMaxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateMinMaxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateStatisticsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AggregateUniqueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTriggerRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ClearTriggerResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateJoinTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateJoinTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateProjectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateProjectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTriggerByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTriggerByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTriggerByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTriggerByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUnionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUnionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUserExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUserExternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUserInternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateUserInternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ExecuteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ExecuteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByBoxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByBoxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByGeometryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByListRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByListResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByRadiusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByRadiusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByStringRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByStringResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByValueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterByValueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.FilterResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GetRecordsByColumnRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GetRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GetRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GpudbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsRandomRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsRandomResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertSymbolRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertSymbolResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.KillProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.KillProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.LockTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.LockTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawAggregateGroupByResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawAggregateUniqueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawGetRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawInsertRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RawUpdateRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokeRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokeRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowProcStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowProcStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSecurityRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSecurityResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemTimingRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSystemTimingResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTablesByTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTablesByTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTriggersRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTriggersResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTypesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTypesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UpdateRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getColumn(int) - Method in class com.gpudb.Type
Gets the column with the specified index.
getColumn(String) - Method in class com.gpudb.Type
Gets the column with the specified name.
getColumnCount() - Method in class com.gpudb.Type
Gets the number of columns.
getColumnIndex(String) - Method in class com.gpudb.Type
Gets the index of the column with the specified name.
getColumnName() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getColumnName() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
getColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
getColumnName() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getColumnName() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getColumnNames() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getColumnNames() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getColumnNames() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getColumnNames() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
getColumnNames() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getColumnNames() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getColumns() - Method in class com.gpudb.Type
Gets the list of columns that the type comprises.
getColumnValuesMap() - Method in class com.gpudb.protocol.FilterByListRequest
 
getCommand() - Method in class com.gpudb.protocol.CreateProcRequest
 
getCommands() - Method in class com.gpudb.protocol.ShowProcResponse
 
getCount() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getCount() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getCount() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByListResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
getCount() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByStringResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByTableResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByValueResponse
 
getCount() - Method in class com.gpudb.protocol.FilterResponse
 
getCount() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
getCount() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
getCount() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
getCountDeleted() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
getCountInserted() - Method in class com.gpudb.BulkInserter
Gets the number of records inserted into GPUdb.
getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getCountInserted() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getCounts() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getCounts() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getCountsDeleted() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
getCountsInserted() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getCountsUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getCountUpdated() - Method in class com.gpudb.BulkInserter
Gets the number of records updated (instead of inserted) in GPUdb due to primary key conflicts.
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getData() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getData() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getData() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getData() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
getData() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
getData() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getData() - Method in class com.gpudb.protocol.GpudbResponse
 
getData() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
getData() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getData() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getData() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getDataMap() - Method in interface com.gpudb.Record
Returns a Map of field names to values that is bound to the record (updates made to the map are reflected in the record and vice versa).
getDataMap() - Method in class com.gpudb.RecordBase
 
getDataStr() - Method in class com.gpudb.protocol.GpudbResponse
 
getDataType() - Method in class com.gpudb.protocol.GpudbResponse
 
getDouble(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Double.
getDouble(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Double.
getDouble(int) - Method in class com.gpudb.RecordBase
 
getDouble(String) - Method in class com.gpudb.RecordBase
 
getDrawBox() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getDrawLeader() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getEncoding() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getEncoding() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getEncoding() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getEncoding() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getEncoding() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
getEncoding() - Method in class com.gpudb.protocol.GetRecordsRequest
 
getEnd() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getEnd() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getEnd() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getEndpoints() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
getErrorList() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getExecutionMode() - Method in class com.gpudb.protocol.CreateProcRequest
 
getExecutionModes() - Method in class com.gpudb.protocol.ShowProcResponse
 
getExecutor() - Method in class com.gpudb.GPUdbBase
Gets the executor service used for managing threads during data encoding and decoding operations.
getExecutor() - Method in class com.gpudb.GPUdbBase.Options
Gets the executor service used for managing threads during data encoding and decoding operations.
getExitStatus() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
getExitType() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
getExpression() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getExpression() - Method in class com.gpudb.protocol.FilterRequest
 
getExpressions() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getExpressions() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
getExpressions() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getExpressions() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getFiles() - Method in class com.gpudb.protocol.CreateProcRequest
 
getFiles() - Method in class com.gpudb.protocol.ShowProcResponse
 
getFillColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getFilterExpression() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getFilterExpression() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getFloat(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Float.
getFloat(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Float.
getFloat(int) - Method in class com.gpudb.RecordBase
 
getFloat(String) - Method in class com.gpudb.RecordBase
 
getFont() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getFullSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getGPUdb() - Method in class com.gpudb.BulkInserter
Gets the GPUdb instance into which records will be inserted.
getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getHttpHeaders() - Method in class com.gpudb.GPUdbBase
Gets the map of additional HTTP headers that will be sent to GPUdb with each request.
getHttpHeaders() - Method in class com.gpudb.GPUdbBase.Options
Gets the map of additional HTTP headers to send to GPUdb with each request.
getImageData() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getInputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getInputColumnNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getInputColumnNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getInputTableNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getInputTableNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getInputWkt() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getInt(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Integer.
getInt(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Integer.
getInt(int) - Method in class com.gpudb.RecordBase
 
getInt(String) - Method in class com.gpudb.RecordBase
 
getInterval() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getInterval() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getIsCollection() - Method in class com.gpudb.protocol.CreateTableResponse
 
getIsOffline() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
getIsString() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getIsValid() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getJobids() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
getJoinSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getK() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getLabel() - Method in class com.gpudb.protocol.CreateTypeRequest
 
getLabel() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getLabel() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
getLabel() - Method in class com.gpudb.protocol.ShowTypesRequest
 
getLabel() - Method in class com.gpudb.Type
Gets the user-defined description string which can be used to differentiate between data with otherwise identical schemas.
getLabels() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getLeaderXColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getLeaderYColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getLimit() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getLimit() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getLimit() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getLimit() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getLimit() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
getLimit() - Method in class com.gpudb.protocol.GetRecordsRequest
 
getLineColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getLineWidth() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getList() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getListEncoding() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getListRecordsBinary() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getListRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getListStr() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getLockType() - Method in class com.gpudb.protocol.LockTableRequest
 
getLockType() - Method in class com.gpudb.protocol.LockTableResponse
 
getLong(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Long.
getLong(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a Long.
getLong(int) - Method in class com.gpudb.RecordBase
 
getLong(String) - Method in class com.gpudb.RecordBase
 
getLowerBound() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getMax() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
getMax() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getMaxX() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getMaxY() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getMeans() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getMember() - Method in class com.gpudb.protocol.GrantRoleRequest
 
getMember() - Method in class com.gpudb.protocol.GrantRoleResponse
 
getMember() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
getMember() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
getMessage() - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
getMessage() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
getMessage() - Method in class com.gpudb.protocol.GpudbResponse
 
getMessages() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getMetadataMap() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
getMetadataMap() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
getMetadataMaps() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
getMin() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
getMin() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getMinX() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getMinY() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getMode() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getName() - Method in class com.gpudb.protocol.AlterUserRequest
 
getName() - Method in class com.gpudb.protocol.AlterUserResponse
 
getName() - Method in class com.gpudb.protocol.CreateRoleRequest
 
getName() - Method in class com.gpudb.protocol.CreateRoleResponse
 
getName() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
getName() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
getName() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
getName() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
getName() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
getName() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
getName() - Method in class com.gpudb.protocol.DeleteUserRequest
 
getName() - Method in class com.gpudb.protocol.DeleteUserResponse
 
getName() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
getName() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getName() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
getName() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
getName() - Method in class com.gpudb.Type.Column
Gets the name of the column.
getNames() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
getNewValuesMaps() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getNewValuesMaps() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getNumFrames() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getNumFrames() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getNumIters() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getObjectClass() - Method in class com.gpudb.TypeObjectMap
Returns the class of the type object map.
getOffline() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
getOffset() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getOffset() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getOffset() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getOffset() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getOffset() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
getOffset() - Method in class com.gpudb.protocol.GetRecordsRequest
 
getOperation() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getOptions() - Method in class com.gpudb.BulkInserter
Gets the optional parameters that will be passed to GPUdb while inserting.
getOptions() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
getOptions() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTableRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterUserRequest
 
getOptions() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
getOptions() - Method in class com.gpudb.protocol.ClearTableRequest
 
getOptions() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateProcRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTypeRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteProcRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteUserRequest
 
getOptions() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByListRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterRequest
 
getOptions() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getOptions() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getOptions() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
getOptions() - Method in class com.gpudb.protocol.GetRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.HasProcRequest
 
getOptions() - Method in class com.gpudb.protocol.HasTableRequest
 
getOptions() - Method in class com.gpudb.protocol.HasTypeRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
getOptions() - Method in class com.gpudb.protocol.KillProcRequest
 
getOptions() - Method in class com.gpudb.protocol.LockTableRequest
 
getOptions() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowProcRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowProcResponse
 
getOptions() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getOptions() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowTableRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowTypesRequest
 
getOptions() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getOptions() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getOutputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getOutputTableNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getOutputTableNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getOverallStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getParams() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getParams() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getPartialReassignment() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getPassword() - Method in class com.gpudb.GPUdbBase
Gets the password used for authentication to GPUdb.
getPassword() - Method in class com.gpudb.GPUdbBase.Options
Gets the password to be used for authentication to GPUdb.
getPassword() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
getPermissions() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getProcExists() - Method in class com.gpudb.protocol.HasProcResponse
 
getProcName() - Method in class com.gpudb.protocol.CreateProcRequest
 
getProcName() - Method in class com.gpudb.protocol.CreateProcResponse
 
getProcName() - Method in class com.gpudb.protocol.DeleteProcRequest
 
getProcName() - Method in class com.gpudb.protocol.DeleteProcResponse
 
getProcName() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getProcName() - Method in class com.gpudb.protocol.HasProcRequest
 
getProcName() - Method in class com.gpudb.protocol.HasProcResponse
 
getProcName() - Method in class com.gpudb.protocol.ShowProcRequest
 
getProcNames() - Method in class com.gpudb.protocol.ShowProcResponse
 
getProcNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getProjectionName() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
getProjectionName() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
getProperties() - Method in class com.gpudb.protocol.CreateTypeRequest
 
getProperties() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getProperties() - Method in class com.gpudb.protocol.ShowTableResponse
 
getProperties() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getProperties() - Method in class com.gpudb.Type.Column
Gets the list of properties that apply to the column.
getPropertyMap() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
getPropertyUpdatesMap() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
getRadius() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getRank() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
getRank() - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
getRecordEncoding() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getRecordIds() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
getRecordIds() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getRecordIds() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getRecords() - Method in exception com.gpudb.BulkInserter.InsertException
Gets the list of records that was being inserted when the exception occurred.
getRecords(Object, GetRecordsRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
getRecords(Object, String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
getRecords(GetRecordsRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
getRecords(String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
getRecordsBinary() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getRecordsBinary() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getRecordsByColumn(GetRecordsByColumnRequest) - Method in class com.gpudb.GPUdb
For a given table, retrieves the values of the given columns within a given range.
getRecordsByColumn(String, List<String>, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
For a given table, retrieves the values of the given columns within a given range.
getRecordsByColumnRaw(GetRecordsByColumnRequest) - Method in class com.gpudb.GPUdb
For a given table, retrieves the values of the given columns within a given range.
GetRecordsByColumnRequest - Class in com.gpudb.protocol
GetRecordsByColumnRequest() - Constructor for class com.gpudb.protocol.GetRecordsByColumnRequest
Constructs a GetRecordsByColumnRequest object with default parameters.
GetRecordsByColumnRequest(String, List<String>, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsByColumnRequest
Constructs a GetRecordsByColumnRequest object with the specified parameters.
GetRecordsByColumnRequest(String, List<String>, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsByColumnRequest
Constructs a GetRecordsByColumnRequest object with the specified parameters.
GetRecordsByColumnRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records; either 'binary' or 'json'.
GetRecordsByColumnRequest.Options - Class in com.gpudb.protocol
EXPRESSION: Optional filter expression to apply to the table.
GetRecordsByColumnResponse - Class in com.gpudb.protocol
GetRecordsByColumnResponse() - Constructor for class com.gpudb.protocol.GetRecordsByColumnResponse
Constructs a GetRecordsByColumnResponse object with default parameters.
getRecordsBySeries(Object, GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
getRecordsBySeries(Object, String, String, int, int, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
getRecordsBySeries(GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
getRecordsBySeries(String, String, int, int, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
getRecordsBySeriesRaw(GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
Retrieves the complete series/track records from the given worldTableName based on the partial track information contained in the tableName.
GetRecordsBySeriesRequest - Class in com.gpudb.protocol
GetRecordsBySeriesRequest() - Constructor for class com.gpudb.protocol.GetRecordsBySeriesRequest
Constructs a GetRecordsBySeriesRequest object with default parameters.
GetRecordsBySeriesRequest(String, String, int, int, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsBySeriesRequest
Constructs a GetRecordsBySeriesRequest object with the specified parameters.
GetRecordsBySeriesRequest(String, String, int, int, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsBySeriesRequest
Constructs a GetRecordsBySeriesRequest object with the specified parameters.
GetRecordsBySeriesRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records; either 'binary' or 'json'.
GetRecordsBySeriesResponse<T> - Class in com.gpudb.protocol
GetRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.GetRecordsBySeriesResponse
Constructs a GetRecordsBySeriesResponse object with default parameters.
getRecordsFromCollection(Object, GetRecordsFromCollectionRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a collection.
getRecordsFromCollection(Object, String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves records from a collection.
getRecordsFromCollection(GetRecordsFromCollectionRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a collection.
getRecordsFromCollection(String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves records from a collection.
getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a collection.
GetRecordsFromCollectionRequest - Class in com.gpudb.protocol
GetRecordsFromCollectionRequest() - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionRequest
Constructs a GetRecordsFromCollectionRequest object with default parameters.
GetRecordsFromCollectionRequest(String, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionRequest
Constructs a GetRecordsFromCollectionRequest object with the specified parameters.
GetRecordsFromCollectionRequest(String, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionRequest
Constructs a GetRecordsFromCollectionRequest object with the specified parameters.
GetRecordsFromCollectionRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records; either 'binary' or 'json'.
GetRecordsFromCollectionRequest.Options - Class in com.gpudb.protocol
RETURN_RECORD_IDS: If 'true' then return the internal record ID along with each returned record.
GetRecordsFromCollectionResponse<T> - Class in com.gpudb.protocol
GetRecordsFromCollectionResponse() - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionResponse
Constructs a GetRecordsFromCollectionResponse object with default parameters.
getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getRecordsRaw(GetRecordsRequest) - Method in class com.gpudb.GPUdb
Retrieves records from a given table, optionally filtered by an expression and/or sorted by a column.
GetRecordsRequest - Class in com.gpudb.protocol
GetRecordsRequest() - Constructor for class com.gpudb.protocol.GetRecordsRequest
Constructs a GetRecordsRequest object with default parameters.
GetRecordsRequest(String, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsRequest
Constructs a GetRecordsRequest object with the specified parameters.
GetRecordsRequest(String, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GetRecordsRequest
Constructs a GetRecordsRequest object with the specified parameters.
GetRecordsRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
GetRecordsRequest.Options - Class in com.gpudb.protocol
EXPRESSION: Optional filter expression to apply to the table.
GetRecordsResponse<T> - Class in com.gpudb.protocol
A set of results returned by GPUdb.getRecords(Object, GetRecordsRequest).
GetRecordsResponse() - Constructor for class com.gpudb.protocol.GetRecordsResponse
Constructs a GetRecordsResponse object with default parameters.
getRecordsToInsert() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getRecordsToInsertStr() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getRequest() - Method in exception com.gpudb.GPUdbBase.SubmitException
Gets the failed request.
getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getRequestSize() - Method in exception com.gpudb.GPUdbBase.SubmitException
Gets the size in bytes of the encoded failed request.
getReserved() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getResults() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getRmsDist() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getRmsDists() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getRole() - Method in class com.gpudb.protocol.GrantRoleRequest
 
getRole() - Method in class com.gpudb.protocol.GrantRoleResponse
 
getRole() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
getRole() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
getRoles() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getRunId() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
getRunId() - Method in class com.gpudb.protocol.KillProcRequest
 
getRunId() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
getRunIds() - Method in class com.gpudb.protocol.KillProcResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
getSchema() - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
getSchema() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminOfflineRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminOfflineResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
getSchema() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getSchema() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminShutdownRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShutdownResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateGroupByRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateHistogramRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateHistogramResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateKMeansRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateKMeansResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateUniqueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTriggerRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearTriggerResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateJoinTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateJoinTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateProjectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateProjectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUnionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUnionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUserExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUserExternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUserInternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateUserInternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ExecuteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ExecuteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByBoxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByBoxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByGeometryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByListRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByListResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByRadiusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByRadiusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByStringRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByStringResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByValueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByValueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GetRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GpudbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertSymbolRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertSymbolResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.KillProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.KillProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.LockTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.LockTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawGetRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokeRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokeRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowProcStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowProcStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSecurityRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSecurityResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTriggersRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTriggersResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTypesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTypesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UpdateRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in interface com.gpudb.Record
Returns the Avro record schema of the record.
getSchema() - Method in class com.gpudb.RecordBase
 
getSchema(Class<? extends RecordObject>) - Static method in class com.gpudb.RecordObject
Gets the Avro record schema corresponding to the metadata in the specified RecordObject class.
getSchema() - Method in class com.gpudb.Type
Gets the Avro record schema for the type.
getSchema() - Method in class com.gpudb.TypeObjectMap
Returns the Avro record schema of the type object map.
getSelectExpression() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getSessionKey() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getSessionKey() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getSessionKey() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getSessionKey() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getShardAssignmentsRank() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
getShardAssignmentsRank() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getShardAssignmentsTom() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
getShardAssignmentsTom() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getSourceTableColumnName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getSourceTableName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getStart() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getStart() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getStart() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getStats() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getStats() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
getStats() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
getStats() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
getStatus() - Method in class com.gpudb.protocol.GpudbResponse
 
getStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getStatusMap() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
getString(int) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a String.
getString(String) - Method in interface com.gpudb.Record
Returns the value of the specified field cast to a String.
getString(int) - Method in class com.gpudb.RecordBase
 
getString(String) - Method in class com.gpudb.RecordBase
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getSymbolData() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
getSymbolFormat() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
getSymbolId() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
getSymbolId() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
getTableDescriptions() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTableExists() - Method in class com.gpudb.protocol.HasTableResponse
 
getTableName() - Method in class com.gpudb.BulkInserter
Gets the name of the table into which records will be inserted.
getTableName() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getTableName() - Method in class com.gpudb.protocol.AlterTableRequest
 
getTableName() - Method in class com.gpudb.protocol.AlterTableResponse
 
getTableName() - Method in class com.gpudb.protocol.ClearTableRequest
 
getTableName() - Method in class com.gpudb.protocol.ClearTableResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateTableRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateTableResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateUnionResponse
 
getTableName() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByListRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterRequest
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getTableName() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getTableName() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getTableName() - Method in class com.gpudb.protocol.HasTableRequest
 
getTableName() - Method in class com.gpudb.protocol.HasTableResponse
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.LockTableRequest
 
getTableName() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getTableName() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getTableName() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getTableName() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getTableName() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
getTableName() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
getTableName() - Method in class com.gpudb.protocol.ShowTableRequest
 
getTableName() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTableName() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getTableName() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTableNames() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
getTableNames() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
getTableNames() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
getTableNames() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
getTableNames() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getTableNames() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getTableNames() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getTableNames() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getTableNames() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
getTableNames() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
getTableNames() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getTargetTrackIds() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getTextAngle() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTextColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTextScale() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTextString() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getThreadCount() - Method in class com.gpudb.GPUdbBase
Gets the number of threads used during data encoding and decoding operations.
getThreadCount() - Method in class com.gpudb.GPUdbBase.Options
Gets the number of threads that will be used during data encoding and decoding operations.
getTimeInMs() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
getTimeIntervals() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getTimeIntervals() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getTimeout() - Method in class com.gpudb.GPUdbBase
Gets the timeout value, in milliseconds, after which a lack of response from the GPUdb server will result in requests being aborted.
getTimeout() - Method in class com.gpudb.GPUdbBase.Options
Gets the timeout value, in milliseconds, after which a lack of response from the GPUdb server will result in requests being aborted.
getTimings() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getTopicId() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
getTopicId() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
getTopicId() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
getTotalFullSize() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getTotalSize() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTrackId() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getTrackIds() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getTrackIds() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getTrackIds() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getTriggerId() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
getTriggerId() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
getTriggerId() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
getTriggerId() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
getTriggerIds() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
getTriggerMap() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
getType() - Method in class com.gpudb.GenericRecord
 
getType() - Method in interface com.gpudb.Record
Returns the GPUdb Type of the record.
getType(Class<? extends RecordObject>) - Static method in class com.gpudb.RecordObject
Gets the Type object corresponding to the metadata in the specified RecordObject class.
getType() - Method in class com.gpudb.RecordObject
 
getType() - Method in class com.gpudb.Type.Column
Gets the Java data type of the column.
getType() - Method in class com.gpudb.TypeObjectMap
Returns the GPUdb Type of the type object map.
getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeRequest
 
getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getTypeDescriptor(String) - Method in class com.gpudb.GPUdbBase
 
getTypeExists() - Method in class com.gpudb.protocol.HasTypeResponse
 
getTypeId() - Method in class com.gpudb.protocol.CreateTableRequest
 
getTypeId() - Method in class com.gpudb.protocol.CreateTableResponse
 
getTypeId() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getTypeId() - Method in class com.gpudb.protocol.HasTypeRequest
 
getTypeId() - Method in class com.gpudb.protocol.HasTypeResponse
 
getTypeId() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
getTypeId() - Method in class com.gpudb.protocol.ShowTypesRequest
 
getTypeIds() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTypeIds() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getTypeLabels() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTypeName() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getTypeName() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getTypeNames() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
getTypeNames() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
getTypeNames() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getTypeNames() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getTypeObjectMap(Class<T>) - Method in class com.gpudb.GPUdbBase
 
getTypes() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getTypeSchema() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
getTypeSchema() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getTypeSchema() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
getUpperBound() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getURL() - Method in exception com.gpudb.BulkInserter.InsertException
Gets the URL that records were being inserted into when the exception occurred, or null if multiple failover URLs all failed.
getURL() - Method in class com.gpudb.GPUdbBase
Gets the active URL of the GPUdb server.
getURL() - Method in exception com.gpudb.GPUdbBase.SubmitException
Gets the URL that the failed request was submitted to, or null if multiple failover URLs all failed.
getURLs() - Method in class com.gpudb.GPUdbBase
Gets the list of URLs for the GPUdb server.
getUsername() - Method in class com.gpudb.GPUdbBase
Gets the username used for authentication to GPUdb.
getUsername() - Method in class com.gpudb.GPUdbBase.Options
Gets the username to be used for authentication to GPUdb.
getUseSnappy() - Method in class com.gpudb.GPUdbBase
Gets the value of the flag indicating whether Snappy compression will be used for certain GPUdb requests that potentially submit large amounts of data.
getUseSnappy() - Method in class com.gpudb.GPUdbBase.Options
Gets the value of the flag indicating whether to use Snappy compression for certain GPUdb requests that potentially submit large amounts of data.
getValue() - Method in class com.gpudb.protocol.AlterTableRequest
 
getValue() - Method in class com.gpudb.protocol.AlterTableResponse
 
getValue() - Method in class com.gpudb.protocol.AlterUserRequest
 
getValue() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getValueColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getValueColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getValueStr() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getVerifiedOk() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getVersion() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
getVersion() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
getVersion() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
getVideoStyle() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getVideoStyle() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByListRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterRequest
 
getViewName() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getWorldTableName() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
getWorldTableName() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getWorldTableNames() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getWorldTableNames() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getWorldTableNames() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getXCenter() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getXColumnName() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
getXColumnName() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getXColumnName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getXColumnName() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getXColumnName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getXColumnName() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getXOffset() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getXVector() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getXVector() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getXVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getYCenter() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getYColumnName() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
getYColumnName() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getYColumnName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getYColumnName() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getYColumnName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getYColumnName() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getYOffset() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getYVector() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getYVector() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getYVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
GLOBAL_EXPRESSION - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
An optional global expression to reduce the search space of the expressions.
GLOBAL_EXPRESSION - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
An optional global expression to reduce the search space of the predicates listed in expressions.
GLOBAL_EXPRESSION - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
An optional global expression to reduce the search space of the predicates listed in expressions.
GPUdb - Class in com.gpudb
Object that provides access to a specific GPUdb server.
GPUdb(String) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server at the specified URL using default options.
GPUdb(URL) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server at the specified URL using default options.
GPUdb(List<URL>) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server with the specified URLs using default options.
GPUdb(String, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server at the specified URL using the specified options.
GPUdb(URL, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server at the specified URL using the specified options.
GPUdb(List<URL>, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
Creates a GPUdb instance for the GPUdb server with the specified URLs using the specified options.
GPUdbBase - Class in com.gpudb
Base class for the GPUdb API that provides general functionality not specific to any particular GPUdb request.
GPUdbBase(String, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdbBase
 
GPUdbBase(URL, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdbBase
 
GPUdbBase(List<URL>, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdbBase
 
GPUdbBase.Options - Class in com.gpudb
A set of configurable options for the GPUdb API.
GPUdbBase.Options() - Constructor for class com.gpudb.GPUdbBase.Options
 
GPUdbBase.SubmitException - Exception in com.gpudb
An exception that occurred during the submission of a request to GPUdb.
GPUdbException - Exception in com.gpudb
An exception that occurred during a GPUdb-related operation.
GPUdbException(String) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message.
GPUdbException(String, Throwable) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message and cause.
GpudbResponse - Class in com.gpudb.protocol
A set of parameters for the raw wrapper for GPUdb responses.
GpudbResponse() - Constructor for class com.gpudb.protocol.GpudbResponse
Constructs a GpudbResponse object with default parameters.
GPUdbRuntimeException - Exception in com.gpudb
 
GPUdbRuntimeException() - Constructor for exception com.gpudb.GPUdbRuntimeException
 
GPUdbRuntimeException(String) - Constructor for exception com.gpudb.GPUdbRuntimeException
 
GPUdbRuntimeException(String, Throwable) - Constructor for exception com.gpudb.GPUdbRuntimeException
 
GPUdbRuntimeException(Throwable) - Constructor for exception com.gpudb.GPUdbRuntimeException
 
GRADIENT_END_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GRADIENT_END_COLOR - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
GRADIENT_START_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GRADIENT_START_COLOR - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
grantPermissionSystem(GrantPermissionSystemRequest) - Method in class com.gpudb.GPUdb
Grants a system-level permission to a user or role.
grantPermissionSystem(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants a system-level permission to a user or role.
GrantPermissionSystemRequest - Class in com.gpudb.protocol
GrantPermissionSystemRequest() - Constructor for class com.gpudb.protocol.GrantPermissionSystemRequest
Constructs a GrantPermissionSystemRequest object with default parameters.
GrantPermissionSystemRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionSystemRequest
Constructs a GrantPermissionSystemRequest object with the specified parameters.
GrantPermissionSystemRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionSystemResponse - Class in com.gpudb.protocol
GrantPermissionSystemResponse() - Constructor for class com.gpudb.protocol.GrantPermissionSystemResponse
Constructs a GrantPermissionSystemResponse object with default parameters.
grantPermissionTable(GrantPermissionTableRequest) - Method in class com.gpudb.GPUdb
Grants a table-level permission to a user or role.
grantPermissionTable(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants a table-level permission to a user or role.
GrantPermissionTableRequest - Class in com.gpudb.protocol
GrantPermissionTableRequest() - Constructor for class com.gpudb.protocol.GrantPermissionTableRequest
Constructs a GrantPermissionTableRequest object with default parameters.
GrantPermissionTableRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionTableRequest
Constructs a GrantPermissionTableRequest object with the specified parameters.
GrantPermissionTableRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionTableResponse - Class in com.gpudb.protocol
GrantPermissionTableResponse() - Constructor for class com.gpudb.protocol.GrantPermissionTableResponse
Constructs a GrantPermissionTableResponse object with default parameters.
grantRole(GrantRoleRequest) - Method in class com.gpudb.GPUdb
Grants membership in a role to a user or role.
grantRole(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants membership in a role to a user or role.
GrantRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.grantRole(GrantRoleRequest).
GrantRoleRequest() - Constructor for class com.gpudb.protocol.GrantRoleRequest
Constructs a GrantRoleRequest object with default parameters.
GrantRoleRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantRoleRequest
Constructs a GrantRoleRequest object with the specified parameters.
GrantRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.grantRole(GrantRoleRequest).
GrantRoleResponse() - Constructor for class com.gpudb.protocol.GrantRoleResponse
Constructs a GrantRoleResponse object with default parameters.
GRAY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GRAY - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
GREAT_CIRCLE - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
 
GREENS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GREENS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 

H

hashCode() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterUserRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterUserResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTableRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTableResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateProcRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateProcResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUnionRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUnionResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteProcRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteProcResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteUserRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteUserResponse
 
hashCode() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByListRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByListResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByStringRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByStringResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByTableRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByTableResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByValueRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByValueResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.GpudbResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.HasProcRequest
 
hashCode() - Method in class com.gpudb.protocol.HasProcResponse
 
hashCode() - Method in class com.gpudb.protocol.HasTableRequest
 
hashCode() - Method in class com.gpudb.protocol.HasTableResponse
 
hashCode() - Method in class com.gpudb.protocol.HasTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.HasTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
hashCode() - Method in class com.gpudb.protocol.KillProcRequest
 
hashCode() - Method in class com.gpudb.protocol.KillProcResponse
 
hashCode() - Method in class com.gpudb.protocol.LockTableRequest
 
hashCode() - Method in class com.gpudb.protocol.LockTableResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTableRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTableResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTypesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTypesResponse
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
hashCode() - Method in class com.gpudb.RecordBase
 
hashCode() - Method in class com.gpudb.Type.Column
 
hashCode() - Method in class com.gpudb.Type
 
hasProc(HasProcRequest) - Method in class com.gpudb.GPUdb
Checks the existence of a proc with the given name.
hasProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks the existence of a proc with the given name.
HasProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasProc(HasProcRequest).
HasProcRequest() - Constructor for class com.gpudb.protocol.HasProcRequest
Constructs a HasProcRequest object with default parameters.
HasProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasProcRequest
Constructs a HasProcRequest object with the specified parameters.
HasProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasProc(HasProcRequest).
HasProcResponse() - Constructor for class com.gpudb.protocol.HasProcResponse
Constructs a HasProcResponse object with default parameters.
HasProcResponse.ProcExists - Class in com.gpudb.protocol
Indicates whether the proc exists or not.
hasTable(HasTableRequest) - Method in class com.gpudb.GPUdb
Checks for the existence of a table with the given name.
hasTable(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks for the existence of a table with the given name.
HasTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasTable(HasTableRequest).
HasTableRequest() - Constructor for class com.gpudb.protocol.HasTableRequest
Constructs a HasTableRequest object with default parameters.
HasTableRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasTableRequest
Constructs a HasTableRequest object with the specified parameters.
HasTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasTable(HasTableRequest).
HasTableResponse() - Constructor for class com.gpudb.protocol.HasTableResponse
Constructs a HasTableResponse object with default parameters.
HasTableResponse.TableExists - Class in com.gpudb.protocol
Indicates whether the table exists or not.
hasType(HasTypeRequest) - Method in class com.gpudb.GPUdb
Check for the existence of a type.
hasType(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Check for the existence of a type.
HasTypeRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasType(HasTypeRequest).
HasTypeRequest() - Constructor for class com.gpudb.protocol.HasTypeRequest
Constructs a HasTypeRequest object with default parameters.
HasTypeRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasTypeRequest
Constructs a HasTypeRequest object with the specified parameters.
HasTypeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasType(HasTypeRequest).
HasTypeResponse() - Constructor for class com.gpudb.protocol.HasTypeResponse
Constructs a HasTypeResponse object with default parameters.
HasTypeResponse.TypeExists - Class in com.gpudb.protocol
Indicates whether the type exists or not.
HAVING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Filter expression to apply to the aggregated results.
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 

I

IN_LIST - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
The filter will match all items that are in the provided list(s).
IN_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
INCLUDE_FILES - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
If set to true, the files that make up the proc will be returned.
insert(T) - Method in class com.gpudb.BulkInserter
Queues a record for insertion into GPUdb.
insert(List<T>) - Method in class com.gpudb.BulkInserter
Queues a list of records for insertion into GPUdb.
insertRecords(InsertRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(TypeObjectMap<TRequest>, InsertRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(String, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(TypeObjectMap<TRequest>, String, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecordsRandom(InsertRecordsRandomRequest) - Method in class com.gpudb.GPUdb
Generates a specified number of random records and adds them to the given table.
insertRecordsRandom(String, long, Map<String, Map<String, Double>>) - Method in class com.gpudb.GPUdb
Generates a specified number of random records and adds them to the given table.
InsertRecordsRandomRequest - Class in com.gpudb.protocol
InsertRecordsRandomRequest() - Constructor for class com.gpudb.protocol.InsertRecordsRandomRequest
Constructs an InsertRecordsRandomRequest object with default parameters.
InsertRecordsRandomRequest(String, long, Map<String, Map<String, Double>>) - Constructor for class com.gpudb.protocol.InsertRecordsRandomRequest
Constructs an InsertRecordsRandomRequest object with the specified parameters.
InsertRecordsRandomRequest.Options - Class in com.gpudb.protocol
Optional parameter to pass in specifications for the randomness of the values.
InsertRecordsRandomResponse - Class in com.gpudb.protocol
InsertRecordsRandomResponse() - Constructor for class com.gpudb.protocol.InsertRecordsRandomResponse
Constructs an InsertRecordsRandomResponse object with default parameters.
insertRecordsRaw(RawInsertRecordsRequest) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
InsertRecordsRequest<T> - Class in com.gpudb.protocol
InsertRecordsRequest() - Constructor for class com.gpudb.protocol.InsertRecordsRequest
Constructs an InsertRecordsRequest object with default parameters.
InsertRecordsRequest(String, List<T>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsRequest
Constructs an InsertRecordsRequest object with the specified parameters.
InsertRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsResponse - Class in com.gpudb.protocol
InsertRecordsResponse() - Constructor for class com.gpudb.protocol.InsertRecordsResponse
Constructs an InsertRecordsResponse object with default parameters.
insertSymbol(InsertSymbolRequest) - Method in class com.gpudb.GPUdb
Adds a symbol or icon (i.e.
insertSymbol(String, String, ByteBuffer, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds a symbol or icon (i.e.
InsertSymbolRequest - Class in com.gpudb.protocol
InsertSymbolRequest() - Constructor for class com.gpudb.protocol.InsertSymbolRequest
Constructs an InsertSymbolRequest object with default parameters.
InsertSymbolRequest(String, String, ByteBuffer, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertSymbolRequest
Constructs an InsertSymbolRequest object with the specified parameters.
InsertSymbolRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertSymbolRequest.SymbolFormat - Class in com.gpudb.protocol
Specifies the symbol format.
InsertSymbolResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.insertSymbol(InsertSymbolRequest).
InsertSymbolResponse() - Constructor for class com.gpudb.protocol.InsertSymbolResponse
Constructs an InsertSymbolResponse object with default parameters.
INT16 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory and query performance for int columns.
INT16 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory and query performance for int columns.
INT8 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory and query performance for int columns.
INT8 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory and query performance for int columns.
INTERNAL_USER - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A user whose credentials are managed by the database system.
INTERSECT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows that appear in both of the specified tables (only works on 2 tables).
INTERSECTS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that intersect the given WKT.
INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified, then generate values for all columns linearly and evenly spaced with the given interval value starting at the minimum value (instead of generating random data).
IPV4 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns representing IPv4 addresses (i.e.
IPV4 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns representing IPv4 addresses (i.e.
IS_COLLECTION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Indicates whether the new table to be created will be a collection.
IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a table, indicates whether the table is to be replicated to all the database ranks.
IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a table, indicates whether the table is a non-persistent, memory-only table that will store the output of a proc executed with GPUdb.executeProc(ExecuteProcRequest).
isNullable() - Method in class com.gpudb.Type.Column
Gets whether the column is nullable.

J

JET - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
JOIN - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
JSON - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsBySeriesRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.ListEncoding
 
JSON - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.RecordEncoding
 

K

KERNEL_OMP_THREADS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Set the number of kernel OpenMP threads to the specified integer value.
KEY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted by key, which corresponds to the grouping columns.
KILLED - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance was killed before completion.
KILLED - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance was killed before completion.
killProc(KillProcRequest) - Method in class com.gpudb.GPUdb
Kills a running proc instance.
killProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Kills a running proc instance.
KillProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.killProc(KillProcRequest).
KillProcRequest() - Constructor for class com.gpudb.protocol.KillProcRequest
Constructs a KillProcRequest object with default parameters.
KillProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.KillProcRequest
Constructs a KillProcRequest object with the specified parameters.
KillProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.killProc(KillProcRequest).
KillProcResponse() - Constructor for class com.gpudb.protocol.KillProcResponse
Constructs a KillProcResponse object with default parameters.
KURTOSIS - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Kurtosis (fourth standardized moment).

L

LIMIT - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
The number of records to keep.
list(T...) - Static method in class com.gpudb.GPUdbBase
A utility method for creating a list of objects inline.
lockTable(LockTableRequest) - Method in class com.gpudb.GPUdb
Manages global access to a table's data.
lockTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Manages global access to a table's data.
LockTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.lockTable(LockTableRequest).
LockTableRequest() - Constructor for class com.gpudb.protocol.LockTableRequest
Constructs a LockTableRequest object with default parameters.
LockTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.LockTableRequest
Constructs a LockTableRequest object with the specified parameters.
LockTableRequest.LockType - Class in com.gpudb.protocol
The type of lock being applied to the table.
LockTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.lockTable(LockTableRequest).
LockTableResponse() - Constructor for class com.gpudb.protocol.LockTableResponse
Constructs a LockTableResponse object with default parameters.

M

MANUAL - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
refresh only occurs when manually requested by calling this endpoint with refresh option set to refresh or full_refresh
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true then the columns of the projection will be cached on the GPU.
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If 'true' then the columns of the union will be cached on the GPU.
MAX - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Maximum value of the column(s).
MAX - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Maximum possible length for generated series; default is 500 records per series.
MAX_GET_RECORDS_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
The maximum number of records the database will serve for a given data retrieval call
MAX_ITERS - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
Number of times to try to hit the tolerance limit before giving up - default is 10.
MAX_PARTITION_SCORE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Maximum number of points * edges in a partition.
MAX_PARTITION_SIZE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Maximum number of points in a partition.
MAX_QUERY_DIMENSIONS - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
The maximum number of tables in a join that can be accessed by a query and are not equated by a foreign-key to primary-key equality predicate
MEAN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Arithmetic mean (average), equivalent to sum/count.
MERGE_VIEWS - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Merge two or more views (or views of views) of the same base data set into a new view.
MIN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Minimum value of the column(s).
MIN - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Minimum possible length for generated series; default is 100 records per series.
MODE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If 'merge_views' then this operation will merge (i.e.
MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Mode - should be either spatial or normal.

N

NETWORK_SPEED - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Invoke the network speed test and report timing results.
newInstance() - Method in class com.gpudb.Type
Creates a new Record based on the type.
newInstance() - Method in class com.gpudb.TypeObjectMap.ClassFactory
Creates a new object instance.
newInstance() - Method in interface com.gpudb.TypeObjectMap.Factory
Creates a new object instance.
newInstance() - Method in class com.gpudb.TypeObjectMap
Creates a new instance of the class specified when the type object map was created.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If false will return an error if the provided tableName does not exist.
NO_REFRESH - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
don't refresh
NONDISTRIBUTED - Static variable in class com.gpudb.protocol.CreateProcRequest.ExecutionMode
The proc command will be invoked only once per execution, and will not have access to any input or output table data.
NONDISTRIBUTED - Static variable in class com.gpudb.protocol.ShowProcResponse.ExecutionModes
Nondistributed
NONE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
NONE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
NONE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
NORMAL - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
NOT_IN_LIST - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
The filter will match all items that are not in the provided list(s).
NOT_IN_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
NULL_PERCENTAGE - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified and if this column is nullable, then generate the given percentage of the count as nulls.
NULLABLE - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column is nullable.
NULLABLE - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column is nullable.
NUM_TRIES - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum.

O

ON_INSERT - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
incrementally refresh (refresh just those records added) whenever new data is inserted into a base table.
ON_QUERY - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
incrementally refresh (refresh just those records added) whenever a new query is issued and new data is inserted into the base table.
OPTIMIZE_LOOKUPS - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Use more memory to speed up the joining of tables.
options(String...) - Static method in class com.gpudb.GPUdbBase
A utility method for creating a map of strings to strings} inline.
ORANGES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
ORDER_BY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Comma-separated list of the columns to be sorted by; e.g.
ORDER_BY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Comma-separated list of the columns to be sorted by; e.g.
ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
Name of the column used for candlestick charting techniques.
OVERLAPS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that overlap the given WKT.

P

PERCENTILE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Estimate (via t-digest) of the given percentile of the column(s) (percentile(50.0) will be an approximation of the median).
PERCENTILE_RANK - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Estimate (via t-digest) of the percentile rank of the given value in the column(s) (if the given value is the median of the column(s), percentile_rank() will return approximately 50.0).
PERSIST - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true then the projection will be persisted as a regular table (it will not be automatically cleared unless a ttl is provided, and the table data can be modified in subsequent operations).
PERSIST - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If true then the union will be persisted as a regular table (it will not be automatically cleared unless a ttl is provided, and the table data can be modified in subsequent operations).
ping() - Method in class com.gpudb.GPUdbBase
Verifies that GPUdb is running on the server.
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
RGB color value in hex for the points.
POINTSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTSHAPES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Shape of the point.
POINTSIZES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTSIZES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTSIZES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Size of points.
PRIMARY_KEY - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column will be part of (or the entire) primary key.
PRIMARY_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column will be part of (or the entire) primary key.
PROPERTIES - Static variable in class com.gpudb.protocol.ShowSystemPropertiesRequest.Options
A list of comma separated names of properties requested.
PROTECTED - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets whether the given tableName should be protected or not.
PROTECTED - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Indicates whether the respective table is protected or not.
PURPLES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PURPLES - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
put(int, Object) - Method in class com.gpudb.GenericRecord
 
put(int, Object) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
put(int, Object) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
put(int, Object) - Method in class com.gpudb.protocol.AdminOfflineRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminOfflineResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
put(int, Object) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
put(int, Object) - Method in class com.gpudb.protocol.AdminShutdownRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminShutdownResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateGroupByRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateHistogramRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateHistogramResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateKMeansRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateKMeansResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AggregateUniqueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTriggerRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ClearTriggerResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateJoinTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateJoinTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateProjectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateProjectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUnionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUnionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUserExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUserExternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUserInternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateUserInternalResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteUserRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteUserResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ExecuteProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ExecuteProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByAreaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByAreaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByBoxRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByBoxResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByGeometryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByListRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByListResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByRadiusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByRadiusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByRangeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByRangeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByStringRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByStringResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByValueRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterByValueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.FilterResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GetRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GpudbResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertSymbolRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertSymbolResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.KillProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.KillProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.LockTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.LockTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawGetRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokeRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokeRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowProcStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowProcStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSecurityRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSecurityResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTableResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTriggersRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTriggersResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTypesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTypesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UpdateRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in interface com.gpudb.Record
Sets the value of the specified field.
put(String, Object) - Method in interface com.gpudb.Record
Sets the value of the specified field.
put(String, Object) - Method in class com.gpudb.RecordBase
 
put(int, Object) - Method in class com.gpudb.RecordObject
 
put(Object, int, Object) - Method in class com.gpudb.TypeObjectMap
Sets the value of the column at the specified index in the specified object.

R

RawAggregateGroupByResponse - Class in com.gpudb.protocol
RawAggregateGroupByResponse() - Constructor for class com.gpudb.protocol.RawAggregateGroupByResponse
Constructs a RawAggregateGroupByResponse object with default parameters.
RawAggregateUniqueResponse - Class in com.gpudb.protocol
RawAggregateUniqueResponse() - Constructor for class com.gpudb.protocol.RawAggregateUniqueResponse
Constructs a RawAggregateUniqueResponse object with default parameters.
RawGetRecordsByColumnResponse - Class in com.gpudb.protocol
RawGetRecordsByColumnResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsByColumnResponse
Constructs a RawGetRecordsByColumnResponse object with default parameters.
RawGetRecordsBySeriesResponse - Class in com.gpudb.protocol
RawGetRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsBySeriesResponse
Constructs a RawGetRecordsBySeriesResponse object with default parameters.
RawGetRecordsFromCollectionResponse - Class in com.gpudb.protocol
RawGetRecordsFromCollectionResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
Constructs a RawGetRecordsFromCollectionResponse object with default parameters.
RawGetRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.getRecordsRaw(GetRecordsRequest).
RawGetRecordsResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsResponse
Constructs a RawGetRecordsResponse object with default parameters.
RawInsertRecordsRequest - Class in com.gpudb.protocol
RawInsertRecordsRequest() - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with default parameters.
RawInsertRecordsRequest(String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with the specified parameters.
RawInsertRecordsRequest(String, List<ByteBuffer>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with the specified parameters.
RawInsertRecordsRequest.ListEncoding - Class in com.gpudb.protocol
The encoding of the records to be inserted.
RawInsertRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RawUpdateRecordsRequest - Class in com.gpudb.protocol
RawUpdateRecordsRequest() - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with default parameters.
RawUpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with the specified parameters.
RawUpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<ByteBuffer>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with the specified parameters.
RawUpdateRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RawUpdateRecordsRequest.RecordEncoding - Class in com.gpudb.protocol
Identifies which of recordsToInsert and recordsToInsertStr should be used.
READ_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only read operations
Record - Interface in com.gpudb
Interface for objects that contain record data.
RECORD_ID - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
A record id identifying a single record, obtained at the time of insertion of the record or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest) with the *return_record_ids* option.
RECORD_ID - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
RECORD_ID - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
RecordBase - Class in com.gpudb
Abstract class that provides default implementations of most methods of Record.
RecordBase() - Constructor for class com.gpudb.RecordBase
 
RecordObject - Class in com.gpudb
Abstract base class for objects that contain Record data with a schema defined at compile time.
RecordObject() - Constructor for class com.gpudb.RecordObject
Creates a new record object instance.
RecordObject.Column - Annotation Type in com.gpudb
Indicates that a public field is a GPUdb type column.
RecordObject.Type - Annotation Type in com.gpudb
Provides additional information about a GPUdb type.
REDS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
REFRESH - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
incrementally refresh (refresh just those records added) if new data has been inserted into the base table.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Method by which the join can be refreshed when the data in underlying member tables have changed.
REGEX - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Full regular expression search (not accelerated).
REMAINING_TABLE_TTL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The remaining amount of minutes before the respective table expires (-1 if it will never expire).
RENAME_TABLE - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Rename a table, view or collection to value.
REPLICATED - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
REQUEST_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Number of minutes after which filtering (e.g., GPUdb.filter(FilterRequest)) and aggregating (e.g., GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)) queries will timeout.
RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
The name of the table used to store the results.
RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
The name of the table used to store the results.
RESULT_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
If true then the result table specified in result_table will be persisted as a regular table (it will not be automatically cleared unless a ttl is provided, and the table data can be modified in subsequent operations).
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
If true then the result table specified in result_table will be persisted as a regular table (it will not be automatically cleared unless a ttl is provided, and the table data can be modified in subsequent operations).
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
If 'true' then return the internal record ID along with each returned record.
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If true then return the internal record id along for each inserted record.
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If true then return the internal record id along for each inserted record.
revokePermissionSystem(RevokePermissionSystemRequest) - Method in class com.gpudb.GPUdb
Revokes a system-level permission from a user or role.
revokePermissionSystem(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a system-level permission from a user or role.
RevokePermissionSystemRequest - Class in com.gpudb.protocol
RevokePermissionSystemRequest() - Constructor for class com.gpudb.protocol.RevokePermissionSystemRequest
Constructs a RevokePermissionSystemRequest object with default parameters.
RevokePermissionSystemRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionSystemRequest
Constructs a RevokePermissionSystemRequest object with the specified parameters.
RevokePermissionSystemRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionSystemResponse - Class in com.gpudb.protocol
RevokePermissionSystemResponse() - Constructor for class com.gpudb.protocol.RevokePermissionSystemResponse
Constructs a RevokePermissionSystemResponse object with default parameters.
revokePermissionTable(RevokePermissionTableRequest) - Method in class com.gpudb.GPUdb
Revokes a table-level permission from a user or role.
revokePermissionTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a table-level permission from a user or role.
RevokePermissionTableRequest - Class in com.gpudb.protocol
RevokePermissionTableRequest() - Constructor for class com.gpudb.protocol.RevokePermissionTableRequest
Constructs a RevokePermissionTableRequest object with default parameters.
RevokePermissionTableRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionTableRequest
Constructs a RevokePermissionTableRequest object with the specified parameters.
RevokePermissionTableRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionTableResponse - Class in com.gpudb.protocol
RevokePermissionTableResponse() - Constructor for class com.gpudb.protocol.RevokePermissionTableResponse
Constructs a RevokePermissionTableResponse object with default parameters.
revokeRole(RevokeRoleRequest) - Method in class com.gpudb.GPUdb
Revokes membership in a role from a user or role.
revokeRole(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes membership in a role from a user or role.
RevokeRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.revokeRole(RevokeRoleRequest).
RevokeRoleRequest() - Constructor for class com.gpudb.protocol.RevokeRoleRequest
Constructs a RevokeRoleRequest object with default parameters.
RevokeRoleRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokeRoleRequest
Constructs a RevokeRoleRequest object with the specified parameters.
RevokeRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.revokeRole(RevokeRoleRequest).
RevokeRoleResponse() - Constructor for class com.gpudb.protocol.RevokeRoleResponse
Constructs a RevokeRoleResponse object with default parameters.
ROLE - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A role.
ROUTE_TO_ADDRESS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
Route to a specific rank/tom.
ROUTE_TO_ADDRESS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
Route to a specific rank/tom.
RUNNING - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance is currently running.
RUNNING - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance is currently running.

S

SEARCH - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Full text search query with wildcards and boolean operators.
SEED - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If provided, the internal random number generator will be initialized with the given value.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Sets the value of the field specified in the constructor in the specified object after converting it from the data type of the GPUdb column specified in the constructor.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.ConvertingMethodHandler
Sets a value in the specified object via the set method specified in the constructor after converting it from the data type of the GPUdb column specified in the constructor.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.FieldHandler
Sets the value of the field specified in the constructor in the specified object.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.MethodHandler
Sets a value in the specified object via the set method specified in the constructor.
set(Object, Object) - Method in interface com.gpudb.TypeObjectMap.Mutator
Sets a value in an object.
SET_MESSAGE_TIMERS_ENABLED - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enables the communicator test to collect additional timing statistics when the value string is true.
SET_PASSWORD - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
Sets the password of the user.
setAction(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setArgs(List<String>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setArgs(List<List<String>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setAssignmentIndex(List<Integer>) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setAuthorization(String) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
setAuthorization(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setAuthorization(String) - Method in class com.gpudb.protocol.ClearTableRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setBinParams(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setBinParams(Map<String, Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setBinResults(Map<String, Map<String, Map<String, ByteBuffer>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setCbColumnName1(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbColumnName2(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbVals1(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbVals2(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setColumnValuesMap(Map<String, List<String>>) - Method in class com.gpudb.protocol.FilterByListRequest
 
setCommand(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setCommands(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setCount(int) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setCount(long) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setCount(long) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByListResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByStringResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByTableResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByValueResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterResponse
 
setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setCount(int) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
setCountDeleted(long) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setCountInserted(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCounts(List<Double>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setCounts(List<Long>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setCountsDeleted(List<Long>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setCountsInserted(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCountsUpdated(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCountUpdated(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setData(List<List<T>>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setData(ByteBuffer) - Method in class com.gpudb.protocol.GpudbResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setData(List<T>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setData(List<ByteBuffer>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setData(List<ByteBuffer>) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setDataStr(String) - Method in class com.gpudb.protocol.GpudbResponse
 
setDataType(String) - Method in class com.gpudb.protocol.GpudbResponse
 
setDrawBox(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setDrawLeader(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setEndpoints(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setErrorList(List<String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setExecutionMode(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setExecutionModes(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setExecutor(ExecutorService) - Method in class com.gpudb.GPUdbBase.Options
Sets the executor service used for managing threads during data encoding and decoding operations.
setExitStatus(String) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
setExitType(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setExpression(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setExpression(String) - Method in class com.gpudb.protocol.FilterRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setFiles(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setFiles(List<Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setFillColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setFilterExpression(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setFilterExpression(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setFont(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setFullSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setHttpHeaders(Map<String, String>) - Method in class com.gpudb.GPUdbBase.Options
Replaces the contents of the map of additional HTTP headers to send to GPUdb with each request with the contents of the specified map.
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setInputColumnNames(List<List<String>>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setInputColumnNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setInputColumnNames(Map<String, Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInputTableNames(List<String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setInputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInputWkt(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setInterval(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setInterval(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setIsCollection(boolean) - Method in class com.gpudb.protocol.CreateTableResponse
 
setIsOffline(boolean) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
setIsString(boolean) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setIsValid(boolean) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setJobids(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setJoinSizes(List<Double>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setK(int) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setLabel(String) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setLabel(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setLabel(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setLabel(String) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setLabels(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setLeaderXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLeaderYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLimit(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setLimit(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setLimit(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setLineColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLineWidth(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setList(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setListEncoding(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setListRecordsBinary(List<List<ByteBuffer>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setListRecordsJson(List<List<String>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setListStr(List<String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setLockType(String) - Method in class com.gpudb.protocol.LockTableRequest
 
setLockType(String) - Method in class com.gpudb.protocol.LockTableResponse
 
setLowerBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setMax(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setMax(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setMeans(List<List<Double>>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setMember(String) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setMember(String) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setMember(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setMember(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setMessage(List<String>) - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
setMessage(List<String>) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
setMessage(String) - Method in class com.gpudb.protocol.GpudbResponse
 
setMessages(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setMetadataMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setMin(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setMin(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setMode(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterUserResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
setName(String) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.DeleteUserRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteUserResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setNames(List<String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setNumFrames(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setNumFrames(int) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setNumIters(int) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setOffline(boolean) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
setOffset(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setOffset(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setOffset(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setOperation(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeRequest
 
setOptions(Map<String, Map<String, Double>>) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.KillProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.LockTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcRequest
 
setOptions(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
setOptions(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setOutputColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setOutputTableNames(List<String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setOutputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOverallStatuses(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setParams(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setParams(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setPartialReassignment(boolean) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setPassword(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the password to be used for authentication to GPUdb.
setPassword(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setPermissions(Map<String, List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setProcExists(boolean) - Method in class com.gpudb.protocol.HasProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.CreateProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.DeleteProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.DeleteProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.HasProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.HasProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.ShowProcRequest
 
setProcNames(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setProcNames(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setProjectionName(String) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setProjectionName(String) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setPropertyMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
setPropertyUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setRank(int) - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
setRank(int) - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
setRecordEncoding(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setRecordsToInsert(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRecordsToInsertStr(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setReserved(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setResults(Map<String, Map<String, Map<String, String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setRmsDist(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setRmsDists(List<Double>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setRole(String) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setRole(String) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setRole(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setRole(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setRoles(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setRunId(String) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
setRunId(String) - Method in class com.gpudb.protocol.KillProcRequest
 
setRunId(String) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
setRunIds(List<String>) - Method in class com.gpudb.protocol.KillProcResponse
 
setSelectExpression(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setSessionKey(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setSessionKey(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setSessionKey(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setSessionKey(String) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setShardAssignmentsRank(List<Integer>) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
setShardAssignmentsRank(List<Integer>) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setShardAssignmentsTom(List<Integer>) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
setShardAssignmentsTom(List<Integer>) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setSourceTableColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setSourceTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setStart(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setStats(Map<String, List<Double>>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setStats(Map<String, Double>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
setStatus(String) - Method in class com.gpudb.protocol.GpudbResponse
 
setStatuses(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setSymbolData(ByteBuffer) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolFormat(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
setTableDescriptions(List<List<String>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableExists(boolean) - Method in class com.gpudb.protocol.HasTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ClearTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ClearTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateUnionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByListRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.HasTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.HasTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.LockTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ShowTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setTargetTrackIds(List<String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTextAngle(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextScale(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextString(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setThreadCount(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the number of threads that will be used during data encoding and decoding operations.
setTimeInMs(List<Float>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setTimeIntervals(List<List<Double>>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setTimeIntervals(List<List<Double>>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the timeout value, in milliseconds, after which a lack of response from the GPUdb server will result in requests being aborted.
setTimings(Map<String, Map<String, Map<String, Long>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
setTopicId(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTotalFullSize(long) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTotalSize(long) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTrackId(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTrackIds(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setTrackIds(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setTrackIds(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setTriggerId(String) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
setTriggerId(String) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
setTriggerIds(List<String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
setTriggerMap(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setTypeDescriptorIfMissing(String, String, String, Map<String, List<String>>) - Method in class com.gpudb.GPUdbBase
 
setTypeExists(boolean) - Method in class com.gpudb.protocol.HasTypeResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTableRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTableResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.HasTypeRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.HasTypeResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setTypeIds(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeIds(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setTypeLabels(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeName(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTypeName(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setTypes(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
setUpperBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setUsername(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the username to be used for authentication to GPUdb.
setUseSnappy(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the flag indicating whether to use Snappy compression for certain GPUdb requests that potentially submit large amounts of data.
setValue(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setValue(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setValue(double) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setValueStr(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setVerifiedOk(boolean) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setVersion(long) - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
setVersion(long) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
setVersion(long) - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
setVideoStyle(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setVideoStyle(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByListRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterRequest
 
setViewName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setWorldTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setWorldTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setWorldTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setWorldTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setWorldTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setXCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setXOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setYOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
SHAPEFILLCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPEFILLCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPEFILLCOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
RGB color values in hex for the fill color of the shapes.
SHAPELINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINECOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
RGB color values in hex for the line.
SHAPELINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Width of the lines.
SHARD_KEY - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column will be part of (or the entire) shard key.
SHARD_KEY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Comma-separated list of the columns to be sharded on; e.g.
SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column will be part of (or the entire) shard key.
SHOW_CHILDREN - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If tableName is a collection, then true will return information about the children of the collection, and false will return information about the collection itself.
showProc(ShowProcRequest) - Method in class com.gpudb.GPUdb
Shows information about a proc.
showProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a proc.
ShowProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showProc(ShowProcRequest).
ShowProcRequest() - Constructor for class com.gpudb.protocol.ShowProcRequest
Constructs a ShowProcRequest object with default parameters.
ShowProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowProcRequest
Constructs a ShowProcRequest object with the specified parameters.
ShowProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showProc(ShowProcRequest).
ShowProcResponse() - Constructor for class com.gpudb.protocol.ShowProcResponse
Constructs a ShowProcResponse object with default parameters.
ShowProcResponse.ExecutionModes - Class in com.gpudb.protocol
The execution modes of the procs named in procNames.
showProcStatus(ShowProcStatusRequest) - Method in class com.gpudb.GPUdb
Shows the statuses of running or completed proc instances.
showProcStatus(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows the statuses of running or completed proc instances.
ShowProcStatusRequest - Class in com.gpudb.protocol
ShowProcStatusRequest() - Constructor for class com.gpudb.protocol.ShowProcStatusRequest
Constructs a ShowProcStatusRequest object with default parameters.
ShowProcStatusRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowProcStatusRequest
Constructs a ShowProcStatusRequest object with the specified parameters.
ShowProcStatusRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowProcStatusResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showProcStatus(ShowProcStatusRequest).
ShowProcStatusResponse() - Constructor for class com.gpudb.protocol.ShowProcStatusResponse
Constructs a ShowProcStatusResponse object with default parameters.
ShowProcStatusResponse.OverallStatuses - Class in com.gpudb.protocol
Overall statuses for the returned run IDs.
ShowProcStatusResponse.Statuses - Class in com.gpudb.protocol
Statuses for the returned run IDs, grouped by data segment ID.
showSecurity(ShowSecurityRequest) - Method in class com.gpudb.GPUdb
Shows security information relating to users and/or roles.
showSecurity(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows security information relating to users and/or roles.
ShowSecurityRequest - Class in com.gpudb.protocol
ShowSecurityRequest() - Constructor for class com.gpudb.protocol.ShowSecurityRequest
Constructs a ShowSecurityRequest object with default parameters.
ShowSecurityRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSecurityRequest
Constructs a ShowSecurityRequest object with the specified parameters.
ShowSecurityResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showSecurity(ShowSecurityRequest).
ShowSecurityResponse() - Constructor for class com.gpudb.protocol.ShowSecurityResponse
Constructs a ShowSecurityResponse object with default parameters.
ShowSecurityResponse.Types - Class in com.gpudb.protocol
Map of user/role name to the type of that user/role.
showSystemProperties(ShowSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
Returns server configuration and version related information to the caller.
showSystemProperties(Map<String, String>) - Method in class com.gpudb.GPUdb
Returns server configuration and version related information to the caller.
ShowSystemPropertiesRequest - Class in com.gpudb.protocol
ShowSystemPropertiesRequest() - Constructor for class com.gpudb.protocol.ShowSystemPropertiesRequest
Constructs a ShowSystemPropertiesRequest object with default parameters.
ShowSystemPropertiesRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemPropertiesRequest
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
ShowSystemPropertiesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSystemPropertiesResponse - Class in com.gpudb.protocol
ShowSystemPropertiesResponse() - Constructor for class com.gpudb.protocol.ShowSystemPropertiesResponse
Constructs a ShowSystemPropertiesResponse object with default parameters.
ShowSystemPropertiesResponse.PropertyMap - Class in com.gpudb.protocol
A map of server configuration parameters and version information.
showSystemStatus(ShowSystemStatusRequest) - Method in class com.gpudb.GPUdb
Provides server configuration and health related status to the caller.
showSystemStatus(Map<String, String>) - Method in class com.gpudb.GPUdb
Provides server configuration and health related status to the caller.
ShowSystemStatusRequest - Class in com.gpudb.protocol
ShowSystemStatusRequest() - Constructor for class com.gpudb.protocol.ShowSystemStatusRequest
Constructs a ShowSystemStatusRequest object with default parameters.
ShowSystemStatusRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemStatusRequest
Constructs a ShowSystemStatusRequest object with the specified parameters.
ShowSystemStatusResponse - Class in com.gpudb.protocol
ShowSystemStatusResponse() - Constructor for class com.gpudb.protocol.ShowSystemStatusResponse
Constructs a ShowSystemStatusResponse object with default parameters.
showSystemTiming(ShowSystemTimingRequest) - Method in class com.gpudb.GPUdb
Returns the last 100 database requests along with the request timing and internal job id.
showSystemTiming(Map<String, String>) - Method in class com.gpudb.GPUdb
Returns the last 100 database requests along with the request timing and internal job id.
ShowSystemTimingRequest - Class in com.gpudb.protocol
ShowSystemTimingRequest() - Constructor for class com.gpudb.protocol.ShowSystemTimingRequest
Constructs a ShowSystemTimingRequest object with default parameters.
ShowSystemTimingRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemTimingRequest
Constructs a ShowSystemTimingRequest object with the specified parameters.
ShowSystemTimingResponse - Class in com.gpudb.protocol
ShowSystemTimingResponse() - Constructor for class com.gpudb.protocol.ShowSystemTimingResponse
Constructs a ShowSystemTimingResponse object with default parameters.
showTable(ShowTableRequest) - Method in class com.gpudb.GPUdb
Retrieves detailed information about a table, view, or collection, specified in tableName.
showTable(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves detailed information about a table, view, or collection, specified in tableName.
showTableMetadata(ShowTableMetadataRequest) - Method in class com.gpudb.GPUdb
Retrieves the user provided metadata for the specified tables.
showTableMetadata(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the user provided metadata for the specified tables.
ShowTableMetadataRequest - Class in com.gpudb.protocol
ShowTableMetadataRequest() - Constructor for class com.gpudb.protocol.ShowTableMetadataRequest
Constructs a ShowTableMetadataRequest object with default parameters.
ShowTableMetadataRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTableMetadataRequest
Constructs a ShowTableMetadataRequest object with the specified parameters.
ShowTableMetadataResponse - Class in com.gpudb.protocol
ShowTableMetadataResponse() - Constructor for class com.gpudb.protocol.ShowTableMetadataResponse
Constructs a ShowTableMetadataResponse object with default parameters.
ShowTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showTable(ShowTableRequest).
ShowTableRequest() - Constructor for class com.gpudb.protocol.ShowTableRequest
Constructs a ShowTableRequest object with default parameters.
ShowTableRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTableRequest
Constructs a ShowTableRequest object with the specified parameters.
ShowTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTable(ShowTableRequest).
ShowTableResponse() - Constructor for class com.gpudb.protocol.ShowTableResponse
Constructs a ShowTableResponse object with default parameters.
ShowTableResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective tables in tableNames.
ShowTableResponse.TableDescriptions - Class in com.gpudb.protocol
List of descriptions for the respective tables in tableNames.
showTablesByType(ShowTablesByTypeRequest) - Method in class com.gpudb.GPUdb
Gets names of the tables whose type matches the given criteria.
showTablesByType(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Gets names of the tables whose type matches the given criteria.
ShowTablesByTypeRequest - Class in com.gpudb.protocol
ShowTablesByTypeRequest() - Constructor for class com.gpudb.protocol.ShowTablesByTypeRequest
Constructs a ShowTablesByTypeRequest object with default parameters.
ShowTablesByTypeRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTablesByTypeRequest
Constructs a ShowTablesByTypeRequest object with the specified parameters.
ShowTablesByTypeResponse - Class in com.gpudb.protocol
ShowTablesByTypeResponse() - Constructor for class com.gpudb.protocol.ShowTablesByTypeResponse
Constructs a ShowTablesByTypeResponse object with default parameters.
showTriggers(ShowTriggersRequest) - Method in class com.gpudb.GPUdb
Retrieves information regarding the specified triggers or all existing triggers currently active.
showTriggers(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information regarding the specified triggers or all existing triggers currently active.
ShowTriggersRequest - Class in com.gpudb.protocol
ShowTriggersRequest() - Constructor for class com.gpudb.protocol.ShowTriggersRequest
Constructs a ShowTriggersRequest object with default parameters.
ShowTriggersRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTriggersRequest
Constructs a ShowTriggersRequest object with the specified parameters.
ShowTriggersResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTriggers(ShowTriggersRequest).
ShowTriggersResponse() - Constructor for class com.gpudb.protocol.ShowTriggersResponse
Constructs a ShowTriggersResponse object with default parameters.
showTypes(ShowTypesRequest) - Method in class com.gpudb.GPUdb
Retrieves information for the specified data type.
showTypes(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information for the specified data type.
ShowTypesRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showTypes(ShowTypesRequest).
ShowTypesRequest() - Constructor for class com.gpudb.protocol.ShowTypesRequest
Constructs a ShowTypesRequest object with default parameters.
ShowTypesRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTypesRequest
Constructs a ShowTypesRequest object with the specified parameters.
ShowTypesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTypes(ShowTypesRequest).
ShowTypesResponse() - Constructor for class com.gpudb.protocol.ShowTypesResponse
Constructs a ShowTypesResponse object with default parameters.
SKEW - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Skewness (third standardized moment).
SM_OMP_THREADS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Set the number of OpenMP threads that will be used to service filter & aggregation requests against collections to the specified integer value.
SORT_BY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
String determining how the results are sorted.
SORT_BY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Optional column that the data should be sorted by.
SORT_BY - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Optional column that the data should be sorted by.
SORT_ORDER - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SORT_ORDER - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
String indicating how the returned values should be sorted.
SORT_ORDER - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SORT_ORDER - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SPATIAL - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
SPATIAL_DISTANCE_METRIC - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A string representing the coordinate system to use for the spatial search criteria.
SPATIAL_RADIUS - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A positive number passed as a string representing the radius of the search area centered around each track point's geospatial coordinates.
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SQUARE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
STARTS_WITH - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Strings that start with the given expression (not accelerated).
STATUS - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Show locked status
STDV - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Sample standard deviation (denominator is count-1).
STORE_ONLY - Static variable in class com.gpudb.ColumnProperty
Persist the column value but do not make it available to queries (e.g.
STORE_ONLY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Persist the column value but do not make it available to queries (e.g.
submitRequest(String, IndexedRecord, T) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object.
submitRequest(String, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(URL, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
SUM - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Sum of all values in the column(s).
SVG - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
SVG_PATH - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
SYMBOLCODE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SYMBOLCODE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SYMBOLCODE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
SYSTEM_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Full access to all data and system functions.
SYSTEM_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Full access to all data and system functions.
SYSTEM_READ - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Read-only access to all tables.
SYSTEM_READ - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Read-only access to all tables.
SYSTEM_WRITE - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Read and write access to all tables.
SYSTEM_WRITE - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Read and write access to all tables.

T

TABLE_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Full read/write and administrative access to the table.
TABLE_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Full read/write and administrative access to the table.
TABLE_DELETE - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Delete access to the table.
TABLE_DELETE - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Delete access to the table.
TABLE_INSERT - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Insert access to the table.
TABLE_INSERT - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Insert access to the table.
TABLE_READ - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Read access to the table.
TABLE_READ - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Read access to the table.
TABLE_TTL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The value of TTL setting, in minutes, for the respective table (-1 if it will never expire).
TABLE_UPDATE - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Update access to the table.
TABLE_UPDATE - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Update access to the table.
TEXT_SEARCH - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
TEXT_SEARCH - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
TIME - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
TIME - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
TIME_RADIUS - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track's points.
TIMESTAMP - Static variable in class com.gpudb.ColumnProperty
Valid only for 'long' columns.
TIMESTAMP - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'long' columns.
toString() - Method in class com.gpudb.protocol.AdminDeleteNodeRequest
 
toString() - Method in class com.gpudb.protocol.AdminDeleteNodeResponse
 
toString() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsRequest
 
toString() - Method in class com.gpudb.protocol.AdminGetShardAssignmentsResponse
 
toString() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
toString() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
toString() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
toString() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
toString() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsRequest
 
toString() - Method in class com.gpudb.protocol.AdminSetShardAssignmentsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
toString() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
toString() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
toString() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
toString() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
toString() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
toString() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
toString() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
toString() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
toString() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
toString() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
toString() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
toString() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableResponse
 
toString() - Method in class com.gpudb.protocol.AlterUserRequest
 
toString() - Method in class com.gpudb.protocol.AlterUserResponse
 
toString() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
toString() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
toString() - Method in class com.gpudb.protocol.ClearTableRequest
 
toString() - Method in class com.gpudb.protocol.ClearTableResponse
 
toString() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
toString() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateProcRequest
 
toString() - Method in class com.gpudb.protocol.CreateProcResponse
 
toString() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
toString() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
toString() - Method in class com.gpudb.protocol.CreateRoleRequest
 
toString() - Method in class com.gpudb.protocol.CreateRoleResponse
 
toString() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
toString() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
toString() - Method in class com.gpudb.protocol.CreateTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
toString() - Method in class com.gpudb.protocol.CreateTypeRequest
 
toString() - Method in class com.gpudb.protocol.CreateTypeResponse
 
toString() - Method in class com.gpudb.protocol.CreateUnionRequest
 
toString() - Method in class com.gpudb.protocol.CreateUnionResponse
 
toString() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
toString() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
toString() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
toString() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
toString() - Method in class com.gpudb.protocol.DeleteProcRequest
 
toString() - Method in class com.gpudb.protocol.DeleteProcResponse
 
toString() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
toString() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
toString() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
toString() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
toString() - Method in class com.gpudb.protocol.DeleteUserRequest
 
toString() - Method in class com.gpudb.protocol.DeleteUserResponse
 
toString() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
toString() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
toString() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
toString() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
toString() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
toString() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
toString() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByListRequest
 
toString() - Method in class com.gpudb.protocol.FilterByListResponse
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
toString() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
toString() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.FilterByStringRequest
 
toString() - Method in class com.gpudb.protocol.FilterByStringResponse
 
toString() - Method in class com.gpudb.protocol.FilterByTableRequest
 
toString() - Method in class com.gpudb.protocol.FilterByTableResponse
 
toString() - Method in class com.gpudb.protocol.FilterByValueRequest
 
toString() - Method in class com.gpudb.protocol.FilterByValueResponse
 
toString() - Method in class com.gpudb.protocol.FilterRequest
 
toString() - Method in class com.gpudb.protocol.FilterResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsResponse
 
toString() - Method in class com.gpudb.protocol.GpudbResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
toString() - Method in class com.gpudb.protocol.GrantRoleRequest
 
toString() - Method in class com.gpudb.protocol.GrantRoleResponse
 
toString() - Method in class com.gpudb.protocol.HasProcRequest
 
toString() - Method in class com.gpudb.protocol.HasProcResponse
 
toString() - Method in class com.gpudb.protocol.HasTableRequest
 
toString() - Method in class com.gpudb.protocol.HasTableResponse
 
toString() - Method in class com.gpudb.protocol.HasTypeRequest
 
toString() - Method in class com.gpudb.protocol.HasTypeResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
toString() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
toString() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
toString() - Method in class com.gpudb.protocol.KillProcRequest
 
toString() - Method in class com.gpudb.protocol.KillProcResponse
 
toString() - Method in class com.gpudb.protocol.LockTableRequest
 
toString() - Method in class com.gpudb.protocol.LockTableResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
toString() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
toString() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
toString() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
toString() - Method in class com.gpudb.protocol.ShowProcRequest
 
toString() - Method in class com.gpudb.protocol.ShowProcResponse
 
toString() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
toString() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
toString() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
toString() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
toString() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
toString() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
toString() - Method in class com.gpudb.protocol.ShowTableRequest
 
toString() - Method in class com.gpudb.protocol.ShowTableResponse
 
toString() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
toString() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
toString() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
toString() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
toString() - Method in class com.gpudb.protocol.ShowTypesRequest
 
toString() - Method in class com.gpudb.protocol.ShowTypesResponse
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
toString() - Method in class com.gpudb.RecordBase
 
toString() - Method in class com.gpudb.Type.Column
 
toString() - Method in class com.gpudb.Type
 
TOUCHES - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that touch the given WKT.
TRACK_LENGTH - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
This key-map pair is only valid for track type data sets (an error is thrown otherwise).
TRACKHEADCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKHEADCOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Color of track head markers.
TRACKHEADSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKHEADSHAPES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Shape of track head markers.
TRACKHEADSIZES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADSIZES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKHEADSIZES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Size of track head markers.
TRACKLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
RGB color values for the track lines.
TRACKLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Width of the track lines.
TRACKMARKERCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERCOLORS - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Color of the track point markers.
TRACKMARKERSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERSHAPES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Shape of track point markers.
TRACKMARKERSIZES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERSIZES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERSIZES - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
Size of the track point markers.
TRUE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
TRUE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
TRUE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
true
TRUE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.HasProcResponse.ProcExists
 
TRUE - Static variable in class com.gpudb.protocol.HasTableResponse.TableExists
 
TRUE - Static variable in class com.gpudb.protocol.HasTypeResponse.TypeExists
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Indicates that the system is configured for multi-head ingestion.
TRUE - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
TRUE - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
TTL - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Sets the TTL of the table specified in result_table.
TTL - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Sets the TTL of the table specified in 'result_table'.
TTL - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the TTL of the table, view, or collection specified in tableName.
TTL - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Sets the TTL of the table specified in joinTableName.
TTL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Sets the TTL of the table, view, or collection specified in projectionName.
TTL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Sets the TTL of the table or collection specified in tableName.
TTL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Sets the TTL of the table specified in tableName.
TTL - Static variable in class com.gpudb.protocol.FilterRequest.Options
Sets the TTL of the view specified in viewName.
Type - Class in com.gpudb
Immutable collection of metadata about a GPUdb type.
Type(Type.Column...) - Constructor for class com.gpudb.Type
Creates a Type object with the specified column metadata and an empty type label.
Type(List<Type.Column>) - Constructor for class com.gpudb.Type
Creates a Type object with the specified column metadata and an empty type label.
Type(String, Type.Column...) - Constructor for class com.gpudb.Type
Creates a Type object with the specified metadata.
Type(String, List<Type.Column>) - Constructor for class com.gpudb.Type
Creates a Type object with the specified metadata.
Type(String) - Constructor for class com.gpudb.Type
Creates a Type object with column metadata from an Avro record schema and an empty type label.
Type(String, String, Map<String, List<String>>) - Constructor for class com.gpudb.Type
Creates a Type object with metadata in the format returned from the GPUdb /show/table or /show/types endpoints.
Type.Column - Class in com.gpudb
Immutable collection of metadata about a column that is part of a GPUdb type.
Type.Column(String, Class<?>, String...) - Constructor for class com.gpudb.Type.Column
Creates a Type.Column object with the specified metadata.
Type.Column(String, Class<?>, List<String>) - Constructor for class com.gpudb.Type.Column
Creates a Type.Column object with the specified metadata.
TypeObjectMap<T> - Class in com.gpudb
 
TypeObjectMap(Type, Class<T>, TypeObjectMap.Factory<T>, List<TypeObjectMap.Accessor>, List<TypeObjectMap.Mutator>) - Constructor for class com.gpudb.TypeObjectMap
Creates a TypeObjectMap for the specified Type and class.
TypeObjectMap.Accessor - Interface in com.gpudb
An accessor that returns a value from an object.
TypeObjectMap.ClassFactory<T> - Class in com.gpudb
A factory that uses reflection to create new instances of the specified class.
TypeObjectMap.ClassFactory(Class<?>) - Constructor for class com.gpudb.TypeObjectMap.ClassFactory
Creates a TypeObjectMap.ClassFactory for the specified class.
TypeObjectMap.ConvertingFieldHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a specified field using reflection, converting the value to and from the data type of a specified GPUdb column.
TypeObjectMap.ConvertingFieldHandler(Field, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Creates a TypeObjectMap.ConvertingFieldHandler for the specified field and GPUdb column.
TypeObjectMap.ConvertingMethodHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that 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 GPUdb column.
TypeObjectMap.ConvertingMethodHandler(Method, Method, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingMethodHandler
Creates a TypeObjectMap.ConvertingMethodHandler for the specified get and set methods and GPUdb column.
TypeObjectMap.Factory<T> - Interface in com.gpudb
A factory that creates new instances of the specified class.
TypeObjectMap.FieldHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a specified field using reflection.
TypeObjectMap.FieldHandler(Field) - Constructor for class com.gpudb.TypeObjectMap.FieldHandler
Creates a TypeObjectMap.FieldHandler for the specified field.
TypeObjectMap.MethodHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a field via specified get and set methods using reflection.
TypeObjectMap.MethodHandler(Method, Method) - Constructor for class com.gpudb.TypeObjectMap.MethodHandler
Creates a TypeObjectMap.MethodHandler for the specified get and set methods.
TypeObjectMap.Mutator - Interface in com.gpudb
A mutator that sets a value in an object.

U

UNION - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the specified tables (synonym for 'union_distinct').
UNION_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows from the specified tables.
UNION_DISTINCT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the specified tables.
UNLOCK - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow all read/write operations
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
Specifies the record collision policy for inserting into a table with a primary key.
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
Specifies the record collision policy for inserting into a table with a primary key.
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
Can be used to customize behavior when the updated primary key value already exists, as described in GPUdb.insertRecordsRaw(RawInsertRecordsRequest).
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Can be used to customize behavior when the updated primary key value already exists, as described in GPUdb.insertRecords(InsertRecordsRequest).
updateRecords(UpdateRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(TypeObjectMap<TRequest>, UpdateRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(String, List<String>, List<Map<String, String>>, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(TypeObjectMap<TRequest>, String, List<String>, List<Map<String, String>>, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecordsBySeries(UpdateRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.
updateRecordsBySeries(String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.
UpdateRecordsBySeriesRequest - Class in com.gpudb.protocol
UpdateRecordsBySeriesRequest() - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesRequest
Constructs an UpdateRecordsBySeriesRequest object with default parameters.
UpdateRecordsBySeriesRequest(String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesRequest
Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.
UpdateRecordsBySeriesResponse - Class in com.gpudb.protocol
UpdateRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesResponse
Constructs an UpdateRecordsBySeriesResponse object with default parameters.
updateRecordsRaw(RawUpdateRecordsRequest) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
UpdateRecordsRequest<T> - Class in com.gpudb.protocol
UpdateRecordsRequest() - Constructor for class com.gpudb.protocol.UpdateRecordsRequest
Constructs an UpdateRecordsRequest object with default parameters.
UpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<T>, Map<String, String>) - Constructor for class com.gpudb.protocol.UpdateRecordsRequest
Constructs an UpdateRecordsRequest object with the specified parameters.
UpdateRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
UpdateRecordsResponse - Class in com.gpudb.protocol
UpdateRecordsResponse() - Constructor for class com.gpudb.protocol.UpdateRecordsResponse
Constructs an UpdateRecordsResponse object with default parameters.
USE_CACHED_INPUT - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A comma-delimited list of run IDs (as returned from prior calls to GPUdb.executeProc(ExecuteProcRequest)) of running or completed proc instances from which input data cached using the cache_input option will be used.

V

VALIDATE_CHANGE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Validate the type change before applying column_change request.
VALUE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted by value, which corresponds to the aggregates.
VALUE - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Pass the seed value here.
VALUE_COLUMN - Static variable in class com.gpudb.protocol.AggregateHistogramRequest.Options
The name of the column to use when calculating the bin values (values are summed).
VARIANCE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Unbiased sample variance (denominator is count-1).
VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
visualizeImage(VisualizeImageRequest) - Method in class com.gpudb.GPUdb
 
visualizeImage(List<String>, List<String>, String, String, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
visualizeImageClassbreak(VisualizeImageClassbreakRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageClassbreak(List<String>, List<String>, String, String, List<List<String>>, String, List<String>, List<String>, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageClassbreakRequest - Class in com.gpudb.protocol
 
VisualizeImageClassbreakRequest() - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
VisualizeImageClassbreakRequest(List<String>, List<String>, String, String, List<List<String>>, String, List<String>, List<String>, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
VisualizeImageClassbreakRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageClassbreakRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageClassbreakResponse - Class in com.gpudb.protocol
 
VisualizeImageClassbreakResponse() - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
visualizeImageHeatmap(VisualizeImageHeatmapRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageHeatmap(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageHeatmapRequest - Class in com.gpudb.protocol
 
VisualizeImageHeatmapRequest() - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
VisualizeImageHeatmapRequest(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
VisualizeImageHeatmapRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageHeatmapRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageHeatmapResponse - Class in com.gpudb.protocol
 
VisualizeImageHeatmapResponse() - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
visualizeImageLabels(VisualizeImageLabelsRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageLabels(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageLabelsRequest - Class in com.gpudb.protocol
 
VisualizeImageLabelsRequest() - Constructor for class com.gpudb.protocol.VisualizeImageLabelsRequest
 
VisualizeImageLabelsRequest(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageLabelsRequest
 
VisualizeImageLabelsRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageLabelsResponse - Class in com.gpudb.protocol
 
VisualizeImageLabelsResponse() - Constructor for class com.gpudb.protocol.VisualizeImageLabelsResponse
 
VisualizeImageRequest - Class in com.gpudb.protocol
 
VisualizeImageRequest() - Constructor for class com.gpudb.protocol.VisualizeImageRequest
 
VisualizeImageRequest(List<String>, List<String>, String, String, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageRequest
 
VisualizeImageRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageResponse - Class in com.gpudb.protocol
 
VisualizeImageResponse() - Constructor for class com.gpudb.protocol.VisualizeImageResponse
 
visualizeVideo(VisualizeVideoRequest) - Method in class com.gpudb.GPUdb
Creates raster images of data in the given table based on provided input parameters.
visualizeVideo(List<String>, List<String>, List<List<String>>, String, String, double, double, double, double, int, int, String, long, List<List<Double>>, String, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates raster images of data in the given table based on provided input parameters.
visualizeVideoHeatmap(VisualizeVideoHeatmapRequest) - Method in class com.gpudb.GPUdb
 
visualizeVideoHeatmap(List<String>, String, String, double, double, double, double, List<List<Double>>, int, int, String, String, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeVideoHeatmapRequest - Class in com.gpudb.protocol
 
VisualizeVideoHeatmapRequest() - Constructor for class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
VisualizeVideoHeatmapRequest(List<String>, String, String, double, double, double, double, List<List<Double>>, int, int, String, String, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
VisualizeVideoHeatmapRequest.Projection - Class in com.gpudb.protocol
 
VisualizeVideoHeatmapRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeVideoHeatmapResponse - Class in com.gpudb.protocol
 
VisualizeVideoHeatmapResponse() - Constructor for class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
VisualizeVideoRequest - Class in com.gpudb.protocol
VisualizeVideoRequest() - Constructor for class com.gpudb.protocol.VisualizeVideoRequest
Constructs a VisualizeVideoRequest object with default parameters.
VisualizeVideoRequest(List<String>, List<String>, List<List<String>>, String, String, double, double, double, double, int, int, String, long, List<List<Double>>, String, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeVideoRequest
Constructs a VisualizeVideoRequest object with the specified parameters.
VisualizeVideoRequest.Projection - Class in com.gpudb.protocol
Spatial Reference System (i.e.
VisualizeVideoRequest.StyleOptions - Class in com.gpudb.protocol
Styling options for the image.
VisualizeVideoResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.visualizeVideo(VisualizeVideoRequest).
VisualizeVideoResponse() - Constructor for class com.gpudb.protocol.VisualizeVideoResponse
Constructs a VisualizeVideoResponse object with default parameters.

W

WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
WEIGHT_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
Name of the column used as weighting column for the weighted_average statistic.
WEIGHT_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Options
Name of column used as weighting attribute for the weighted average statistic.
WEIGHTED_AVERAGE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Weighted arithmetic mean (using the option weight_column_name as the weighting column).
WHITEN - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
When set to 1 each of the columns is first normalized by its stdv - default is not to whiten.
WITHIN - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are within the given WKT.
WRITE_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only write operations

X

X_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Name of column containing x value of point being filtered in spatial mode.

Y

Y_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Name of column containing y value of point being filtered in spatial mode.

_

_102100 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
_3857 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
_900913 - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
A B C D E F G H I J K L M N O P R S T U V W X Y _ 

Copyright © 2017. All rights reserved.