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

A

ABORT - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
ABORT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Stops current insertion and aborts entire operation when an error is encountered.
ACCENT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
ACCENT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ACCENT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
ACCURATE_SNAPS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Valid for single source destination pair solves if points are described in NODE_WKTPOINT identifier types: When true (default), it snaps to the nearest node of the graph; otherwise, it searches for the closest entity that could be an edge.
ACTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
ADD_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Adds the column specified in value to the table specified in tableName.
ADD_COLUMN_EXPRESSION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When adding a column, an optional expression to use for the new column's values.
ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
If set to true, add labels to the isolines.
ADD_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Adds the partition specified in value, to either a range-partitioned or manual list-partitioned table.
ADD_TABLE_MONITOR - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Adds a table monitor to every table used in the creation of the graph; this table monitor will trigger the graph to update dynamically upon inserts to the source table(s).
ADD_TABLE_MONITOR - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Adds a table monitor to every table used in the creation of the graph; this table monitor will trigger the graph to update dynamically upon inserts to the source table(s).
ADD_TURNS - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Adds dummy 'pillowed' edges around intersection nodes where there are more than three edges so that additional weight penalties can be imposed by the solve endpoints.
ADD_TURNS - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Adds dummy 'pillowed' edges around intersection nodes where there are more than three edges so that additional weight penalties can be imposed by the solve endpoints.
addHttpHeader(String, String) - Method in class com.gpudb.GPUdbBase
Adds an HTTP header to the map of additional HTTP headers to send to GPUdb with each request.
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.
ADJUST_GRID - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ADJUST_GRID_NEIGH - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ADJUST_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ADJUST_LEVELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
adminAddRanks(AdminAddRanksRequest) - Method in class com.gpudb.GPUdb
Add one or more new ranks to the Kinetica cluster.
adminAddRanks(List<String>, List<Map<String, String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Add one or more new ranks to the Kinetica cluster.
AdminAddRanksRequest - Class in com.gpudb.protocol
AdminAddRanksRequest() - Constructor for class com.gpudb.protocol.AdminAddRanksRequest
Constructs an AdminAddRanksRequest object with default parameters.
AdminAddRanksRequest(List<String>, List<Map<String, String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminAddRanksRequest
Constructs an AdminAddRanksRequest object with the specified parameters.
AdminAddRanksRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminAddRanksResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAddRanks(AdminAddRanksRequest).
AdminAddRanksResponse() - Constructor for class com.gpudb.protocol.AdminAddRanksResponse
Constructs an AdminAddRanksResponse object with default parameters.
adminAlterJobs(AdminAlterJobsRequest) - Method in class com.gpudb.GPUdb
Perform the requested action on a list of one or more job(s).
adminAlterJobs(List<Long>, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Perform the requested action on a list of one or more job(s).
AdminAlterJobsRequest - Class in com.gpudb.protocol
AdminAlterJobsRequest() - Constructor for class com.gpudb.protocol.AdminAlterJobsRequest
Constructs an AdminAlterJobsRequest object with default parameters.
AdminAlterJobsRequest(List<Long>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminAlterJobsRequest
Constructs an AdminAlterJobsRequest object with the specified parameters.
AdminAlterJobsRequest.Action - Class in com.gpudb.protocol
Action to be performed on the jobs specified by job_ids.
AdminAlterJobsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAlterJobs(AdminAlterJobsRequest).
AdminAlterJobsResponse() - Constructor for class com.gpudb.protocol.AdminAlterJobsResponse
Constructs an AdminAlterJobsResponse object with default parameters.
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.
AdminOfflineRequest.Options - Class in com.gpudb.protocol
Optional parameters.
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
Rebalance the cluster so that all the nodes contain approximately an equal number of records.
adminRebalance(Map<String, String>) - Method in class com.gpudb.GPUdb
Rebalance the cluster so that all the nodes contain approximately an equal number of records.
AdminRebalanceRequest - Class in com.gpudb.protocol
AdminRebalanceRequest() - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
Constructs an AdminRebalanceRequest object with default parameters.
AdminRebalanceRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
Constructs an AdminRebalanceRequest object with the specified parameters.
AdminRebalanceRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminRebalanceResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminRebalance(AdminRebalanceRequest).
AdminRebalanceResponse() - Constructor for class com.gpudb.protocol.AdminRebalanceResponse
Constructs an AdminRebalanceResponse object with default parameters.
adminRemoveRanks(AdminRemoveRanksRequest) - Method in class com.gpudb.GPUdb
Remove one or more ranks from the cluster.
adminRemoveRanks(List<Integer>, Map<String, String>) - Method in class com.gpudb.GPUdb
Remove one or more ranks from the cluster.
AdminRemoveRanksRequest - Class in com.gpudb.protocol
AdminRemoveRanksRequest() - Constructor for class com.gpudb.protocol.AdminRemoveRanksRequest
Constructs an AdminRemoveRanksRequest object with default parameters.
AdminRemoveRanksRequest(List<Integer>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRemoveRanksRequest
Constructs an AdminRemoveRanksRequest object with the specified parameters.
AdminRemoveRanksRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminRemoveRanksResponse - Class in com.gpudb.protocol
AdminRemoveRanksResponse() - Constructor for class com.gpudb.protocol.AdminRemoveRanksResponse
Constructs an AdminRemoveRanksResponse object with default parameters.
adminShowAlerts(AdminShowAlertsRequest) - Method in class com.gpudb.GPUdb
Requests a list of the most recent alerts.
adminShowAlerts(int, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests a list of the most recent alerts.
AdminShowAlertsRequest - Class in com.gpudb.protocol
AdminShowAlertsRequest() - Constructor for class com.gpudb.protocol.AdminShowAlertsRequest
Constructs an AdminShowAlertsRequest object with default parameters.
AdminShowAlertsRequest(int, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowAlertsRequest
Constructs an AdminShowAlertsRequest object with the specified parameters.
AdminShowAlertsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowAlerts(AdminShowAlertsRequest).
AdminShowAlertsResponse() - Constructor for class com.gpudb.protocol.AdminShowAlertsResponse
Constructs an AdminShowAlertsResponse object with default parameters.
adminShowClusterOperations(AdminShowClusterOperationsRequest) - Method in class com.gpudb.GPUdb
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
adminShowClusterOperations(int, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
AdminShowClusterOperationsRequest - Class in com.gpudb.protocol
AdminShowClusterOperationsRequest() - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsRequest
Constructs an AdminShowClusterOperationsRequest object with default parameters.
AdminShowClusterOperationsRequest(int, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsRequest
Constructs an AdminShowClusterOperationsRequest object with the specified parameters.
AdminShowClusterOperationsResponse - Class in com.gpudb.protocol
AdminShowClusterOperationsResponse() - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsResponse
Constructs an AdminShowClusterOperationsResponse object with default parameters.
AdminShowClusterOperationsResponse.AddRanks - Class in com.gpudb.protocol
Whether adding ranks is (or was) part of this operation.
AdminShowClusterOperationsResponse.AddRanksStatus - Class in com.gpudb.protocol
If this was a rank-adding operation, the add-specific status of the operation.
AdminShowClusterOperationsResponse.DryRun - Class in com.gpudb.protocol
Whether this operation was a dry run.
AdminShowClusterOperationsResponse.InProgress - Class in com.gpudb.protocol
Whether this cluster operation is currently in progress or not.
AdminShowClusterOperationsResponse.OverallStatus - Class in com.gpudb.protocol
Overall success status of the operation.
AdminShowClusterOperationsResponse.Rebalance - Class in com.gpudb.protocol
Whether data and/or shard rebalancing is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceShardedData - Class in com.gpudb.protocol
Whether rebalancing of sharded data is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceShardedDataStatus - Class in com.gpudb.protocol
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
AdminShowClusterOperationsResponse.RebalanceUnshardedData - Class in com.gpudb.protocol
Whether rebalancing of unsharded data is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus - Class in com.gpudb.protocol
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
AdminShowClusterOperationsResponse.RemoveRanks - Class in com.gpudb.protocol
Whether removing ranks is (or was) part of this operation.
AdminShowClusterOperationsResponse.RemoveRanksStatus - Class in com.gpudb.protocol
If this was a rank-removing operation, the removal-specific status of the operation.
AdminShowClusterOperationsResponse.UserStopped - Class in com.gpudb.protocol
Whether a user stopped this operation at any point while in progress.
adminShowJobs(AdminShowJobsRequest) - Method in class com.gpudb.GPUdb
Get a list of the current jobs in GPUdb.
adminShowJobs(Map<String, String>) - Method in class com.gpudb.GPUdb
Get a list of the current jobs in GPUdb.
AdminShowJobsRequest - Class in com.gpudb.protocol
AdminShowJobsRequest() - Constructor for class com.gpudb.protocol.AdminShowJobsRequest
Constructs an AdminShowJobsRequest object with default parameters.
AdminShowJobsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowJobsRequest
Constructs an AdminShowJobsRequest object with the specified parameters.
AdminShowJobsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminShowJobsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowJobs(AdminShowJobsRequest).
AdminShowJobsResponse() - Constructor for class com.gpudb.protocol.AdminShowJobsResponse
Constructs an AdminShowJobsResponse object with default parameters.
adminShowShards(AdminShowShardsRequest) - Method in class com.gpudb.GPUdb
Show the mapping of shards to the corresponding rank and tom.
adminShowShards(Map<String, String>) - Method in class com.gpudb.GPUdb
Show the mapping of shards to the corresponding rank and tom.
AdminShowShardsRequest - Class in com.gpudb.protocol
AdminShowShardsRequest() - Constructor for class com.gpudb.protocol.AdminShowShardsRequest
Constructs an AdminShowShardsRequest object with default parameters.
AdminShowShardsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowShardsRequest
Constructs an AdminShowShardsRequest object with the specified parameters.
AdminShowShardsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowShards(AdminShowShardsRequest).
AdminShowShardsResponse() - Constructor for class com.gpudb.protocol.AdminShowShardsResponse
Constructs an AdminShowShardsResponse object with default parameters.
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.
AdminVerifyDbRequest.Options - Class in com.gpudb.protocol
Optional 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.
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
AFTER - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
AFTER - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
AGGREGATE - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
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.
AGGREGATED_OUTPUT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
aggregateGroupBy(AggregateGroupByRequest) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table or view 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 or view 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 or view 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.
aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
aggregateMinMaxGeometry(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
AggregateMinMaxGeometryRequest - Class in com.gpudb.protocol
AggregateMinMaxGeometryRequest() - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryRequest
Constructs an AggregateMinMaxGeometryRequest object with default parameters.
AggregateMinMaxGeometryRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryRequest
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.
AggregateMinMaxGeometryResponse - Class in com.gpudb.protocol
AggregateMinMaxGeometryResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryResponse
Constructs an AggregateMinMaxGeometryResponse object with default parameters.
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 or view (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 or view (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 or view (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.
aggregateUnpivot(AggregateUnpivotRequest) - Method in class com.gpudb.GPUdb
Rotate the column values into rows values.
aggregateUnpivot(String, List<String>, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Rotate the column values into rows values.
aggregateUnpivotRaw(AggregateUnpivotRequest) - Method in class com.gpudb.GPUdb
Rotate the column values into rows values.
AggregateUnpivotRequest - Class in com.gpudb.protocol
AggregateUnpivotRequest() - Constructor for class com.gpudb.protocol.AggregateUnpivotRequest
Constructs an AggregateUnpivotRequest object with default parameters.
AggregateUnpivotRequest(String, List<String>, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUnpivotRequest
Constructs an AggregateUnpivotRequest object with the specified parameters.
AggregateUnpivotRequest(String, List<String>, String, String, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUnpivotRequest
Constructs an AggregateUnpivotRequest object with the specified parameters.
AggregateUnpivotRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
AggregateUnpivotRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateUnpivotResponse - Class in com.gpudb.protocol
AggregateUnpivotResponse() - Constructor for class com.gpudb.protocol.AggregateUnpivotResponse
Constructs an AggregateUnpivotResponse object with default parameters.
AGGRESSIVENESS - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Influences how much data to send per rebalance round.
AGGRESSIVENESS - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
Influences how much data to send per rebalance round, during the rebalance portion of removing ranks.
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
No longer supported; action will be ignored.
ALLOW_PARTIAL_BATCH - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, all correct records will be inserted and incorrect records will be rejected and reported.
ALLOW_PARTIAL_BATCH - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, all correct records will be inserted and incorrect records will be rejected and reported.
ALLPATHS - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for paths that would give costs between max and min solution radia - Make sure to limit by the 'max_solution_targets' option.
ALTERNATE_SHARD_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of shard keys that were equated in joins (applicable for join tables).
alterResourceGroup(AlterResourceGroupRequest) - Method in class com.gpudb.GPUdb
Alters the properties of an exisiting resource group to facilitate resource management.
alterResourceGroup(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters the properties of an exisiting resource group to facilitate resource management.
AlterResourceGroupRequest - Class in com.gpudb.protocol
AlterResourceGroupRequest() - Constructor for class com.gpudb.protocol.AlterResourceGroupRequest
Constructs an AlterResourceGroupRequest object with default parameters.
AlterResourceGroupRequest(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterResourceGroupRequest
Constructs an AlterResourceGroupRequest object with the specified parameters.
AlterResourceGroupRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterResourceGroupRequest.Ranking - Class in com.gpudb.protocol
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be moved; leave blank if not changing the ranking.
AlterResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
Optional map containing tier names and their respective attribute group limits.
AlterResourceGroupResponse - Class in com.gpudb.protocol
AlterResourceGroupResponse() - Constructor for class com.gpudb.protocol.AlterResourceGroupResponse
Constructs an AlterResourceGroupResponse object with default parameters.
alterRole(AlterRoleRequest) - Method in class com.gpudb.GPUdb
Alters a Role.
alterRole(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a Role.
AlterRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterRole(AlterRoleRequest).
AlterRoleRequest() - Constructor for class com.gpudb.protocol.AlterRoleRequest
Constructs an AlterRoleRequest object with default parameters.
AlterRoleRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterRoleRequest
Constructs an AlterRoleRequest object with the specified parameters.
AlterRoleRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied to the role.
AlterRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterRole(AlterRoleRequest).
AlterRoleResponse() - Constructor for class com.gpudb.protocol.AlterRoleResponse
Constructs an AlterRoleResponse object with default parameters.
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, view, or collection.
alterTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Apply various modifications to a table, view, or collection.
alterTableColumns(AlterTableColumnsRequest) - Method in class com.gpudb.GPUdb
Apply various modifications to columns in a table, view.
alterTableColumns(String, List<Map<String, String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Apply various modifications to columns in a table, view.
AlterTableColumnsRequest - Class in com.gpudb.protocol
AlterTableColumnsRequest() - Constructor for class com.gpudb.protocol.AlterTableColumnsRequest
Constructs an AlterTableColumnsRequest object with default parameters.
AlterTableColumnsRequest(String, List<Map<String, String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTableColumnsRequest
Constructs an AlterTableColumnsRequest object with the specified parameters.
AlterTableColumnsResponse - Class in com.gpudb.protocol
AlterTableColumnsResponse() - Constructor for class com.gpudb.protocol.AlterTableColumnsResponse
Constructs an AlterTableColumnsResponse object with default parameters.
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: ALLOW_HOMOGENEOUS_TABLES: No longer supported; action will be ignored.
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.
alterTier(AlterTierRequest) - Method in class com.gpudb.GPUdb
Alters properties of an exisiting tier to facilitate resource management.
alterTier(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters properties of an exisiting tier to facilitate resource management.
AlterTierRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterTier(AlterTierRequest).
AlterTierRequest() - Constructor for class com.gpudb.protocol.AlterTierRequest
Constructs an AlterTierRequest object with default parameters.
AlterTierRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTierRequest
Constructs an AlterTierRequest object with the specified parameters.
AlterTierRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterTierResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterTier(AlterTierRequest).
AlterTierResponse() - Constructor for class com.gpudb.protocol.AlterTierResponse
Constructs an AlterTierResponse 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.
AND_LABELS - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If set to true, the result of the query has entities that satisfy all of the target labels, instead of any.
appendRecords(AppendRecordsRequest) - Method in class com.gpudb.GPUdb
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
appendRecords(String, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
AppendRecordsRequest - Class in com.gpudb.protocol
AppendRecordsRequest() - Constructor for class com.gpudb.protocol.AppendRecordsRequest
Constructs an AppendRecordsRequest object with default parameters.
AppendRecordsRequest(String, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AppendRecordsRequest
Constructs an AppendRecordsRequest object with the specified parameters.
AppendRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AppendRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.appendRecords(AppendRecordsRequest).
AppendRecordsResponse() - Constructor for class com.gpudb.protocol.AppendRecordsResponse
Constructs an AppendRecordsResponse 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
Use the desired column name in place of attr_name, and set the following parameters for the column specified.
ATTRIBUTE_INDEXES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of columns that have indexes.
AUDIT_BODY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing of request bodies.
AUDIT_DATA - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing of request data.
AUDIT_HEADERS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing of request headers.
AUTUMN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
AUTUMN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
AUTUMN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
Avro - Class in com.gpudb
Utility class containing static methods for encoding and decoding Avro binary objects.

B

BACKHAUL_ROUTING - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for optimal routes that connect remote asset nodes to the fixed (backbone) asset nodes.
BAD_RECORD_INDICES - Static variable in class com.gpudb.protocol.InsertRecordsResponse.Info
If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based)
BASE64 - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Apply base64 encoding to the output image.
BATCH_SIZE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
BATCH_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies number of records to process before inserting.
BEFORE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
BEFORE - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
When generateImage is set to true, background color of the generated image.
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.AggregateUnpivotRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
BINARY - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetJobResponse.ResponseEncoding
The job result is 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
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.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
 
BONE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BONE - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BONE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BRBG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BRBG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BRBG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.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.
BUGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BUGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BUGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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>, 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>, 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
Deprecated.
This class has been superceded by com.gpudb.WorkerList.
BUPU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BUPU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BUPU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.
CANCEL - Static variable in class com.gpudb.protocol.AdminAlterJobsRequest.Action
 
CANCELLED - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
Job cancellation was requested while the execution was in progress.
CAPACITY - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Maximum size in bytes this tier may hold at once.
CARDINALITY - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Number of unique values in the column(s).
CARDINALITY - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified, limit the randomly generated values to a fixed set.
CASE_SENSITIVE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
If 'false' then string filtering will ignore case.
CAST - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
CB_DELIMITER - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
A character or string which separates per-class values in a class-break style option string.
CB_POINTALPHAS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
CB_POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Point color class break information consisting of three entries: class-break attribute, class-break values/ranges, and point color values.
CB_POINTSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Point shape class break information consisting of three entries: class-break attribute, class-break values/ranges, and point shape names.
CB_POINTSIZES - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Point size class break information consisting of three entries: class-break attribute, class-break values/ranges, and point size values.
CENTRALITY - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the degree of a node to depict how many pairs of individuals that would have to go through the node to reach one another in the minimum number of hops.
CHAIN_WIDTH - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the markov_chain solver only.
CHANGE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Changes type and properties of the column specified in value.
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.
checkClientTrusted(X509Certificate[], String) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
checkServerTrusted(X509Certificate[], String) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
CHUNK_SIZE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates the number of records per chunk to be used for the result table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Indicates the number of records per chunk to be used for the result table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Indicates the number of records per chunk to be used for the result table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the number of records per chunk to be used for all new tables.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Maximum number of records per joined-chunk for this table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Indicates the number of records per chunk to be used for this projection.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Indicates the number of records per chunk to be used for this table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Indicates the number of records per chunk to be used for this output table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Indicates the number of records per chunk to be used for this table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Indicates the number of records per chunk to be used for the merged table specified in tableName.
CHUNK_SKIP - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Create or delete a chunk skip index.
CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
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
 
ClassFactory(Class<?>) - Constructor for class com.gpudb.TypeObjectMap.ClassFactory
Creates a TypeObjectMap.ClassFactory for the specified class.
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.
clearStatistics(ClearStatisticsRequest) - Method in class com.gpudb.GPUdb
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
clearStatistics(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
ClearStatisticsRequest - Class in com.gpudb.protocol
ClearStatisticsRequest() - Constructor for class com.gpudb.protocol.ClearStatisticsRequest
Constructs a ClearStatisticsRequest object with default parameters.
ClearStatisticsRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearStatisticsRequest
Constructs a ClearStatisticsRequest object with the specified parameters.
ClearStatisticsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearStatistics(ClearStatisticsRequest).
ClearStatisticsResponse() - Constructor for class com.gpudb.protocol.ClearStatisticsResponse
Constructs a ClearStatisticsResponse object with default parameters.
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.
ClearTableRequest.Options - Class in com.gpudb.protocol
Optional 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.
CMRMAP - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
CMRMAP - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
CMRMAP - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.
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.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Name of a collection which is to contain the table specified in result_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.CreateMaterializedViewRequest.Options
Name of a collection which is to contain the newly created view.
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 output table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterRequest.Options
Name of a collection which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Name of a collection which is to contain the newly created table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Name of a collection which is to contain the newly created merged table specified by tableName.
COLLECTION_NAMES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The names of the collections this table is part of.
collectStatistics(CollectStatisticsRequest) - Method in class com.gpudb.GPUdb
Collect statistics for a column(s) in a specified table.
collectStatistics(String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Collect statistics for a column(s) in a specified table.
CollectStatisticsRequest - Class in com.gpudb.protocol
CollectStatisticsRequest() - Constructor for class com.gpudb.protocol.CollectStatisticsRequest
Constructs a CollectStatisticsRequest object with default parameters.
CollectStatisticsRequest(String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CollectStatisticsRequest
Constructs a CollectStatisticsRequest object with the specified parameters.
CollectStatisticsResponse - Class in com.gpudb.protocol
CollectStatisticsResponse() - Constructor for class com.gpudb.protocol.CollectStatisticsResponse
Constructs a CollectStatisticsResponse object with default parameters.
COLOR - Static variable in class com.gpudb.protocol.InsertSymbolRequest.Options
If symbolFormat is 'svg' this is ignored.
COLOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COLOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
Color of generated isolines.
COLOR_ISOLINES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
COLOR_ISOLINES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
Color each isoline according to the colormap; otherwise, use the foreground color.
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
Colormap for contours or fill-in regions when applicable.
COLORMAP - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Create or delete a column (attribute) index.
Column(String, Class<?>, String...) - Constructor for class com.gpudb.Type.Column
Creates a Type.Column object with the specified metadata.
Column(String, Class<?>, List<String>) - Constructor for class com.gpudb.Type.Column
Creates a Type.Column object with the specified metadata.
COLUMN_DEFAULT_VALUE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When adding a column, set a default value for existing records.
COLUMN_FORMATS - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
COLUMN_FORMATS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For each target column specified, applies the column-property-bound format to the source data loaded into that column.
COLUMN_INFO - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
JSON-encoded string representing a map of column name to information including memory usage if if the get_column_info option is true.
COLUMN_NAME - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
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.
COLUMNS - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Options
Apply security to these columns, comma-separated.
COLUMNS - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Options
Apply security to these columns, comma-separated.
COLUMNS_TO_LOAD - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
COLUMNS_TO_LOAD - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
com.gpudb - package com.gpudb
 
com.gpudb.protocol - package com.gpudb.protocol
 
com.gpudb.util.ssl - package com.gpudb.util.ssl
 
COMMUNICATOR_TEST - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Invoke the communicator test and report timing results.
COMPACT_AFTER_REBALANCE - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Perform compaction of deleted records once the rebalance completes, to reclaim memory and disk space.
COMPACT_ONLY - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Only perform compaction, do not rebalance.
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.
COMPLETED_OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
COMPLETED_OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
COMPLETED_OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
COMPLETED_OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
COMPRESSED_COLUMNS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of compressed columns with the corresponding compression type for each; e.g.: {first_name,snappy};{last_name,lz4hc}.
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When setting column compression (set_column_compression for action), compression type to use: none (to use no compression) or a valid compression type.
CONCAVITY_LEVEL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Factor to qualify the concavity of the isochrone curves.
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.
CONCURRENT_SAFE - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
When enabled, allows this endpoint to be run safely with other concurrent database operations.
CONF_ENABLE_HA - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Flag indicating whether high availability (HA) is set up (a boolean value).
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_HA_RING_HEAD_NODES - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
A comma-separated string of high availability (HA) ring node URLs.
CONF_HM_HTTP_PORT - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
The host manager port number (an integer value).
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).
CONVERT_WKTS_TO_WKBS - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
If true, then WKT string columns will be returned as WKB bytes.
ConvertingFieldHandler(Field, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Creates a TypeObjectMap.ConvertingFieldHandler for the specified field and GPUdb column.
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.
COOL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COOL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COOL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COPY_VALUES_FROM_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Deprecated.
COST_BASED_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables the cost-based optimization of the given query.
COUNT - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Number of objects (independent of the given column(s)).
COUNT - Static variable in class com.gpudb.protocol.CreateProjectionResponse.Info
Number of records in the final table
COUNT - Static variable in class com.gpudb.protocol.CreateUnionResponse.Info
Number of records in the final table
COUNT - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.Info
Number of records in the final table
COUNT - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.Info
Number of records in the final table
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_FOREIGN_KEY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Creates a foreign key specified in value using the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...]) [as foreign_key_name]'.
CREATE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Creates either a column (attribute) index or chunk skip index, depending on the specified index_type, on the column name specified in value.
CREATE_INDEXES - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Comma-separated list of columns on which to create indexes on the result table.
CREATE_INDEXES - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Comma-separated list of columns on which to create indexes on the table specified in result_table.
CREATE_INDEXES - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Comma-separated list of columns on which to create indexes on the projection.
CREATE_INDEXES - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Comma-separated list of columns on which to create indexes on the output table.
CREATE_PROJECTION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
CREATE_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
CREATE_UNION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
createExternalTable(CreateExternalTableRequest) - Method in class com.gpudb.GPUdb
 
createExternalTable(String, List<String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
CreateExternalTableRequest - Class in com.gpudb.protocol
 
CreateExternalTableRequest() - Constructor for class com.gpudb.protocol.CreateExternalTableRequest
 
CreateExternalTableRequest(String, List<String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateExternalTableRequest
 
CreateExternalTableRequest.CreateTableOptions - Class in com.gpudb.protocol
 
CreateExternalTableRequest.Options - Class in com.gpudb.protocol
 
CreateExternalTableResponse - Class in com.gpudb.protocol
 
CreateExternalTableResponse() - Constructor for class com.gpudb.protocol.CreateExternalTableResponse
 
createGraph(CreateGraphRequest) - Method in class com.gpudb.GPUdb
Creates a new graph network using given nodes, edges, weights, and restrictions.
createGraph(String, boolean, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new graph network using given nodes, edges, weights, and restrictions.
CreateGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createGraph(CreateGraphRequest).
CreateGraphRequest() - Constructor for class com.gpudb.protocol.CreateGraphRequest
Constructs a CreateGraphRequest object with default parameters.
CreateGraphRequest(String, boolean, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateGraphRequest
Constructs a CreateGraphRequest object with the specified parameters.
CreateGraphRequest.DirectedGraph - Class in com.gpudb.protocol
If set to true, the graph will be directed.
CreateGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createGraph(CreateGraphRequest).
CreateGraphResponse() - Constructor for class com.gpudb.protocol.CreateGraphResponse
Constructs a CreateGraphResponse object with default parameters.
createJob(CreateJobRequest) - Method in class com.gpudb.GPUdb
Create a job which will run asynchronously.
createJob(String, String, ByteBuffer, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Create a job which will run asynchronously.
CreateJobRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createJob(CreateJobRequest).
CreateJobRequest() - Constructor for class com.gpudb.protocol.CreateJobRequest
Constructs a CreateJobRequest object with default parameters.
CreateJobRequest(String, String, ByteBuffer, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateJobRequest
Constructs a CreateJobRequest object with the specified parameters.
CreateJobRequest.RequestEncoding - Class in com.gpudb.protocol
The encoding of the request payload for the job.
CreateJobResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createJob(CreateJobRequest).
CreateJobResponse() - Constructor for class com.gpudb.protocol.CreateJobResponse
Constructs a CreateJobResponse object with default parameters.
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.
createMaterializedView(CreateMaterializedViewRequest) - Method in class com.gpudb.GPUdb
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
createMaterializedView(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Initiates the process of creating a materialized view, reserving the view's name to prevent other views or tables from being created with that name.
CreateMaterializedViewRequest - Class in com.gpudb.protocol
CreateMaterializedViewRequest() - Constructor for class com.gpudb.protocol.CreateMaterializedViewRequest
Constructs a CreateMaterializedViewRequest object with default parameters.
CreateMaterializedViewRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateMaterializedViewRequest
Constructs a CreateMaterializedViewRequest object with the specified parameters.
CreateMaterializedViewRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateMaterializedViewResponse - Class in com.gpudb.protocol
CreateMaterializedViewResponse() - Constructor for class com.gpudb.protocol.CreateMaterializedViewResponse
Constructs a CreateMaterializedViewResponse 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.
CreateProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
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.
CreateProjectionResponse.Info - Class in com.gpudb.protocol
Additional information.
createResourceGroup(CreateResourceGroupRequest) - Method in class com.gpudb.GPUdb
Creates a new resource group to facilitate resource management.
createResourceGroup(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new resource group to facilitate resource management.
CreateResourceGroupRequest - Class in com.gpudb.protocol
CreateResourceGroupRequest() - Constructor for class com.gpudb.protocol.CreateResourceGroupRequest
Constructs a CreateResourceGroupRequest object with default parameters.
CreateResourceGroupRequest(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateResourceGroupRequest
Constructs a CreateResourceGroupRequest object with the specified parameters.
CreateResourceGroupRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateResourceGroupRequest.Ranking - Class in com.gpudb.protocol
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
CreateResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
Optional map containing tier names and their respective attribute group limits.
CreateResourceGroupResponse - Class in com.gpudb.protocol
CreateResourceGroupResponse() - Constructor for class com.gpudb.protocol.CreateResourceGroupResponse
Constructs a CreateResourceGroupResponse 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.
CreateRoleRequest.Options - Class in com.gpudb.protocol
Optional 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 a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications to subscribers via ZMQ.
createTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a monitor that watches for a single table modification event type (insert, update, or delete) on a particular table (identified by tableName) and forwards event notifications 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.
CreateTableMonitorRequest.Options - Class in com.gpudb.protocol
Optional 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
Merges data from one or more tables with comparable data types into a new table.
createUnion(String, List<String>, List<List<String>>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Merges data from one or more tables with comparable data types into a new table.
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.
CreateUnionResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
CreateUserInternalRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateUserInternalResponse - Class in com.gpudb.protocol
CreateUserInternalResponse() - Constructor for class com.gpudb.protocol.CreateUserInternalResponse
Constructs a CreateUserInternalResponse object with default parameters.
CreateUserInternalResponse.Info - Class in com.gpudb.protocol
Additional information.
CROSSES - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that cross the given WKT.
CUBE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
This option is used to specify the multidimensional aggregates.
CUBEHELIX - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
CUBEHELIX - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
CUBEHELIX - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 

D

DARK2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
DARK2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
DARK2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.
DATA_MAX_X - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Upper bound for the x values.
DATA_MAX_Y - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Upper bound for the y values.
DATA_MIN_X - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Lower bound for the x values.
DATA_MIN_Y - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Lower bound for the y values.
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.
DATETIME - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DATETIME - 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
 
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the default format to be applied to source data loaded into columns with the corresponding column property.
DELETE - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of delete operations.
DELETE_ALL_RECORDS - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
If set to true, all records in the table will be deleted.
DELETE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes the column specified in value from the table specified in tableName.
DELETE_FOREIGN_KEY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes a foreign key.
DELETE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes either a column (attribute) index or chunk skip index, depending on the specified index_type, on the column name specified in value.
DELETE_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes the partition specified in value (and all of its data) from either a range-partitioned or manual list-partitioned table.
DELETE_PERSIST - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
If set to true, the graph is removed from the server and persist.
deleteGraph(DeleteGraphRequest) - Method in class com.gpudb.GPUdb
Deletes an existing graph from the graph server and/or persist.
deleteGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing graph from the graph server and/or persist.
DeleteGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteGraph(DeleteGraphRequest).
DeleteGraphRequest() - Constructor for class com.gpudb.protocol.DeleteGraphRequest
Constructs a DeleteGraphRequest object with default parameters.
DeleteGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteGraphRequest
Constructs a DeleteGraphRequest object with the specified parameters.
DeleteGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteGraph(DeleteGraphRequest).
DeleteGraphResponse() - Constructor for class com.gpudb.protocol.DeleteGraphResponse
Constructs a DeleteGraphResponse object with default parameters.
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.
deleteResourceGroup(DeleteResourceGroupRequest) - Method in class com.gpudb.GPUdb
Deletes a resource group.
deleteResourceGroup(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes a resource group.
DeleteResourceGroupRequest - Class in com.gpudb.protocol
DeleteResourceGroupRequest() - Constructor for class com.gpudb.protocol.DeleteResourceGroupRequest
Constructs a DeleteResourceGroupRequest object with default parameters.
DeleteResourceGroupRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteResourceGroupRequest
Constructs a DeleteResourceGroupRequest object with the specified parameters.
DeleteResourceGroupResponse - Class in com.gpudb.protocol
DeleteResourceGroupResponse() - Constructor for class com.gpudb.protocol.DeleteResourceGroupResponse
Constructs a DeleteResourceGroupResponse 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.
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Indicates the file(s) are in delimited text format, e.g., CSV, TSV, PSV, etc.
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
 
DESTINATION - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Optional WKT ending point from samplePoints for the solver.
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
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
 
DICT - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column should be dictionary encoded.
DICT - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column should be dictionary encoded.
DISALLOW_HOMOGENEOUS_TABLES - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
No longer supported; value will be ignored.
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
DISTRIBUTED_JOINS - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, enables the use of distributed joins in servicing the given query.
DISTRIBUTED_LOCAL - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
DISTRIBUTED_LOCAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Each worker node loads all files that are available to it.
DISTRIBUTED_OPERATIONS - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, enables the use of distributed operations in servicing the given query.
DISTRIBUTED_SHARED - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
DISTRIBUTED_SHARED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
The worker nodes coordinate loading a set of files that are available to all of them.
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
 
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
 
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
 
DONE - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job execution has successfully completed and the response is included in the jobResponse or jobResponseStr field
DRY_RUN - Static variable in class com.gpudb.protocol.AdminAddRanksRequest.Options
If true, only validation checks will be performed.
DRY_RUN - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
If set to true, no data will be inserted but the file will be read with the applied error_handling mode and the number of valid records that would be normally inserted are returned.
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, no data will be saved and any errors will be returned.
DRY_RUN - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, no data will be saved and any errors will be returned.

E

EMPTY_STRING - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
ENABLE_AUDIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing.
ENABLE_COMPOUND_EQUI_JOIN - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable compound-equi-join filter plan type.
ENABLE_GRAPH_DRAW - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true, adds a 'EDGE_WKTLINE' column identifier to the specified graph_table so the graph can be viewed via WMS; for social and non-geospatial graphs, the 'EDGE_WKTLINE' column identifier will be populated with spatial coordinates derived from a flattening layout algorithm so the graph can still be viewed.
ENABLE_GRAPH_DRAW - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, adds a 'EDGE_WKTLINE' column identifier to the specified graph_table so the graph can be viewed via WMS; for social and non-geospatial graphs, the 'EDGE_WKTLINE' column identifier will be populated with spatial coordinates derived from a flattening layout algorithm so the graph can still be viewed.
ENABLE_GRAPH_DRAW - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If set to true, adds a WKT-type column named 'QUERY_EDGE_WKTLINE' to the given adjacencyTable and inputs WKT values from the source graph (if available) or auto-generated WKT values (if there are no WKT values in the source graph).
ENABLE_OVERLAPPED_EQUI_JOIN - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable overlapped-equi-join filter.
ENABLE_TRUCK_REUSE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
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.AdminAddRanksRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
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.AdminRemoveRanksRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
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.AggregateMinMaxGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
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.AggregateUnpivotRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterRoleResponse
 
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.AlterTableColumnsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
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.AlterTierRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTierResponse
 
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.AppendRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
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.CollectStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateJobRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateJobResponse
 
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.CreateMaterializedViewRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
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.CreateResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
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.DeleteGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
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.DeleteResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
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.ExecuteSqlRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
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.FilterByBoxGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
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.FilterByRadiusGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
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.GetJobRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetJobResponse
 
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.GetVectortileRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetVectortileResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.InsertRecordsFromFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.ListGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ListGraphResponse
 
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.MatchGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.MatchGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.QueryGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.QueryGraphResponse
 
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.RawAggregateUnpivotResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.RawGpudbResponse
 
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.RevokePermissionProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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.ShowFunctionsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphResponse
 
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.ShowResourceGroupsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
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.ShowSqlProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
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.SolveGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.SolveGraphResponse
 
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.VisualizeImageChartRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
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.VisualizeImageContourRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
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.AdminShowClusterOperationsResponse.AddRanksStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.OverallStatus
An error occurred executing the operation.
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
ERROR - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job was attempted, but an error was encountered.
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.
ERROR_HANDLING - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
ERROR_HANDLING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies how errors should be handled upon insertion.
ERROR_MESSAGE - Static variable in class com.gpudb.protocol.GetJobResponse.StatusMap
Explains what error occurred while running the job asynchronously.
ERROR_N - Static variable in class com.gpudb.protocol.InsertRecordsResponse.Info
Error message for record at index N (0-based)
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
 
EVENT - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Type of modification event on the target table to be monitored by this table monitor.
EVICT_COLUMNS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Attempts to evict columns from memory to the persistent store.
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).
EXCEPT_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows(including duplicates) from the first table that do not appear in the second table (only works on 2 tables).
EXECUTE_INTERVAL - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
The periodic execution interval in seconds.
EXECUTE_START_TIME - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
The initial date/time that periodic execution began.
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.
executeSql(ExecuteSqlRequest) - Method in class com.gpudb.GPUdb
SQL Request
executeSql(String, long, long, String, List<ByteBuffer>, Map<String, String>) - Method in class com.gpudb.GPUdb
SQL Request
executeSqlRaw(ExecuteSqlRequest) - Method in class com.gpudb.GPUdb
SQL Request
ExecuteSqlRequest - Class in com.gpudb.protocol
ExecuteSqlRequest() - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with default parameters.
ExecuteSqlRequest(String, long, long, String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with the specified parameters.
ExecuteSqlRequest(String, long, long, String, String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with the specified parameters.
ExecuteSqlRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records; either 'binary' or 'json'.
ExecuteSqlRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExecuteSqlResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeSql(ExecuteSqlRequest).
ExecuteSqlResponse() - Constructor for class com.gpudb.protocol.ExecuteSqlResponse
Constructs an ExecuteSqlResponse object with default parameters.
ExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
Too many records.
ExecuteSqlResponse.Info - Class in com.gpudb.protocol
Additional information.
EXECUTION_MODE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the execution_mode for kernel executions to the specified string value.
EXPORT_CREATE_RESULTS - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true, returns the graph topology in the response as arrays.
EXPORT_CREATE_RESULTS - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, returns the graph topology in the response as arrays.
EXPORT_QUERY_RESULTS - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
Returns query results in the response.
EXPORT_SOLVE_RESULTS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Returns solution results inside the resultPerDestinationNode array in the response if set to true.
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.AggregateUnpivotRequest.Options
Filter expression to apply to the table prior to unpivot processing.
EXPRESSION - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Optional filter expression to apply to the sourceTableName.
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_FILES_DIRECTORY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the root directory path where external table data files are accessed from.
EXTERNAL_STORAGE_LOCATION - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
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.AdminAddRanksRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
FALSE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanks
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.DryRun
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.InProgress
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.Rebalance
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedData
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedData
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanks
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.UserStopped
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
 
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.AggregateUnpivotRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
FALSE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Don't reset the timer; expiration countdown will continue from where it is, as if the table had not been accessed.
FALSE - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ClearTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateGraphRequest.DirectedGraph
 
FALSE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.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.DeleteGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.HasMoreRecords
 
FALSE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsRequest.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.InsertRecordsFromFilesRequest.CreateTableOptions
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Trucks are scheduled only once from their depots.
FALSE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.HasMoreRecords
 
FALSE - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
 
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.ShowGraphRequest.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.ShowResourceGroupsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.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.ShowTypesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
 
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.VisualizeIsochroneRequest.ContourOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.GenerateImage
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
uses the solvers 'priority_queue' and 'inverse_priority_queue' based on solve_direction
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
 
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.
FieldHandler(Field) - Constructor for class com.gpudb.TypeObjectMap.FieldHandler
Creates a TypeObjectMap.FieldHandler for the specified field.
FILE_TYPE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
FILE_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
File type for the file(s).
FILL_RATIO - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
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_FOLDING_PATHS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the markov_chain solver only.
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).
filterByAreaGeometry(FilterByAreaGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
filterByAreaGeometry(String, String, String, List<Double>, List<Double>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
FilterByAreaGeometryRequest - Class in com.gpudb.protocol
FilterByAreaGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByAreaGeometryRequest
Constructs a FilterByAreaGeometryRequest object with default parameters.
FilterByAreaGeometryRequest(String, String, String, List<Double>, List<Double>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByAreaGeometryRequest
Constructs a FilterByAreaGeometryRequest object with the specified parameters.
FilterByAreaGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByAreaGeometryResponse - Class in com.gpudb.protocol
FilterByAreaGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByAreaGeometryResponse
Constructs a FilterByAreaGeometryResponse object with default parameters.
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.
FilterByAreaRequest.Options - Class in com.gpudb.protocol
Optional 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.
filterByBoxGeometry(FilterByBoxGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a rectangular box.
filterByBoxGeometry(String, String, String, double, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a rectangular box.
FilterByBoxGeometryRequest - Class in com.gpudb.protocol
FilterByBoxGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByBoxGeometryRequest
Constructs a FilterByBoxGeometryRequest object with default parameters.
FilterByBoxGeometryRequest(String, String, String, double, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByBoxGeometryRequest
Constructs a FilterByBoxGeometryRequest object with the specified parameters.
FilterByBoxGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByBoxGeometryResponse - Class in com.gpudb.protocol
FilterByBoxGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByBoxGeometryResponse
Constructs a FilterByBoxGeometryResponse object with default parameters.
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.
FilterByBoxRequest.Options - Class in com.gpudb.protocol
Optional 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 geospatial geometry column 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 geospatial geometry column 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.
FilterByGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
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.
filterByRadiusGeometry(FilterByRadiusGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e.
filterByRadiusGeometry(String, String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e.
FilterByRadiusGeometryRequest - Class in com.gpudb.protocol
FilterByRadiusGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryRequest
Constructs a FilterByRadiusGeometryRequest object with default parameters.
FilterByRadiusGeometryRequest(String, String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryRequest
Constructs a FilterByRadiusGeometryRequest object with the specified parameters.
FilterByRadiusGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByRadiusGeometryResponse - Class in com.gpudb.protocol
FilterByRadiusGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryResponse
Constructs a FilterByRadiusGeometryResponse object with default parameters.
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.
FilterByRadiusRequest.Options - Class in com.gpudb.protocol
Optional 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.
FilterByRangeRequest.Options - Class in com.gpudb.protocol
Optional 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.
FilterByValueRequest.Options - Class in com.gpudb.protocol
Optional 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.
finalize() - Method in class com.gpudb.GPUdbBase
Clean up resources--namely, the HTTPClient object(s).
FIRST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
FIRST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.AdminOfflineRequest.Options
Flush to disk when going offline Supported values: TRUE FALSE
FLUSH_TO_DISK - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Flushes any changes to any tables to the persistent store.
FORCE_REPLICATED - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If true, then the output table specified in tableName will be replicated even if the source tables are not.
FORCE_SYNCHRONOUS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then the table sizes will wait for read lock before returning.
FORCE_UNDIRECTED - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If set to true, all inbound edges and outbound edges relative to the node will be returned.
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...]) [as foreign_key_name]'.
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...]) [as foreign_key_name]'.
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of foreign keys, 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.InsertRecordsFromFilesRequest.CreateTableOptions
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: 'fk_foreign_key references pk_column_name from pk_table_name(pk_primary_key)'.
FROM_SOURCE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Shortest path to get to the source (inverse Dijkstra)
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.
fromDynamicSchema(String, ByteBuffer) - Static method in class com.gpudb.Type
Creates a Type object with the specified dynamic schema metadata and encoded dynamic table data.
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.

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.
GEOJSON - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
 
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.AdminAddRanksRequest
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.AdminAddRanksResponse
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.AdminAlterJobsRequest
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.AdminAlterJobsResponse
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.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
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.AdminRebalanceResponse
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.AdminRemoveRanksRequest
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.AdminRemoveRanksResponse
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.AdminShowAlertsRequest
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.AdminShowAlertsResponse
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.AdminShowClusterOperationsRequest
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.AdminShowClusterOperationsResponse
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.AdminShowJobsRequest
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.AdminShowJobsResponse
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.AdminShowShardsRequest
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.AdminShowShardsResponse
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.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.AggregateMinMaxGeometryRequest
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.AggregateMinMaxGeometryResponse
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.AggregateUnpivotRequest
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.AlterResourceGroupRequest
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.AlterResourceGroupResponse
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.AlterRoleRequest
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.AlterRoleResponse
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.AlterTableColumnsRequest
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.AlterTableColumnsResponse
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.AlterTierRequest
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.AlterTierResponse
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.AppendRecordsRequest
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.AppendRecordsResponse
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.ClearStatisticsRequest
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.ClearStatisticsResponse
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.CollectStatisticsRequest
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.CollectStatisticsResponse
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.CreateExternalTableRequest
 
get(int) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
get(int) - Method in class com.gpudb.protocol.CreateGraphRequest
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.CreateGraphResponse
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.CreateJobRequest
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.CreateJobResponse
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.CreateMaterializedViewRequest
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.CreateMaterializedViewResponse
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.CreateResourceGroupRequest
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.CreateResourceGroupResponse
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.DeleteGraphRequest
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.DeleteGraphResponse
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.DeleteResourceGroupRequest
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.DeleteResourceGroupResponse
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.ExecuteSqlRequest
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.FilterByAreaGeometryRequest
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.FilterByAreaGeometryResponse
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.FilterByBoxGeometryRequest
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.FilterByBoxGeometryResponse
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.FilterByRadiusGeometryRequest
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.FilterByRadiusGeometryResponse
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.GetJobRequest
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.GetJobResponse
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.GetVectortileRequest
 
get(int) - Method in class com.gpudb.protocol.GetVectortileResponse
 
get(int) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
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.GrantPermissionProcResponse
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.InsertRecordsFromFilesRequest
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.InsertRecordsFromFilesResponse
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.ListGraphRequest
 
get(int) - Method in class com.gpudb.protocol.ListGraphResponse
 
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.MatchGraphRequest
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.MatchGraphResponse
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.MergeRecordsRequest
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.MergeRecordsResponse
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.ModifyGraphRequest
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.ModifyGraphResponse
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.QueryGraphRequest
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.QueryGraphResponse
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.RawAggregateUnpivotResponse
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.RawExecuteSqlResponse
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.RawGpudbResponse
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.RevokePermissionProcRequest
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.RevokePermissionProcResponse
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.ShowFunctionsRequest
 
get(int) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
get(int) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
get(int) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
get(int) - Method in class com.gpudb.protocol.ShowGraphRequest
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.ShowGraphResponse
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.ShowResourceGroupsRequest
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.ShowResourceGroupsResponse
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.ShowResourceStatisticsRequest
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.ShowResourceStatisticsResponse
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.ShowSqlProcRequest
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.ShowSqlProcResponse
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.ShowStatisticsRequest
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.ShowStatisticsResponse
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.SolveGraphRequest
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.SolveGraphResponse
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.VisualizeImageChartRequest
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.VisualizeImageChartResponse
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.VisualizeImageContourRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
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.VisualizeIsochroneResponse
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.VisualizeVideoHeatmapRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
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_COLUMN_INFO - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then column info (memory usage, etc) will be returned.
GET_SIZES - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then the number of records in each table, along with a cumulative count, will be returned; blank, otherwise.
getAcceptedIssuers() - Method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
getAction() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
getAction() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
getAction() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getAction() - Method in class com.gpudb.protocol.AlterTableRequest
 
getAction() - Method in class com.gpudb.protocol.AlterTableResponse
 
getAction() - Method in class com.gpudb.protocol.AlterUserRequest
 
getAddedRanks() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowTableResponse
 
getAddRanks() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getAddRanksPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getAddRanksStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getAdjacencyListIntArray() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getAdjacencyListStringArray() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getAdjacencyListWktArray() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getAdjacencyTable() - Method in class com.gpudb.protocol.QueryGraphRequest
 
getAdjoiningResourceGroup() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getAdjoiningResourceGroup() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
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
 
getAuthId() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getAuthorization() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
getAuthorization() - Method in class com.gpudb.protocol.ClearTableRequest
 
getAxesInfo() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
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.VisualizeImageChartRequest
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getBgColor() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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.RawAggregateUnpivotResponse
 
getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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
 
getByKey(List<Object>, String) - Method in class com.gpudb.RecordRetriever
Retrieves records for a given shard key, optionally further limited by an additional expression.
getBypassSslCertCheck() - Method in class com.gpudb.GPUdbBase.Options
Gets the value of the flag indicating whether to verify the SSL certificate for HTTPS connections.
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
 
getCbAttr() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointalphaAttr() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointalphaVals() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointcolorAttr() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointcolorVals() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointshapeAttr() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointshapeVals() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointsizeAttr() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbPointsizeVals() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbTransparencyVec() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getCbVals() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AdminAddRanksRequest
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.AdminAddRanksResponse
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.AdminAlterJobsRequest
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.AdminAlterJobsResponse
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.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
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.AdminRebalanceResponse
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.AdminRemoveRanksRequest
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.AdminRemoveRanksResponse
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.AdminShowAlertsRequest
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.AdminShowAlertsResponse
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.AdminShowClusterOperationsRequest
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.AdminShowClusterOperationsResponse
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.AdminShowJobsRequest
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.AdminShowJobsResponse
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.AdminShowShardsRequest
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.AdminShowShardsResponse
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.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.AggregateMinMaxGeometryRequest
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.AggregateMinMaxGeometryResponse
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.AggregateUnpivotRequest
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.AlterResourceGroupRequest
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.AlterResourceGroupResponse
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.AlterRoleRequest
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.AlterRoleResponse
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.AlterTableColumnsRequest
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.AlterTableColumnsResponse
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.AlterTierRequest
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.AlterTierResponse
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.AppendRecordsRequest
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.AppendRecordsResponse
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.ClearStatisticsRequest
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.ClearStatisticsResponse
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.CollectStatisticsRequest
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.CollectStatisticsResponse
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.CreateExternalTableRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateExternalTableResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateGraphRequest
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.CreateGraphResponse
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.CreateJobRequest
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.CreateJobResponse
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.CreateMaterializedViewRequest
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.CreateMaterializedViewResponse
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.CreateResourceGroupRequest
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.CreateResourceGroupResponse
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.DeleteGraphRequest
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.DeleteGraphResponse
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.DeleteResourceGroupRequest
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.DeleteResourceGroupResponse
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.ExecuteSqlRequest
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.FilterByAreaGeometryRequest
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.FilterByAreaGeometryResponse
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.FilterByBoxGeometryRequest
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.FilterByBoxGeometryResponse
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.FilterByRadiusGeometryRequest
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.FilterByRadiusGeometryResponse
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.GetJobRequest
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.GetJobResponse
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.GetVectortileRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.GetVectortileResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionProcRequest
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.GrantPermissionProcResponse
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.InsertRecordsFromFilesRequest
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.InsertRecordsFromFilesResponse
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.ListGraphRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ListGraphResponse
 
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.MatchGraphRequest
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.MatchGraphResponse
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.MergeRecordsRequest
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.MergeRecordsResponse
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.ModifyGraphRequest
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.ModifyGraphResponse
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.QueryGraphRequest
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.QueryGraphResponse
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.RawAggregateUnpivotResponse
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.RawExecuteSqlResponse
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.RawGpudbResponse
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.RevokePermissionProcRequest
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.RevokePermissionProcResponse
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.ShowFunctionsRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowFunctionsResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowGraphRequest
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.ShowGraphResponse
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.ShowResourceGroupsRequest
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.ShowResourceGroupsResponse
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.ShowResourceStatisticsRequest
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.ShowResourceStatisticsResponse
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.ShowSqlProcRequest
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.ShowSqlProcResponse
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.ShowStatisticsRequest
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.ShowStatisticsResponse
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.SolveGraphRequest
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.SolveGraphResponse
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.VisualizeImageChartRequest
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.VisualizeImageChartResponse
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.VisualizeImageContourRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
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.VisualizeIsochroneResponse
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.VisualizeVideoHeatmapRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeVideoResponse
 
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.
getColumnAlterations() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
getColumnAlterations() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
getColumnBaseType() - Method in class com.gpudb.Type.Column
Gets the enumeration of the *base* type of the column.
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.AggregateMinMaxGeometryRequest
 
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.ClearStatisticsRequest
 
getColumnName() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
getColumnName() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
getColumnName() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
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.AggregateUnpivotRequest
 
getColumnNames() - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
getColumnNames() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
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
 
getColumnNames() - Method in class com.gpudb.protocol.GetVectortileRequest
 
getColumns() - Method in class com.gpudb.Type
Gets the list of columns that the type comprises.
getColumnType() - Method in class com.gpudb.Type.Column
Gets the enumeration of the type of the column.
getColumnValuesMap() - Method in class com.gpudb.protocol.FilterByListRequest
 
getCommand() - Method in class com.gpudb.protocol.CreateProcRequest
 
getCommands() - Method in class com.gpudb.protocol.ShowProcResponse
 
getComponentsJson() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
getConfigParams() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
getConnectionInactivityValidationTimeout() - Method in class com.gpudb.GPUdbBase.Options
Gets the period of inactivity (in milliseconds) after which connection validity would be checked before reusing it.
getContourInfo() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
getContourOptions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
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.FilterByAreaGeometryResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
getCount() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
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.FilterByRadiusGeometryResponse
 
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
 
getCountAffected() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
getCountAffected() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.CreateExternalTableResponse
 
getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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
 
getCountSkipped() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.CreateExternalTableResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getCreateTableOptions() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getData() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getData() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getData() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
getData() - Method in class com.gpudb.protocol.CreateJobRequest
 
getData() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
getData() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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.InsertRecordsRequest
 
getData() - Method in class com.gpudb.protocol.RawGpudbResponse
 
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.CreateJobRequest
 
getDataStr() - Method in class com.gpudb.protocol.RawGpudbResponse
 
getDataType() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getDataType() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getDataType() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
getDataType() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
getDataType() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getDataType() - Method in class com.gpudb.protocol.RawGpudbResponse
 
getDestinationNodes() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getDirected() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getDirectedGraph() - Method in class com.gpudb.protocol.CreateGraphRequest
 
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
 
getDryRun() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getEdges() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getEdges() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getEdgesIds() - Method in class com.gpudb.protocol.CreateGraphResponse
 
getEdgesIds() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
getEncodedData() - Method in class com.gpudb.protocol.GetVectortileResponse
 
getEncoding() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getEncoding() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getEncoding() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
getEncoding() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
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
 
getEndpoint() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getEndpoint() - Method in class com.gpudb.protocol.CreateJobRequest
 
getEndpoint() - Method in class com.gpudb.protocol.GetJobResponse
 
getEndpointName() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getEndpoints() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
getEndpointSchema() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getEndTime() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
getFieldMap() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
getFieldMaps() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
getFilepaths() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
getFilepaths() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getFiles() - Method in class com.gpudb.protocol.CreateProcRequest
 
getFiles() - Method in class com.gpudb.protocol.ShowProcResponse
 
getFillColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getFillN0() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getFillNn() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getFilter() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getFilterExpression() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
getFilterExpression() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getFlags() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
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
 
getFunctionNames() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getGenerateImage() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getGPUdb() - Method in class com.gpudb.BulkInserter
Gets the GPUdb instance into which records will be inserted.
getGPUdb() - Method in class com.gpudb.RecordRetriever
Gets the GPUdb instance from which records will be retrieved.
getGraphName() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.DeleteGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.ListGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.MatchGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.QueryGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.ShowGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getGraphName() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getGraphNames() - Method in class com.gpudb.protocol.ListGraphResponse
 
getGraphNames() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getGridData() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getGroups() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
getHARingSize() - Method in class com.gpudb.GPUdbBase
Gets the size of the high availability ring (i.e.
getHasInsertTableMonitor() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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.RawAggregateUnpivotResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getHASyncMode() - Method in class com.gpudb.GPUdbBase
Gets the current high availability synchronicity override mode.
getHeight() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
getHeight() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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
 
getHistoryIndex() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
getHistoryIndex() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getHistorySize() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getHmURL() - Method in class com.gpudb.GPUdbBase
Gets the active URL of the GPUdb host manager.
getHmURLs() - Method in class com.gpudb.GPUdbBase
Gets the list of URLs for the GPUdb host manager.
getHostManagerPort() - Method in class com.gpudb.GPUdbBase.Options
Gets the host manager port number.
getHosts() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
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.VisualizeImageChartResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getImageData() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
getInfo() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterTableResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterTierResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterUserResponse
 
getInfo() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
getInfo() - Method in class com.gpudb.protocol.ClearTableResponse
 
getInfo() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
getInfo() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateJobResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateProcResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTableResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateUnionResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteProcResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteUserResponse
 
getInfo() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
getInfo() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByListResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByStringResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByTableResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterByValueResponse
 
getInfo() - Method in class com.gpudb.protocol.FilterResponse
 
getInfo() - Method in class com.gpudb.protocol.GetJobResponse
 
getInfo() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
getInfo() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
getInfo() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
getInfo() - Method in class com.gpudb.protocol.GetRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.GetVectortileResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.HasProcResponse
 
getInfo() - Method in class com.gpudb.protocol.HasTableResponse
 
getInfo() - Method in class com.gpudb.protocol.HasTypeResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
getInfo() - Method in class com.gpudb.protocol.KillProcResponse
 
getInfo() - Method in class com.gpudb.protocol.ListGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.LockTableResponse
 
getInfo() - Method in class com.gpudb.protocol.MatchGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getInfo() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getInfo() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
getInfo() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getInfo() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getInfo() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getInfo() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getInfo() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowProcResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowTableResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getInfo() - Method in class com.gpudb.protocol.SolveGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
getInfo() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getInProgress() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
getIpRegex() - Method in class com.gpudb.WorkerList
 
getIsCollection() - Method in class com.gpudb.protocol.CreateTableResponse
 
getIsOffline() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
getIsPersisted() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getIsString() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getIsSyncDb() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getIsValid() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getJob(GetJobRequest) - Method in class com.gpudb.GPUdb
Get the status and result of asynchronously running job.
getJob(long, Map<String, String>) - Method in class com.gpudb.GPUdb
Get the status and result of asynchronously running job.
getJobId() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getJobId() - Method in class com.gpudb.protocol.CreateJobResponse
 
getJobId() - Method in class com.gpudb.protocol.GetJobRequest
 
getJobIds() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
getJobIds() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
getJobids() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
GetJobRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.getJob(GetJobRequest).
GetJobRequest() - Constructor for class com.gpudb.protocol.GetJobRequest
Constructs a GetJobRequest object with default parameters.
GetJobRequest(long, Map<String, String>) - Constructor for class com.gpudb.protocol.GetJobRequest
Constructs a GetJobRequest object with the specified parameters.
GetJobResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.getJob(GetJobRequest).
GetJobResponse() - Constructor for class com.gpudb.protocol.GetJobResponse
Constructs a GetJobResponse object with default parameters.
getJobResponse() - Method in class com.gpudb.protocol.GetJobResponse
 
GetJobResponse.JobStatus - Class in com.gpudb.protocol
Status of the submitted job.
GetJobResponse.ResponseEncoding - Class in com.gpudb.protocol
The encoding of the job result (contained in jobResponse or jobResponseStr.
GetJobResponse.StatusMap - Class in com.gpudb.protocol
Map of various status strings for the executed job.
getJobResponseStr() - Method in class com.gpudb.protocol.GetJobResponse
 
getJobStatus() - Method in class com.gpudb.protocol.GetJobResponse
 
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.RawAggregateUnpivotResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getK() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getLabel() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
getLabel() - Method in class com.gpudb.protocol.AlterTableResponse
 
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
 
getLayers() - Method in class com.gpudb.protocol.GetVectortileRequest
 
getLeaderXColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getLeaderYColumnName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getLevelsTable() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getLimit() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
getLimit() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
getLimit() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
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
 
getMatchScore() - Method in class com.gpudb.protocol.MatchGraphResponse
 
getMax() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
getMax() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getMaxConnectionsPerHost() - Method in class com.gpudb.GPUdbBase.Options
Gets the maximum number of connections, per host, allowed at any given time.
getMaxLevel() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getMaxSolutionRadius() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getMaxTotalConnections() - Method in class com.gpudb.GPUdbBase.Options
Gets the maximum number of connections, across all hosts, allowed at any given time.
getMaxX() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
getMaxX() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
getMaxX() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMaxX() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AggregateMinMaxGeometryResponse
 
getMaxY() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
getMaxY() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMaxY() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.RawGpudbResponse
 
getMessages() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
getMinLevel() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getMinX() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
getMinX() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
getMinX() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMinX() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AggregateMinMaxGeometryResponse
 
getMinY() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
getMinY() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getMinY() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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 enum com.gpudb.GPUdbBase.HASynchronicityMode
 
getMode() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getName() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getName() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
getName() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getName() - Method in class com.gpudb.protocol.AlterRoleResponse
 
getName() - Method in class com.gpudb.protocol.AlterTierRequest
 
getName() - Method in class com.gpudb.protocol.AlterTierResponse
 
getName() - Method in class com.gpudb.protocol.AlterUserRequest
 
getName() - Method in class com.gpudb.protocol.AlterUserResponse
 
getName() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
getName() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
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.DeleteResourceGroupRequest
 
getName() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
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.GrantPermissionProcRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.RevokePermissionProcRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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.ShowResourceGroupsRequest
 
getNames() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
getNewValuesMaps() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getNewValuesMaps() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getNodes() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getNodes() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getNumAlerts() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
getNumClusterSwitches() - Method in class com.gpudb.GPUdbBase
Gets the number of times the client has switched to a different cluster amongst the high availability ring.
getNumEdges() - Method in class com.gpudb.protocol.CreateGraphResponse
 
getNumEdges() - Method in class com.gpudb.protocol.ListGraphResponse
 
getNumEdges() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
getNumEdges() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getNumFrames() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getNumFrames() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
getNumIters() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getNumLevels() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getNumNodes() - Method in class com.gpudb.protocol.CreateGraphResponse
 
getNumNodes() - Method in class com.gpudb.protocol.ListGraphResponse
 
getNumNodes() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
getNumNodes() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getNumShardsChanging() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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.ExecuteSqlRequest
 
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
 
getOptionalParameterCount() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
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.AdminAddRanksRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
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.AggregateMinMaxGeometryRequest
 
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.AggregateUnpivotRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTableRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterTierRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterUserRequest
 
getOptions() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
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.CollectStatisticsRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateJobRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateProcRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
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.DeleteGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteProcRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
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.ExecuteSqlRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getOptions() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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.GetJobRequest
 
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.GetVectortileRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
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.InsertRecordsFromFilesRequest
 
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.ListGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.LockTableRequest
 
getOptions() - Method in class com.gpudb.protocol.MatchGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.QueryGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
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.ShowFunctionsRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowGraphRequest
 
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.ShowResourceGroupsRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
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.SolveGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getOptions() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.VisualizeIsochroneRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getOptions() - Method in class com.gpudb.RecordRetriever
Gets the options currently used for the retriever methods.
getOriginalRequest() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getOutputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getOutputTableNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getOutputTableNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getOverallStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getOverallStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getPagingTable() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
getPagingTable() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getParameters() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getParams() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
getParams() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getParams() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
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
 
getPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.RevokePermissionProcRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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
 
getPivotedColumns() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
getPrimaryUrl() - Method in class com.gpudb.GPUdbBase
Gets the URL of the primary cluster of the HA environment.
getPrimaryUrl() - Method in class com.gpudb.GPUdbBase.Options
Gets the URL of the primary cluster of the HA environment.
getProcedureDefinitions() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getProcedureName() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
getProcedureNames() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
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.GrantPermissionProcRequest
 
getProcName() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
getProcName() - Method in class com.gpudb.protocol.HasProcRequest
 
getProcName() - Method in class com.gpudb.protocol.HasProcResponse
 
getProcName() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
getProcName() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
getProcName() - Method in class com.gpudb.protocol.ShowProcRequest
 
getProcNames() - Method in class com.gpudb.protocol.ShowProcResponse
 
getProcNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getProgress() - Method in class com.gpudb.protocol.GetJobResponse
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getProjection() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AlterTableColumnsResponse
 
getProperties() - Method in class com.gpudb.protocol.AlterTableResponse
 
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
 
getQueries() - Method in class com.gpudb.protocol.QueryGraphRequest
 
getRadius() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
getRadius() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getRank() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
getRankHosts() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRanking() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getRanking() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
getRanks() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
getRanksBeingAdded() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRanksBeingRemoved() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRebalance() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRebalanceShardedData() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRebalanceShardedDataStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRebalanceUnshardedData() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRebalanceUnshardedDataStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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 from the requested column(s).
getRecordsByColumn(String, List<String>, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
For a given table, retrieves the values from the requested column(s).
getRecordsByColumnRaw(GetRecordsByColumnRequest) - Method in class com.gpudb.GPUdb
For a given table, retrieves the values from the requested column(s).
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.
GetRecordsFromCollectionResponse.Info - Class in com.gpudb.protocol
Additional information.
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
 
getRemovedRanks() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
getRemoveRanks() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRemoveRanksPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRemoveRanksStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRequest() - Method in exception com.gpudb.GPUdbBase.SubmitException
Gets the failed request.
getRequestEncoding() - Method in class com.gpudb.protocol.CreateJobRequest
 
getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
getRequestSchemaStr() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
getRequestSize() - Method in exception com.gpudb.GPUdbBase.SubmitException
Gets the size in bytes of the encoded failed request, or -1 if the request was not yet encoded at the time of failure.
getReserved() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getResourceGroups() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getResponseEncoding() - Method in class com.gpudb.protocol.GetJobResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getResponseSchemaStr() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getRestrictions() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getRestrictions() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getRestrictions() - Method in class com.gpudb.protocol.QueryGraphRequest
 
getRestrictions() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getRestrictions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getResult() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
getResult() - Method in class com.gpudb.protocol.ListGraphResponse
 
getResult() - Method in class com.gpudb.protocol.MatchGraphResponse
 
getResult() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getResult() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
getResult() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getResult() - Method in class com.gpudb.protocol.SolveGraphResponse
 
getResultPerDestinationNode() - Method in class com.gpudb.protocol.SolveGraphResponse
 
getResults() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
getResults() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
getResults() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getRetryCount() - Method in class com.gpudb.BulkInserter
Gets the number of times inserts into GPUdb will be retried in the event of an error.
getReturnTypes() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getRings() - Method in class com.gpudb.protocol.QueryGraphRequest
 
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
 
getRunning() - Method in class com.gpudb.protocol.GetJobResponse
 
getSamplePoints() - Method in class com.gpudb.protocol.MatchGraphRequest
 
getSamplesUsed() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getSchema() - Method in class com.gpudb.protocol.AdminAddRanksRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminAddRanksResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminRebalanceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowJobsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowJobsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowShardsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminShowShardsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.AggregateMinMaxGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
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.AggregateUnpivotRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterRoleResponse
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.AlterTableColumnsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
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.AlterTierRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTierResponse
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.AppendRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AppendRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ClearStatisticsResponse
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.CollectStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CollectStatisticsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
getSchema() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
getSchema() - Method in class com.gpudb.protocol.CreateGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateJobRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateJobResponse
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.CreateMaterializedViewRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
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.CreateResourceGroupRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
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.DeleteGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteGraphResponse
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.DeleteResourceGroupRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
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.ExecuteSqlRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
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.FilterByBoxGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
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.FilterByRadiusGeometryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
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.GetJobRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GetJobResponse
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.GetVectortileRequest
 
getSchema() - Method in class com.gpudb.protocol.GetVectortileResponse
 
getSchema() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
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.InsertRecordsFromFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
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.ListGraphRequest
 
getSchema() - Method in class com.gpudb.protocol.ListGraphResponse
 
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.MatchGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.MatchGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.MergeRecordsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.MergeRecordsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ModifyGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ModifyGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.QueryGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.QueryGraphResponse
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.RawAggregateUnpivotResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
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.RawGpudbResponse
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.RevokePermissionProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
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.ShowFunctionsRequest
 
getSchema() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getSchema() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
getSchema() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
getSchema() - Method in class com.gpudb.protocol.ShowGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowGraphResponse
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.ShowResourceGroupsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
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.ShowSqlProcRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSqlProcResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowStatisticsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowStatisticsResponse
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.SolveGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.SolveGraphResponse
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.VisualizeImageChartRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
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.VisualizeImageContourRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
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
 
getServerConnectionTimeout() - Method in class com.gpudb.GPUdbBase.Options
Gets the server connection timeout value, in milliseconds, after which an inability to establish a connection with the GPUdb server will result in requests being aborted.
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
 
getShardArrayVersion() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getShardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getSolutionTable() - Method in class com.gpudb.protocol.MatchGraphRequest
 
getSolutionTable() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getSolveInfo() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
getSolveMethod() - Method in class com.gpudb.protocol.MatchGraphRequest
 
getSolveOptions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getSolverType() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getSourceIp() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getSourceNode() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getSourceNodes() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getSourceTableColumnName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getSourceTableName() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
getSourceTableName() - Method in class com.gpudb.protocol.FilterByTableRequest
 
getSourceTableNames() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
getStart() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getStart() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getStart() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getStartTime() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getStastisticsMap() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
getStatement() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
getStatisticsMap() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
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.AdminAlterJobsResponse
 
getStatus() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getStatus() - Method in class com.gpudb.protocol.RawGpudbResponse
 
getStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getStatusMap() - Method in class com.gpudb.protocol.GetJobResponse
 
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.VisualizeImageChartRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getStyleOptions() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getSuccessful() - Method in class com.gpudb.protocol.GetJobResponse
 
getSymbolColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
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.AggregateMinMaxGeometryRequest
 
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.AggregateUnpivotRequest
 
getTableName() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
getTableName() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
getTableName() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
getTableName() - Method in class com.gpudb.protocol.AlterTableRequest
 
getTableName() - Method in class com.gpudb.protocol.AlterTableResponse
 
getTableName() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
getTableName() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
getTableName() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
getTableName() - Method in class com.gpudb.protocol.ClearTableRequest
 
getTableName() - Method in class com.gpudb.protocol.ClearTableResponse
 
getTableName() - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
getTableName() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
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.FilterByAreaGeometryRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getTableName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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.InsertRecordsFromFilesRequest
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.MergeRecordsRequest
 
getTableName() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
getTableName() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getTableName() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
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.VisualizeImageChartRequest
 
getTableName() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTableName() - Method in class com.gpudb.RecordRetriever
Gets the name of the table from which records will be retrieved.
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.GetVectortileRequest
 
getTableNames() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
getTableNames() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
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.VisualizeImageContourRequest
 
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.
getTierAttributes() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getTierAttributes() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
getTileX() - Method in class com.gpudb.protocol.GetVectortileRequest
 
getTileY() - Method in class com.gpudb.protocol.GetVectortileRequest
 
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.
getTimeReceived() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getTimestamps() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
getTimings() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getTom() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
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.AggregateUnpivotResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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.RawAggregateUnpivotResponse
 
getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.AlterTableColumnsResponse
 
getTypeDefinition() - Method in class com.gpudb.protocol.AlterTableResponse
 
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.AlterTableColumnsResponse
 
getTypeId() - Method in class com.gpudb.protocol.AlterTableResponse
 
getTypeId() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
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.InsertRecordsFromFilesResponse
 
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.AdminShowAlertsResponse
 
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
 
getUnshardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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.
getUserData() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
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.
getUserStopped() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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.AlterRoleRequest
 
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.AggregateUnpivotRequest
 
getValueColumnName() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
getValueColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getValueStr() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getVariableColumnName() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
getVectortile(GetVectortileRequest) - Method in class com.gpudb.GPUdb
 
getVectortile(List<String>, List<String>, Map<String, List<String>>, int, int, int, Map<String, String>) - Method in class com.gpudb.GPUdb
 
GetVectortileRequest - Class in com.gpudb.protocol
 
GetVectortileRequest() - Constructor for class com.gpudb.protocol.GetVectortileRequest
 
GetVectortileRequest(List<String>, List<String>, Map<String, List<String>>, int, int, int, Map<String, String>) - Constructor for class com.gpudb.protocol.GetVectortileRequest
 
GetVectortileResponse - Class in com.gpudb.protocol
 
GetVectortileResponse() - Constructor for class com.gpudb.protocol.GetVectortileResponse
 
getVerifiedOk() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getVersion() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
getVideoStyle() - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
getVideoStyle() - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
getViewId() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
getViewName() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getViewName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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
 
getWeights() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getWeights() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
getWeightsOnEdges() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getWeightsOnEdges() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
getWidth() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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.FilterByRadiusGeometryRequest
 
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.VisualizeImageContourRequest
 
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
 
getXColumnNames() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
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.FilterByAreaGeometryRequest
 
getXVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getYCenter() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
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.VisualizeImageContourRequest
 
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
 
getYColumnNames() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
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.FilterByAreaGeometryRequest
 
getYVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
getZoom() - Method in class com.gpudb.protocol.GetVectortileRequest
 
GIST_EARTH - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_EARTH - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_EARTH - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_GRAY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_GRAY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_GRAY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_HEAT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_HEAT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_HEAT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_NCAR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_NCAR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_NCAR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_RAINBOW - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_STERN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_STERN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_STERN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GIST_YARG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GIST_YARG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GIST_YARG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GLOBAL_ACCESS_MODE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Returns the global access mode (i.e.
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.
GNBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GNBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GNBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GNUPLOT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GNUPLOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GNUPLOT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GNUPLOT2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GNUPLOT2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GNUPLOT2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GPS_NOISE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
GPS noise value (in meters) to remove redundant sample points.
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.GPUdbExitException - Exception in com.gpudb
A special exception indicating the the server is shutting down
GPUdbBase.GPUdbHAUnavailableException - Exception in com.gpudb
 
GPUdbBase.HASynchronicityMode - Enum in com.gpudb
A enumeration of high-availability synchronicity override modes.
GPUdbBase.Options - Class in com.gpudb
A set of configurable options for the GPUdb API.
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.
GPUdbException(String, Throwable, boolean) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message, a cause, and a boolean flag indicating if a connection failure caused this exception.
GPUdbException(String, boolean) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message and a boolean flag indicating if a connection failure caused this exception.
GPUdbExitException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
Creates a new GPUdbBase.GPUdbExitException with the specified message.
GPUdbExitException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
Creates a new GPUdbBase.GPUdbExitException with the specified message and cause.
GPUdbHAUnavailableException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
Creates a new GPUdbBase.GPUdbHAUnavailableException with the specified message.
GPUdbHAUnavailableException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
Creates a new GPUdbBase.GPUdbHAUnavailableException with the specified message and cause.
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
 
grantPermissionProc(GrantPermissionProcRequest) - Method in class com.gpudb.GPUdb
Grants a proc-level permission to a user or role.
grantPermissionProc(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants a proc-level permission to a user or role.
GrantPermissionProcRequest - Class in com.gpudb.protocol
GrantPermissionProcRequest() - Constructor for class com.gpudb.protocol.GrantPermissionProcRequest
Constructs a GrantPermissionProcRequest object with default parameters.
GrantPermissionProcRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionProcRequest
Constructs a GrantPermissionProcRequest object with the specified parameters.
GrantPermissionProcRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionProcResponse - Class in com.gpudb.protocol
GrantPermissionProcResponse() - Constructor for class com.gpudb.protocol.GrantPermissionProcResponse
Constructs a GrantPermissionProcResponse object with default parameters.
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.Options - Class in com.gpudb.protocol
Optional 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.
GRAPH_TABLE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If specified, the created graph is also created as a table with the given name and following identifier columns: 'EDGE_ID', 'EDGE_NODE1_ID', 'EDGE_NODE2_ID'.
GRAPH_TABLE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If specified, the created graph is also created as a table with the given name and following identifier columns: 'EDGE_ID', 'EDGE_NODE1_ID', 'EDGE_NODE2_ID'.
GRAY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GRAY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GRAY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.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.VisualizeImageContourRequest.StyleOptions
 
GREENS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GREENS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GREENS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
GREYS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When interpolating the graph solution to generate the isochrone, number of subdivisions along the x axis when building the grid (the y is computed using the aspect ratio of the output image).
GRIDDING_METHOD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
GROUPING_SETS - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Customize the grouping attribute sets to compute the aggregates.

H

hadConnectionFailure - Variable in exception com.gpudb.GPUdbException
 
hadConnectionFailure() - Method in exception com.gpudb.GPUdbException
Returns if a connection failure caused this exception.
HAS_MORE_RECORDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
Too many records.
HAS_MORE_RECORDS - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
Too many records.
HASH - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
hashCode() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
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.AdminRemoveRanksRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
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.AggregateMinMaxGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
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.AggregateUnpivotRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
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.AlterTierRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTierResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterUserRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterUserResponse
 
hashCode() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
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.CollectStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateJobRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateJobResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
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.CreateResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
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.DeleteGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
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.DeleteResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
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.ExecuteSqlRequest
 
hashCode() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
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.FilterByRadiusGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
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.GetJobRequest
 
hashCode() - Method in class com.gpudb.protocol.GetJobResponse
 
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.GetVectortileRequest
 
hashCode() - Method in class com.gpudb.protocol.GetVectortileResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.InsertRecordsFromFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.ListGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ListGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.LockTableRequest
 
hashCode() - Method in class com.gpudb.protocol.LockTableResponse
 
hashCode() - Method in class com.gpudb.protocol.MatchGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.MatchGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.QueryGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.QueryGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
hashCode() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.RawGpudbResponse
 
hashCode() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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.ShowFunctionsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphResponse
 
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.ShowResourceGroupsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
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.SolveGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.SolveGraphResponse
 
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.VisualizeImageChartRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
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
 
HASHLINEANGLES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEANGLES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINEINTERVALS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEINTERVALS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINELENS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINELENS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
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.
hasProperty(String) - Method in class com.gpudb.Type.Column
Checks if the given property applies to the column.
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.
HEAD - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
HEAD - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
The head node loads all data.
HEADER_AUTHORIZATION - Static variable in class com.gpudb.GPUdbBase
 
HEADER_CONTENT_TYPE - Static variable in class com.gpudb.GPUdbBase
 
HEADER_HA_SYNC_MODE - Static variable in class com.gpudb.GPUdbBase
 
HEIGHT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When generateImage is set to true, height of the generated image.
HIGH_WATERMARK - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Threshold of usage of this tier's resource that, once exceeded, will trigger watermark-based eviction from this tier.
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
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.VisualizeImageChartRequest.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.VisualizeImageChartRequest.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.VisualizeImageContourRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 

I

IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Malformed records are skipped.
IMAGE_ENCODING - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Encoding to be applied to the output image.
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_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
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.
incrementNumClusterSwitches() - Method in class com.gpudb.GPUdbBase
Gets the number of times the client has switched to a different cluster amongst the high availability ring.
INDEX_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Type of index to create, when action is create_index, or to delete, when action is delete_index.
INFERNO - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
INFERNO - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
INFERNO - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
INIT_WITH_NOW - Static variable in class com.gpudb.ColumnProperty
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timestamps with 'NOW()' upon insert.
INIT_WITH_NOW - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timestamps with 'NOW()' upon insert.
initializeHttpConnection(URL) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
initializeHttpPostRequest(URL) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
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.
INSERT - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of new record insertions.
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.
insertRecordsFromFiles(InsertRecordsFromFilesRequest) - Method in class com.gpudb.GPUdb
Reads from one or more files located on the server and inserts the data into a new or existing table.
insertRecordsFromFiles(String, List<String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Reads from one or more files located on the server and inserts the data into a new or existing table.
InsertRecordsFromFilesRequest - Class in com.gpudb.protocol
InsertRecordsFromFilesRequest() - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesRequest
Constructs an InsertRecordsFromFilesRequest object with default parameters.
InsertRecordsFromFilesRequest(String, List<String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesRequest
Constructs an InsertRecordsFromFilesRequest object with the specified parameters.
InsertRecordsFromFilesRequest.CreateTableOptions - Class in com.gpudb.protocol
Options used when creating a new table.
InsertRecordsFromFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsFromFilesResponse - Class in com.gpudb.protocol
InsertRecordsFromFilesResponse() - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesResponse
Constructs an InsertRecordsFromFilesResponse object with default parameters.
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.
InsertRecordsResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
install() - Static method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
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.
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
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).
INTERSECT_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows(including duplicates) that appear in both of the specified tables (only works on 2 tables).
INTERSECTION_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'intersection' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
INTERSECTION_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'intersection' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
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.CreateTableRequest.Options
INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified, generate values for all columns evenly spaced with the given interval value.
INTERVAL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
INV_DST_POW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
INVERSE_SHORTEST_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for finding the optimal path cost for each destination node to route to the source node.
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_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if partitions will be created for LIST VALUES which don't fall into existing partitions.
IS_COLLECTION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Indicates whether the new table to be created will be a collection.
IS_DEFAULT_GROUP - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
If true, this request applies to the global default resource group.
IS_DIRTY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if some input table of the materialized view that affects this member table has been modified since the last refresh.
IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true then the projection will be replicated even if the source table is not.
IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a table, affects the distribution scheme for the table's data.
IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
For a table, affects the distribution scheme for the table's data.
IS_REPLICATED - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Indicates the distribution scheme for the data of the merged table specified in tableName.
IS_REPLICATED - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
If set to true, replicate the solve_table.
IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a table, indicates whether the table is an in-memory table.
IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
For a table, indicates whether the table is an in-memory table.
IS_VIEW_PERSISTED - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if the view named view_table_name is persisted - reported for each view member.
isKineticaRunning(URL) - Method in class com.gpudb.GPUdbBase
Verifies that GPUdb is running at the given URL (does not do any HA failover).
isMultiHeadEnabled() - Method in class com.gpudb.WorkerList
return a boolean indicating whether multi-head I/O is enabled at the server.
isNullable() - Method in class com.gpudb.Type.Column
Gets whether the column is nullable.
ISOCHRONE_CONCAVITY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ISOCHRONE_IMAGE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ISOCHRONE_OUTPUT_TABLE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 

J

JET - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
JITTER_X - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Amplitude of horizontal jitter applied to non-numeric x column values.
JITTER_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Amplitude of vertical jitter applied to non-numeric y column values.
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.AggregateUnpivotRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
JSON - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetJobResponse.ResponseEncoding
The job result is 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.
KIFS_INPUT_DIRS - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A comma-delimited list of KiFS directories whose local files will be made directly accessible to the proc through the API.
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.
KillProcRequest.Options - Class in com.gpudb.protocol
Optional 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.
KRIGING - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
KURTOSIS - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Kurtosis (fourth standardized moment).

L

LABELS_FONT_FAMILY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_FONT_FAMILY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, font name to be used when adding labels.
LABELS_FONT_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_FONT_SIZE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, size of the font (in pixels) to use for labels.
LABELS_INTERLEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_INTERLEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, this value determines the distance (in percent of the total window size) to use when separating labels of the same value.
LABELS_INTRALEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_INTRALEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, this value determines the distance (in multiples of the labels_font_size) to use when separating labels of different values.
LABELS_MAX_ANGLE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_MAX_ANGLE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, maximum angle (in degrees) from the vertical to use when adding labels.
LABELS_SEARCH_WINDOW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_SEARCH_WINDOW - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, a search window is used to rate the local quality of each isoline.
LAST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
LAST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
LAST_REFRESH_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view the a datatime string indicating the last time the view was refreshed.
LATE_MATERIALIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, Joins/Filters results will always be materialized ( saved to result tables format) Supported values: TRUE FALSE The default value is FALSE.
LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'left turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'left turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
LIMIT - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
The number of records to keep.
LIMIT - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
A positive integer indicating the maximum number of results to be returned from sourceTableName.
LIMIT - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
The number of records to keep.
LIMIT - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
When specified, limits the number of query results.
LINE_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
LINE_SIZE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
The width of the contour lines in pixels.
list(T...) - Static method in class com.gpudb.GPUdbBase
A utility method for creating a list of objects inline.
LIST - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
LIST - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
listGraph(ListGraphRequest) - Method in class com.gpudb.GPUdb
 
listGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ListGraphRequest - Class in com.gpudb.protocol
 
ListGraphRequest() - Constructor for class com.gpudb.protocol.ListGraphRequest
 
ListGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ListGraphRequest
 
ListGraphResponse - Class in com.gpudb.protocol
 
ListGraphResponse() - Constructor for class com.gpudb.protocol.ListGraphResponse
 
LOADING_MODE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
LOADING_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies how to divide data loading among nodes.
LOCATION_X - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
X axis label positions of sorted_x_values in pixel coordinates.
LOCATION_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Y axis label positions of sorted_y_values in pixel coordinates.
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.
LOG - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
A base-10 log scale is applied to the y axis.
LOGICAL - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
LOGICAL_TMP - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
LOW_WATERMARK - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Threshold of resource usage that, once fallen below after crossing the high_watermark, will cease watermark-based eviction from this tier.
LZ4 - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
LZ4HC - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 

M

MAGMA - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
MAGMA - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
MAGMA - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
MANUAL - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
MANUAL - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Refresh only occurs when manually requested by calling GPUdb.alterTable(AlterTableRequest) with an 'action' of 'refresh'
MARKOV_CHAIN - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to the graph using the Hidden Markov Model (HMM)-based method, which conducts a range-tree closest-edge search to find the best combinations of possible road segments (num_segments) for each sample point to create the best route.
MATCH_BATCH_SOLVES - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints source and destination pairs for the shortest path solves in batch mode.
MATCH_OD_PAIRS - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to find the most probable path between origin and destination pairs with cost constraints.
MATCH_SUPPLY_DEMAND - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to optimize scheduling multiple supplies (trucks) with varying sizes to varying demand sites with varying capacities per depot.
matchGraph(MatchGraphRequest) - Method in class com.gpudb.GPUdb
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
matchGraph(String, List<String>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
MatchGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.matchGraph(MatchGraphRequest).
MatchGraphRequest() - Constructor for class com.gpudb.protocol.MatchGraphRequest
Constructs a MatchGraphRequest object with default parameters.
MatchGraphRequest(String, List<String>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.MatchGraphRequest
Constructs a MatchGraphRequest object with the specified parameters.
MatchGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters GPS_NOISE: GPS noise value (in meters) to remove redundant sample points.
MatchGraphRequest.SolveMethod - Class in com.gpudb.protocol
The type of solver to use for graph matching.
MatchGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.matchGraph(MatchGraphRequest).
MatchGraphResponse() - Constructor for class com.gpudb.protocol.MatchGraphResponse
Constructs a MatchGraphResponse object with default parameters.
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
No longer used.
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
No longer used.
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
No longer used.
MATERIALIZE_ON_GPU - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
No longer used.
MATERIALIZED - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
MATERIALIZED_VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MATERIALIZED_VIEW_MEMBER - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MATERIALIZED_VIEW_UNDER_CONSTRUCTION - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
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_COMBINATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
MAX_CONCURRENCY_PER_NODE - Static variable in class com.gpudb.protocol.CreateProcRequest.Options
The maximum number of concurrent instances of the proc that will be executed per node.
MAX_CPU_CONCURRENCY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum number of simultaneous threads that will be used to execute a request for this group.
MAX_CPU_CONCURRENCY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum number of simultaneous threads that will be used to execute a request for this group.
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_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
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_LEVEL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MAX_MEMORY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.TierAttributes
Maximum amount of memory usable in the given tier at one time for this group.
MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.TierAttributes
Maximum amount of memory usable in the given tier at one time for this group.
MAX_NUM_COMBINATIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For MULTIPLE_ROUTING solvers only; sets the cap on the combinatorial sequences generated.
MAX_NUM_THREADS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the markov_chain solver only.
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
Obsolete in GPUdb v7.0
MAX_SCHEDULING_PRIORITY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum priority of a scheduled task for this group.
MAX_SCHEDULING_PRIORITY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum priority of a scheduled task for this group.
MAX_SEARCH_CELLS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MAX_SOLUTION_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MAX_SOLUTION_TARGETS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MAX_TIER_PRIORITY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum priority of a tiered object for this group.
MAX_TIER_PRIORITY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum priority of a tiered object for this group.
MAX_TRIP_COST - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
MAX_X - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Maximum x (longitude) value for spatial graph associations.
MAX_Y - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Maximum y (latitude) value for spatial graph associations.
MEAN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Arithmetic mean (average), equivalent to sum/count.
MERGE_TOLERANCE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If node geospatial positions are input (e.g., WKTPOINT, X, Y), determines the minimum separation allowed between unique nodes.
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.
mergeRecords(MergeRecordsRequest) - Method in class com.gpudb.GPUdb
Create a new empty result table (specified by tableName), and insert all records from source tables (specified by sourceTableNames) based on the field mapping information (specified by fieldMaps).
mergeRecords(String, List<String>, List<Map<String, String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Create a new empty result table (specified by tableName), and insert all records from source tables (specified by sourceTableNames) based on the field mapping information (specified by fieldMaps).
MergeRecordsRequest - Class in com.gpudb.protocol
MergeRecordsRequest() - Constructor for class com.gpudb.protocol.MergeRecordsRequest
Constructs a MergeRecordsRequest object with default parameters.
MergeRecordsRequest(String, List<String>, List<Map<String, String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.MergeRecordsRequest
Constructs a MergeRecordsRequest object with the specified parameters.
MergeRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
MergeRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.mergeRecords(MergeRecordsRequest).
MergeRecordsResponse() - Constructor for class com.gpudb.protocol.MergeRecordsResponse
Constructs a MergeRecordsResponse object with default parameters.
MethodHandler(Method, Method) - Constructor for class com.gpudb.TypeObjectMap.MethodHandler
Creates a TypeObjectMap.MethodHandler for the specified get and set methods.
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.
MIN_CURV - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_LEVEL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_MAX_SCALED - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
If this options is set to "false", this endpoint expects request's min/max values are not yet scaled.
MIN_SOLUTION_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MIN_X - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Minimum x (longitude) value for spatial graph associations.
MIN_Y - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Minimum y (latitude) value for spatial graph associations.
MODE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If merge_views, then this operation will merge the provided views.
MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Mode - should be either spatial or normal.
MODIFY - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true, recreate is set to true, and the graph (specified using graphName) already exists, the graph is updated with the given components.
modifyGraph(ModifyGraphRequest) - Method in class com.gpudb.GPUdb
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
modifyGraph(String, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
ModifyGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.modifyGraph(ModifyGraphRequest).
ModifyGraphRequest() - Constructor for class com.gpudb.protocol.ModifyGraphRequest
Constructs a ModifyGraphRequest object with default parameters.
ModifyGraphRequest(String, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ModifyGraphRequest
Constructs a ModifyGraphRequest object with the specified parameters.
ModifyGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ModifyGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.modifyGraph(ModifyGraphRequest).
ModifyGraphResponse() - Constructor for class com.gpudb.protocol.ModifyGraphResponse
Constructs a ModifyGraphResponse object with default parameters.
MOVE_TO_COLLECTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Moves a table or view into a collection named value.
MULTIPLE_ROUTING - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for finding the minimum cost cumulative path for a round-trip starting from the given source and visiting each given destination node once then returning to the source.

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.
NEXT_REFRESH_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method a datetime string indicating the next time the view is to be refreshed.
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
NO_ACCESS - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow no read/write operations
NO_ACCESS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
No read/write operations are allowed on this table.
NO_COUNT - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
return a count of 0 for the join table for logging and for show_table.
NO_COUNT - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
The default value is 'false'.
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_EXISTS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
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.ClearTableRequest.Options
If true and if the table specified in tableName does not exist no error is returned.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.Options
If true, no error will be returned if the requested procedure does not exist.
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_JOIN_TYPES - Static variable in class com.gpudb.protocol.ShowTypesRequest.Options
When set to 'true', no join types will be included.
NONDETERMINISTIC - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
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.AlterTableRequest.Options
 
NONE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using no partitioning
NONE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Do not apply any additional encoding to the output image.
NONE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
No scale is applied to the y axis.
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
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
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_BEST_PATHS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For MULTIPLE_ROUTING solvers only; sets the number of shortest paths computed from each node.
NUM_LEVELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
NUM_SEGMENTS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Maximum number of potentially matching road segments for each sample point.
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Optional: number of tasks for reading file per rank.
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

OCEAN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
OCEAN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
OCEAN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
OFFSET - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
A positive integer indicating the number of initial results to skip from sourceTableName.
OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.OverallStatus
The operation was successful, or, if still in progress, the operation is successful so far.
ON_CHANGE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
If possible, incrementally refresh (refresh just those records added) whenever an insert, update, delete or refresh of input table is done.
ON_QUERY - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
For future use.
ON_START - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
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.
Options() - Constructor for class com.gpudb.GPUdbBase.Options
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
ORDER_BY - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Comma-separated list of the columns to be sorted by; e.g.
ORDER_BY - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Comma-separated list of the columns to be sorted by from source table (specified by sourceTableName), e.g., 'timestamp asc, x desc'.
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 as well as the sort direction, e.g., 'timestamp asc, x desc'.
ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
Name of the column used for candlestick charting techniques.
ORIENTED_ARROW - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
ORIENTED_TRIANGLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
OUTPUT_EDGE_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
If true then concatenated edge ids will be added as the EDGE path column of the solution table for each source and target pair in shortest path solves.
OUTPUT_WKT_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
If true then concatenated wkt line segments will be added as the Wktroute column of the solution table for each source and target pair in shortest path solves.
OVERLAPS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that overlap the given WKT.

P

PAGE_RANK - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the probability of each destination node being visited based on the links of the graph topology.
PAGING_TABLE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
When empty or the specified paging table not exists, the system will create a paging table and return when query output has more records than the user asked.
PAGING_TABLE_TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Sets the TTL of the paging table.
PAIRED - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PAIRED - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PAIRED - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PARALLEL_EXECUTION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables the parallel step execution of the given query.
PARQUET - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
PARTIAL_LOADING - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
PARTITION_DEFINITIONS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Comma-separated list of partition definitions, whose format depends on the choice of partition_type.
PARTITION_DEFINITIONS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Comma-separated list of partition definitions, whose format depends on the choice of partition_type.
PARTITION_DEFINITIONS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Comma-separated list of partition definitions, whose format depends on the partition_type.
PARTITION_KEYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Comma-separated list of partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by partition_definitions.
PARTITION_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Comma-separated list of partition keys, which are the columns or column expressions by which records will be assigned to partitions defined by partition_definitions.
PARTITION_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Comma-separated list of partition keys.
PARTITION_TYPE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Partitioning scheme to use.
PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Partitioning scheme to use.
PARTITION_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Partitioning scheme used for this table Supported values: RANGE: Using range partitioning INTERVAL: Using interval partitioning LIST: Using manual list partitioning NONE: Using no partitioning The default value is NONE.
PASS_THROUGH - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
PASTEL1 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PASTEL1 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PASTEL1 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PASTEL2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PASTEL2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PASTEL2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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).
PERIODIC - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Refresh table periodically at rate specified by refresh_period
PERMISSIVE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
PERMISSIVE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Records with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped.
PERSIST - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
If true, then the materialized view specified in tableName will be persisted and will not expire unless a ttl is specified.
PERSIST - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true, then the projection specified in projectionName will be persisted and will not expire unless a ttl is specified.
PERSIST - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If true, then the output table specified in tableName will be persisted and will not expire unless a ttl is specified.
PERSIST - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
If true, then the table specified in tableName will be persisted and will not expire unless a ttl is specified.
ping() - Method in class com.gpudb.GPUdbBase
Verifies that GPUdb is running on the server.
PINK - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PINK - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PINK - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PIVOT - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
pivot column
PIVOT_VALUES - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
The value list provided will become the column headers in the output.
PIYG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PIYG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PIYG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PLAN_CACHE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables plan caching for the given query.
PLASMA - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PLASMA - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PLASMA - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.Projection
 
PLATE_CARREE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.Projection
 
PLOT_ALL - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
If this options is set to "true", all non-numeric column values are plotted ignoring min_x, max_x, min_y and max_y parameters.
POINTCOLOR - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
The color of points in the plot represented as a hexadecimal number.
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
 
POINTOFFSET_X - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTOFFSET_X - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTOFFSET_Y - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTOFFSET_Y - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTSHAPE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
The shape of points in the plot.
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
 
POINTSIZE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
The size of points in the plot represented as number of pixels.
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
 
PREPARE_MODE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, compiles a query into an execution plan and saves it in query cache.
PRESERVE_DICT_ENCODING - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true, then columns that were dict encoded in the source table will be dict encoded in the projection.
PRESERVE_DICT_ENCODING - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, then columns that were dict encoded in the source table will be dict encoded in the projection table.
PRGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PRGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PRGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.
PRISM - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PRISM - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PRISM - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PROBABILITY_RANK - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the transitional probability (Hidden Markov) for each node based on the weights (probability assigned over given edges).
PROC_EXECUTE - Static variable in class com.gpudb.protocol.GrantPermissionProcRequest.Permission
Execute access to the proc.
PROC_EXECUTE - Static variable in class com.gpudb.protocol.RevokePermissionProcRequest.Permission
Execute access to the proc.
PROJECTION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
Spatial Reference System (i.e.
PROPERTIES - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
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.
PROTECTED_HEADERS - Static variable in class com.gpudb.GPUdbBase
 
PUBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PUBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PUBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PUBUGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PUBUGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PUBUGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PUOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PUOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PUOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PURD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PURD - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PURD - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
PURPLES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
PURPLES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
PURPLES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.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.AdminAddRanksRequest
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.AdminAddRanksResponse
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.AdminAlterJobsRequest
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.AdminAlterJobsResponse
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.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
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.AdminRebalanceResponse
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.AdminRemoveRanksRequest
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.AdminRemoveRanksResponse
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.AdminShowAlertsRequest
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.AdminShowAlertsResponse
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.AdminShowClusterOperationsRequest
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.AdminShowClusterOperationsResponse
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.AdminShowJobsRequest
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.AdminShowJobsResponse
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.AdminShowShardsRequest
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.AdminShowShardsResponse
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.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.AggregateMinMaxGeometryRequest
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.AggregateMinMaxGeometryResponse
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.AggregateUnpivotRequest
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.AlterResourceGroupRequest
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.AlterResourceGroupResponse
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.AlterRoleRequest
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.AlterRoleResponse
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.AlterTableColumnsRequest
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.AlterTableColumnsResponse
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.AlterTierRequest
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.AlterTierResponse
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.AppendRecordsRequest
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.AppendRecordsResponse
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.ClearStatisticsRequest
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.ClearStatisticsResponse
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.CollectStatisticsRequest
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.CollectStatisticsResponse
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.CreateExternalTableRequest
 
put(int, Object) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
put(int, Object) - Method in class com.gpudb.protocol.CreateGraphRequest
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.CreateGraphResponse
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.CreateJobRequest
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.CreateJobResponse
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.CreateMaterializedViewRequest
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.CreateMaterializedViewResponse
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.CreateResourceGroupRequest
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.CreateResourceGroupResponse
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.DeleteGraphRequest
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.DeleteGraphResponse
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.DeleteResourceGroupRequest
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.DeleteResourceGroupResponse
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.ExecuteSqlRequest
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.FilterByAreaGeometryRequest
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.FilterByAreaGeometryResponse
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.FilterByBoxGeometryRequest
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.FilterByBoxGeometryResponse
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.FilterByRadiusGeometryRequest
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.FilterByRadiusGeometryResponse
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.GetJobRequest
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.GetJobResponse
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.GetVectortileRequest
 
put(int, Object) - Method in class com.gpudb.protocol.GetVectortileResponse
 
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
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.GrantPermissionProcResponse
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.InsertRecordsFromFilesRequest
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.InsertRecordsFromFilesResponse
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.ListGraphRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ListGraphResponse
 
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.MatchGraphRequest
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.MatchGraphResponse
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.MergeRecordsRequest
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.MergeRecordsResponse
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.ModifyGraphRequest
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.ModifyGraphResponse
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.QueryGraphRequest
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.QueryGraphResponse
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.RawAggregateUnpivotResponse
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.RawExecuteSqlResponse
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.RawGpudbResponse
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.RevokePermissionProcRequest
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.RevokePermissionProcResponse
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.ShowFunctionsRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
put(int, Object) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
put(int, Object) - Method in class com.gpudb.protocol.ShowGraphRequest
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.ShowGraphResponse
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.ShowResourceGroupsRequest
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.ShowResourceGroupsResponse
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.ShowResourceStatisticsRequest
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.ShowResourceStatisticsResponse
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.ShowSqlProcRequest
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.ShowSqlProcResponse
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.ShowStatisticsRequest
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.ShowStatisticsResponse
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.SolveGraphRequest
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.SolveGraphResponse
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.VisualizeImageChartRequest
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.VisualizeImageChartResponse
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.VisualizeImageContourRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
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.VisualizeIsochroneResponse
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.VisualizeVideoHeatmapRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
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.
putDateTime(String, Object) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the system timezone.
putDateTime(String, Object, TimeZone) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the given timezone (system timezone if none given).
putDateTime(int, Object) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the system timezone.
putDateTime(int, Object, TimeZone) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the given timezone (system timezone if none given).

Q

queryGraph(QueryGraphRequest) - Method in class com.gpudb.GPUdb
Employs a topological query on a network graph generated a-priori by GPUdb.createGraph(CreateGraphRequest) and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
queryGraph(String, List<String>, List<String>, String, int, Map<String, String>) - Method in class com.gpudb.GPUdb
Employs a topological query on a network graph generated a-priori by GPUdb.createGraph(String, boolean, List, List, List, List, Map) and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
QueryGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.queryGraph(QueryGraphRequest).
QueryGraphRequest() - Constructor for class com.gpudb.protocol.QueryGraphRequest
Constructs a QueryGraphRequest object with default parameters.
QueryGraphRequest(String, List<String>, List<String>, String, int, Map<String, String>) - Constructor for class com.gpudb.protocol.QueryGraphRequest
Constructs a QueryGraphRequest object with the specified parameters.
QueryGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters FORCE_UNDIRECTED: If set to true, all inbound edges and outbound edges relative to the node will be returned.
QueryGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.queryGraph(QueryGraphRequest).
QueryGraphResponse() - Constructor for class com.gpudb.protocol.QueryGraphResponse
Constructs a QueryGraphResponse object with default parameters.

R

RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RAINBOW - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RANGE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
RANGE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
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.
RawAggregateUnpivotResponse - Class in com.gpudb.protocol
RawAggregateUnpivotResponse() - Constructor for class com.gpudb.protocol.RawAggregateUnpivotResponse
Constructs a RawAggregateUnpivotResponse object with default parameters.
RawExecuteSqlResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeSqlRaw(ExecuteSqlRequest).
RawExecuteSqlResponse() - Constructor for class com.gpudb.protocol.RawExecuteSqlResponse
Constructs a RawExecuteSqlResponse object with default parameters.
RawExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
Too many records.
RawExecuteSqlResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
RawGetRecordsFromCollectionResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
RawGpudbResponse - Class in com.gpudb.protocol
A set of parameters for the raw wrapper for GPUdb responses.
RawGpudbResponse() - Constructor for class com.gpudb.protocol.RawGpudbResponse
Constructs a RawGpudbResponse 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.
RDBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
READ_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only read operations
READ_ONLY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Only read operations are allowed on this table.
READ_WRITE - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow all read/write operations
READ_WRITE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
All read/write operations are allowed on this table.
REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
If true, sharded data will be rebalanced approximately equally across the cluster.
REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
When true, data with primary keys or shard keys will be rebalanced to other ranks prior to rank removal.
REBALANCE_UNSHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
If true, unsharded data (data without primary keys and without shard keys) will be rebalanced approximately equally across the cluster.
REBALANCE_UNSHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
When true, unsharded data (data without primary keys and without shard keys) will be rebalanced to other ranks prior to rank removal.
REBUILD_ON_ERROR - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
Supported values: TRUE FALSE The default value is FALSE.
Record - Interface in com.gpudb
Interface for objects that contain record data.
RECORD_BYTES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The number of in-memory bytes per record which is the sum of the byte sizes of all columns with property '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.
RecordRetriever<T> - Class in com.gpudb
Object that permits efficient retrieval of records from GPUdb, with support for multi-head access.
RecordRetriever(GPUdb, String, Type) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, WorkerList) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RECREATE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true and the graph (using graphName) already exists, the graph is deleted and recreated.
REDS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeVideoHeatmapRequest.StyleOptions
 
REFRESH - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Replays all the table creation commands required to create this materialized view.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Method by which the join can be refreshed when the data in underlying member tables have changed.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view current refresh_method - one of manual, periodic, on_change.
REFRESH_PERIOD - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
When refresh_method is periodic, specifies the period in seconds at which refresh occurs
REFRESH_PERIOD - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method the current refresh period in seconds.
REFRESH_START_TIME - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
When refresh_method is periodic, specifies the first time at which a refresh is to be done.
REFRESH_START_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method the current intial datetime string that periodic refreshes began.
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 time-to-live, in minutes, before the respective table expires (-1 if it will never expire).
REMOVE_LABEL_ONLY - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
When RESTRICTIONS on labeled entities requested, if set to true this will NOT delete the entity but only the label associated with the entity.
REMOVE_LABEL_ONLY - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
When RESTRICTIONS on labeled entities requested, if set to true this will NOT delete the entity but only the label associated with the entity.
REMOVE_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Removes the partition specified in value (and relocates all of its data to the default partition) from either a range-partitioned or manual list-partitioned table.
REMOVE_PREVIOUS_RESTRICTIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
REMOVE_PREVIOUS_RESTRICTIONS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
REMOVE_TEXT_SEARCH_ATTRIBUTES - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Removes text search attribute from all columns.
removeHttpHeader(String) - Method in class com.gpudb.GPUdbBase
Removes the given HTTP header from the map of additional HTTP headers to send to GPUdb with each request.
RENAME_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When changing a column, specify new column name.
RENAME_TABLE - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Renames a table, view or collection to value.
RENDER_OUTPUT_GRID - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
REPAIR_INCORRECTLY_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Scans for any data sharded incorrectly and re-routes the correct location.
REPLICATED - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
REQUEST_AVRO_JSON - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The JSON representation of request creating this table.
REQUEST_AVRO_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Method by which this table was created.
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.
RESOURCE_GROUP - Static variable in class com.gpudb.protocol.CreateRoleRequest.Options
Name of an existing resource group to associate with this user
RESOURCE_GROUP - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
Name of an existing resource group to associate with this user
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Value-based restriction comparison.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Value-based restriction comparison.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
Value-based restriction comparison.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Value-based restriction comparison.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
Value-based restriction comparison.
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.AggregateUnpivotRequest.Options
The name of the table used to store the results.
RESULT_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_GENERATE_PK - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
If true then set a primary key for the result table.
RESULT_TABLE_GENERATE_PK - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
If true then set a primary key for the result table.
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 and will not expire unless a ttl is specified.
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 and will not expire unless a ttl is specified.
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
If true, then the result table specified in result_table will be persisted and will not expire unless a ttl is specified.
RESULTS_CACHING - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables caching of the results of the given query Supported values: TRUE FALSE The default value is TRUE.
RETAIN_PARTITIONS - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Determines whether the created projection will retain the partitioning scheme from the source table.
RETURN_INDIVIDUAL_ERRORS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, success will always be returned, and any errors found will be included in the info map.
RETURN_INDIVIDUAL_ERRORS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, success will always be returned, and any errors found will be included in the info map.
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.
revokePermissionProc(RevokePermissionProcRequest) - Method in class com.gpudb.GPUdb
Revokes a proc-level permission from a user or role.
revokePermissionProc(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a proc-level permission from a user or role.
RevokePermissionProcRequest - Class in com.gpudb.protocol
RevokePermissionProcRequest() - Constructor for class com.gpudb.protocol.RevokePermissionProcRequest
Constructs a RevokePermissionProcRequest object with default parameters.
RevokePermissionProcRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionProcRequest
Constructs a RevokePermissionProcRequest object with the specified parameters.
RevokePermissionProcRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionProcResponse - Class in com.gpudb.protocol
RevokePermissionProcResponse() - Constructor for class com.gpudb.protocol.RevokePermissionProcResponse
Constructs a RevokePermissionProcResponse object with default parameters.
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.Options - Class in com.gpudb.protocol
Optional 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.
RIGHT_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as' right turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
RIGHT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as' right turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
ROLE - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A role.
ROLLUP - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
This option is used to specify the multilevel aggregates.
RULE_BASED_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables rule-based rewrite optimizations for the given query Supported values: TRUE FALSE The default value is TRUE.
RUN_TAG - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A string that, if not empty, can be used in subsequent calls to GPUdb.showProcStatus(ShowProcStatusRequest) or GPUdb.killProc(KillProcRequest) to identify the proc instance.
RUN_TAG - Static variable in class com.gpudb.protocol.KillProcRequest.Options
If runId is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest).
RUN_TAG - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
If runId is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest).
RUNNING - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job is currently executing.
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

S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
S3_REGION - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
SAVE_PERSIST - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true, the graph will be saved in the persist directory (see the config reference for more information).
SAVE_PERSIST - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, the graph will be saved in the persist directory (see the config reference for more information).
SCALAR - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
SCALE_TYPE_X - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Type of x axis scale.
SCALE_TYPE_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Type of y axis scale.
SEARCH - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Full text search query with wildcards and boolean operators.
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Maximum search radius used when snapping sample points onto potentially matching surrounding segments.
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid).
SEED - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If provided, the internal random number generator will be initialized with the given value.
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
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.
SET1 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET1 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET1 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET_COLUMN_COMPRESSION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Modifies the compression setting on the column specified in value to the compression type specified in compression_type.
SET_GLOBAL_ACCESS_MODE - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the global access mode (i.e.
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.
SET_REFRESH_METHOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the method by which this materialized view is refreshed to the method specified in value - one of 'manual', 'periodic', 'on_change'.
SET_REFRESH_PERIOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time interval in seconds at which to refresh this materialized view to the value specified in value.
SET_REFRESH_START_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time to start periodic refreshes of this materialized view to the datetime string specified in value with format 'YYYY-MM-DD HH:MM:SS'.
SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterRoleRequest.Action
Sets the resource group for an internal role.
SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
Sets the resource group for an internal user.
SET_STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the tier strategy for the table and its columns to the one specified in value, replacing the existing tier strategy in its entirety.
setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterRoleRequest
 
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
 
setAddedRanks(List<Integer>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setAddRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAddRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAddRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAdjacencyListIntArray(List<Long>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyListStringArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyListWktArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyTable(String) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setAdjoiningResourceGroup(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setAdjoiningResourceGroup(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setArgs(List<String>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setArgs(List<List<String>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setAuthId(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setAuthorization(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setAuthorization(String) - Method in class com.gpudb.protocol.ClearTableRequest
 
setAxesInfo(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
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.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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.RawAggregateUnpivotResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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
 
setBypassSslCertCheck(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the flag indicating whether to verify the SSL certificate for HTTPS connections.
setCbAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointalphaAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointalphaVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointcolorAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointcolorVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointshapeAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointshapeVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointsizeAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointsizeVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbTransparencyVec(List<Integer>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setColumnAlterations(List<Map<String, String>>) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
setColumnAlterations(List<Map<String, String>>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
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.ClearStatisticsRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
setColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
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.AggregateUnpivotRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
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
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
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
 
setComponentsJson(String) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setConfigParams(List<Map<String, String>>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
setConnectionInactivityValidationTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the period of inactivity (in milliseconds) after which connection validity would be checked before reusing it.
setContourInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setContourOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
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.FilterByAreaGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
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.FilterByRadiusGeometryResponse
 
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
 
setCountAffected(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setCountAffected(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setCountDeleted(long) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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
 
setCountSkipped(long) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setCountsUpdated(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setCountUpdated(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
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.AggregateUnpivotResponse
 
setData(ByteBuffer) - Method in class com.gpudb.protocol.CreateJobRequest
 
setData(List<ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setData(List<Record>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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(List<T>) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setData(ByteBuffer) - Method in class com.gpudb.protocol.RawGpudbResponse
 
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.CreateJobRequest
 
setDataStr(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setDataType(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setDestinationNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setDirected(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setDirectedGraph(boolean) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setDrawBox(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setDrawLeader(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setDryRun(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEdges(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setEdges(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setEncodedData(String) - Method in class com.gpudb.protocol.GetVectortileResponse
 
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.AggregateUnpivotRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
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
 
setEndpoint(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEndpoint(String) - Method in class com.gpudb.protocol.CreateJobRequest
 
setEndpoint(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setEndpointName(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setEndpoints(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setEndpointSchema(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEndTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
setFieldMap(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setFieldMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setFilepaths(List<String>) - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
setFilepaths(List<String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
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
 
setFillN0(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setFillNn(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setFilter(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
 
setFlags(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setFont(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setFullSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setFunctionNames(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setGenerateImage(boolean) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.DeleteGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ListGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ShowGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setGraphNames(List<String>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setGraphNames(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setGridData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setGroups(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
setHasInsertTableMonitor(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
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.AggregateUnpivotResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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.RawAggregateUnpivotResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setHASyncMode(GPUdbBase.HASynchronicityMode) - Method in class com.gpudb.GPUdbBase
Sets the current high availability synchronicity override mode.
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
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.VisualizeImageContourRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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
 
setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setHistorySize(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the host manager port number.
setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase
Re-sets the host manager port number for the host manager URLs.
setHosts(List<String>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
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.VisualizeImageChartResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTierResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetVectortileResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.KillProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.LockTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoResponse
 
setInProgress(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
setIsPersisted(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setIsString(boolean) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setIsSyncDb(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setIsValid(boolean) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setJobId(List<Long>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setJobId(long) - Method in class com.gpudb.protocol.CreateJobResponse
 
setJobId(long) - Method in class com.gpudb.protocol.GetJobRequest
 
setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setJobids(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setJobResponse(ByteBuffer) - Method in class com.gpudb.protocol.GetJobResponse
 
setJobResponseStr(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setJobStatus(String) - Method in class com.gpudb.protocol.GetJobResponse
 
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.RawAggregateUnpivotResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.AlterTableColumnsResponse
 
setLabel(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
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
 
setLayers(Map<String, List<String>>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setLeaderXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLeaderYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLevelsTable(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
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.ExecuteSqlRequest
 
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
 
setMatchScore(float) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setMax(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setMax(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setMaxConnectionsPerHost(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the maximum number of connections, per host, allowed at any given time.
setMaxLevel(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setMaxSolutionRadius(double) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setMaxTotalConnections(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the maximum number of connections, across all hosts, allowed at any given time.
setMaxX(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AggregateMinMaxGeometryResponse
 
setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setMessages(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
setMinLevel(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setMinX(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AggregateMinMaxGeometryResponse
 
setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AlterResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
setName(String) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.AlterTierRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterTierResponse
 
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.CreateResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
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.DeleteResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
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.GrantPermissionProcRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.RevokePermissionProcRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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.ShowResourceGroupsRequest
 
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
 
setNodes(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setNodes(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setNumAlerts(int) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
setNumEdges(long) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setNumEdges(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
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
 
setNumLevels(int) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setNumNodes(long) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setNumNodes(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setNumShardsChanging(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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.ExecuteSqlRequest
 
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
 
setOptionalParameterCount(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
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.AdminRemoveRanksRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
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.AggregateMinMaxGeometryRequest
 
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.AggregateUnpivotRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
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.AlterTierRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
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.CollectStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
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.CreateResourceGroupRequest
 
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.DeleteGraphRequest
 
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.DeleteResourceGroupRequest
 
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.ExecuteSqlRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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.GetJobRequest
 
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.GetVectortileRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
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, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
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.ListGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.LockTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
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.RevokePermissionProcRequest
 
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.ShowFunctionsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphRequest
 
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.ShowResourceGroupsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
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.SolveGraphRequest
 
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.VisualizeImageChartRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.VisualizeIsochroneRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.RecordRetriever
Sets the options to be used for the retriever methods.
setOriginalRequest(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
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
 
setOverallStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setOverallStatuses(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setPagingTable(String) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setPagingTable(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setParameters(List<List<String>>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setParams(List<Map<String, String>>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setParams(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setParams(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
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
 
setPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.RevokePermissionProcRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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
 
setPivotedColumns(List<String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setPrimaryUrl(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the URL of the primary cluster to use amongst the HA clusters.
setProcedureDefinitions(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setProcedureName(String) - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
setProcedureNames(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
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.GrantPermissionProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.RevokePermissionProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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
 
setProgress(int) - Method in class com.gpudb.protocol.GetJobResponse
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.AlterTableColumnsResponse
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.AlterTableResponse
 
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
 
setQueries(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setRank(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setRankHosts(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRanking(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setRanking(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setRanks(List<Integer>) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
setRanksBeingAdded(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRanksBeingRemoved(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalance(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceShardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceShardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceUnshardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceUnshardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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
 
setRemovedRanks(List<Integer>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
setRemoveRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRemoveRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRemoveRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRequestEncoding(String) - Method in class com.gpudb.protocol.CreateJobRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setRequestSchemaStr(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setReserved(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setResourceGroups(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setResponseEncoding(String) - Method in class com.gpudb.protocol.GetJobResponse
 
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.RawAggregateUnpivotResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setResult(boolean) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ListGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setResultPerDestinationNode(List<Float>) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setResults(List<String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
setResults(List<String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
setResults(Map<String, Map<String, Map<String, String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setRetryCount(int) - Method in class com.gpudb.BulkInserter
Sets the number of times inserts into GPUdb will be retried in the event of an error.
setReturnTypes(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setRings(int) - Method in class com.gpudb.protocol.QueryGraphRequest
 
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
 
setRunning(boolean) - Method in class com.gpudb.protocol.GetJobResponse
 
setSamplePoints(List<String>) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSamplesUsed(long) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setSelectExpression(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setServerConnectionTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the server connection timeout value, in milliseconds, after which an inability to establish a connection with the GPUdb server will result in requests being aborted.
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
 
setShardArrayVersion(long) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setShardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setSolutionTable(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSolutionTable(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSolveInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setSolveMethod(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSolveOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setSolverType(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSourceIp(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setSourceNode(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setSourceNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSourceTableColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setSourceTableName(String) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setSourceTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setSourceTableNames(List<String>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
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
 
setStartTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setStastisticsMap(List<List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
setStatement(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setStatisticsMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
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(List<String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setStatus(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setStatus(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setStatuses(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
 
setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
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.VisualizeIsochroneRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setSuccessful(boolean) - Method in class com.gpudb.protocol.GetJobResponse
 
setSymbolColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
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.AggregateMinMaxGeometryRequest
 
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.AggregateUnpivotRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
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.AppendRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
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.CollectStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
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.FilterByAreaGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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.InsertRecordsFromFilesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.MergeRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
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.VisualizeImageChartRequest
 
setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
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.GetVectortileRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
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.VisualizeImageContourRequest
 
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.
setTierAttributes(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setTierAttributes(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setTileX(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setTileY(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
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.
setTimeReceived(List<Long>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setTimestamps(List<String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
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
 
setTom(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
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.AggregateUnpivotResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
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.RawAggregateUnpivotResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.AlterTableColumnsResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
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.AlterTableColumnsResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
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.InsertRecordsFromFilesResponse
 
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(List<String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
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
 
setUnshardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
setUpperBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setUserData(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setUsername(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the username to be used for authentication to GPUdb.
setUserStopped(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
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.AlterRoleRequest
 
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.AggregateUnpivotRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setValueStr(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setVariableColumnName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setVerifiedOk(boolean) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setVersion(long) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setVideoStyle(String) - Method in class com.gpudb.protocol.VisualizeVideoHeatmapRequest
 
setVideoStyle(String) - Method in class com.gpudb.protocol.VisualizeVideoRequest
 
setViewId(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
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.FilterByRadiusGeometryRequest
 
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
 
setWeights(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setWeights(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
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.VisualizeImageContourRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneResponse
 
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.FilterByRadiusGeometryRequest
 
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.VisualizeImageContourRequest
 
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
 
setXColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
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.FilterByAreaGeometryRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
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.VisualizeImageContourRequest
 
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
 
setYColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
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.FilterByAreaGeometryRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setZoom(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
SHADOW_AGG_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Size of the shadow aggregate chunk cache in bytes.
SHADOW_FILTER_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Size of the shdow filter chunk cache in bytes.
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
 
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
 
SHAPELINEPATTERNLEN - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEPATTERNLEN - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINEPATTERNS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEPATTERNS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
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
 
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.
SHARP_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
SHARP_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
SHORTEST_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the optimal (shortest) path based on weights and restrictions from one source to destinations nodes.
SHOW_ASYNC_JOBS - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
If true, then the completed async jobs are also included in the response.
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.
SHOW_DEFAULT_GROUP - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
If true include the default resource group in the response.
SHOW_DEFAULT_VALUES - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
If true include values of fields that are based on the default resource group.
SHOW_ORIGINAL_REQUEST - Static variable in class com.gpudb.protocol.ShowGraphRequest.Options
If set to true, the request that was originally used to create the graph is also returned as JSON.
showFunctions(ShowFunctionsRequest) - Method in class com.gpudb.GPUdb
 
showFunctions(Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowFunctionsRequest - Class in com.gpudb.protocol
 
ShowFunctionsRequest() - Constructor for class com.gpudb.protocol.ShowFunctionsRequest
 
ShowFunctionsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowFunctionsRequest
 
ShowFunctionsRequest.Options - Class in com.gpudb.protocol
 
ShowFunctionsResponse - Class in com.gpudb.protocol
 
ShowFunctionsResponse() - Constructor for class com.gpudb.protocol.ShowFunctionsResponse
 
ShowFunctionsResponse.Flags - Class in com.gpudb.protocol
 
showGraph(ShowGraphRequest) - Method in class com.gpudb.GPUdb
Shows information and characteristics of graphs that exist on the graph server.
showGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information and characteristics of graphs that exist on the graph server.
showGraphGrammar(ShowGraphGrammarRequest) - Method in class com.gpudb.GPUdb
 
showGraphGrammar(Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowGraphGrammarRequest - Class in com.gpudb.protocol
 
ShowGraphGrammarRequest() - Constructor for class com.gpudb.protocol.ShowGraphGrammarRequest
 
ShowGraphGrammarRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowGraphGrammarRequest
 
ShowGraphGrammarResponse - Class in com.gpudb.protocol
 
ShowGraphGrammarResponse() - Constructor for class com.gpudb.protocol.ShowGraphGrammarResponse
 
ShowGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showGraph(ShowGraphRequest).
ShowGraphRequest() - Constructor for class com.gpudb.protocol.ShowGraphRequest
Constructs a ShowGraphRequest object with default parameters.
ShowGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowGraphRequest
Constructs a ShowGraphRequest object with the specified parameters.
ShowGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showGraph(ShowGraphRequest).
ShowGraphResponse() - Constructor for class com.gpudb.protocol.ShowGraphResponse
Constructs a ShowGraphResponse object with default parameters.
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.
showResourceGroups(ShowResourceGroupsRequest) - Method in class com.gpudb.GPUdb
Requests resource group properties.
showResourceGroups(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests resource group properties.
ShowResourceGroupsRequest - Class in com.gpudb.protocol
ShowResourceGroupsRequest() - Constructor for class com.gpudb.protocol.ShowResourceGroupsRequest
Constructs a ShowResourceGroupsRequest object with default parameters.
ShowResourceGroupsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowResourceGroupsRequest
Constructs a ShowResourceGroupsRequest object with the specified parameters.
ShowResourceGroupsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowResourceGroupsResponse - Class in com.gpudb.protocol
ShowResourceGroupsResponse() - Constructor for class com.gpudb.protocol.ShowResourceGroupsResponse
Constructs a ShowResourceGroupsResponse object with default parameters.
showResourceStatistics(ShowResourceStatisticsRequest) - Method in class com.gpudb.GPUdb
Requests various statistics for storage/memory tiers and resource groups.
showResourceStatistics(Map<String, String>) - Method in class com.gpudb.GPUdb
Requests various statistics for storage/memory tiers and resource groups.
ShowResourceStatisticsRequest - Class in com.gpudb.protocol
ShowResourceStatisticsRequest() - Constructor for class com.gpudb.protocol.ShowResourceStatisticsRequest
Constructs a ShowResourceStatisticsRequest object with default parameters.
ShowResourceStatisticsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowResourceStatisticsRequest
Constructs a ShowResourceStatisticsRequest object with the specified parameters.
ShowResourceStatisticsResponse - Class in com.gpudb.protocol
ShowResourceStatisticsResponse() - Constructor for class com.gpudb.protocol.ShowResourceStatisticsResponse
Constructs a ShowResourceStatisticsResponse object with default parameters.
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.
showSqlProc(ShowSqlProcRequest) - Method in class com.gpudb.GPUdb
Shows information about SQL procedures, including the full definition of each requested procedure.
showSqlProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about SQL procedures, including the full definition of each requested procedure.
ShowSqlProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showSqlProc(ShowSqlProcRequest).
ShowSqlProcRequest() - Constructor for class com.gpudb.protocol.ShowSqlProcRequest
Constructs a ShowSqlProcRequest object with default parameters.
ShowSqlProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSqlProcRequest
Constructs a ShowSqlProcRequest object with the specified parameters.
ShowSqlProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSqlProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showSqlProc(ShowSqlProcRequest).
ShowSqlProcResponse() - Constructor for class com.gpudb.protocol.ShowSqlProcResponse
Constructs a ShowSqlProcResponse object with default parameters.
ShowSqlProcResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective tables in the requested procedures.
showStatistics(ShowStatisticsRequest) - Method in class com.gpudb.GPUdb
Retrieves the collected column statistics for the specified table.
showStatistics(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the collected column statistics for the specified table.
ShowStatisticsRequest - Class in com.gpudb.protocol
ShowStatisticsRequest() - Constructor for class com.gpudb.protocol.ShowStatisticsRequest
Constructs a ShowStatisticsRequest object with default parameters.
ShowStatisticsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowStatisticsRequest
Constructs a ShowStatisticsRequest object with the specified parameters.
ShowStatisticsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showStatistics(ShowStatisticsRequest).
ShowStatisticsResponse() - Constructor for class com.gpudb.protocol.ShowStatisticsResponse
Constructs a ShowStatisticsResponse object with default parameters.
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 ID or type label.
showTypes(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information for the specified data type ID or type label.
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.
ShowTypesRequest.Options - Class in com.gpudb.protocol
Optional 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.
SMOOTHING_FACTOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
SNAPPY - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
SNAPPY - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
SOLVE_DIRECTION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Specify whether we are going to the source node, or starting from it.
SOLVE_TABLE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Name of the table to host intermediate solve results containing the position and cost for each vertex in the graph.
solveGraph(SolveGraphRequest) - Method in class com.gpudb.GPUdb
Solves an existing graph for a type of problem (e.g., shortest path, page rank, travelling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
solveGraph(String, List<String>, List<String>, String, List<String>, List<String>, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Solves an existing graph for a type of problem (e.g., shortest path, page rank, travelling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
SolveGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.solveGraph(SolveGraphRequest).
SolveGraphRequest() - Constructor for class com.gpudb.protocol.SolveGraphRequest
Constructs a SolveGraphRequest object with default parameters.
SolveGraphRequest(String, List<String>, List<String>, String, List<String>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.SolveGraphRequest
Constructs a SolveGraphRequest object with the specified parameters.
SolveGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters MAX_SOLUTION_RADIUS: For SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
SolveGraphRequest.SolverType - Class in com.gpudb.protocol
The type of solver to use for the graph.
SolveGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.solveGraph(SolveGraphRequest).
SolveGraphResponse() - Constructor for class com.gpudb.protocol.SolveGraphResponse
Constructs a SolveGraphResponse object with default parameters.
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.
SORTED_X_VALUES - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Sorted non-numeric x column value list for drawing x axis label.
SORTED_Y_VALUES - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Sorted non-numeric y column value list for drawing y axis label.
SOURCE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Optional WKT starting point from samplePoints for the solver.
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.
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SPRING - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SPRING - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SPRING - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SQL - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
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
 
SSQ_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, scalar subqueries will be translated into joins Supported values: TRUE FALSE The default value is TRUE.
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.
STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Optional parameter for specifying the tier strategy for the table and its columns when action is set_strategy_definition, replacing the existing tier strategy in its entirety.
STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
The tier strategy for the table and its columns.
STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
The tier strategy for the table and its columns.
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.
submitRequestRaw(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.
submitRequestToHM(String, IndexedRecord, T) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to the GPUdb host manager and saves the response into a pre-created response object.
submitRequestToHM(String, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to the GPUdb host manager and saves the response into a pre-created response object, optionally compressing the request before sending.
SUBTASK_CONCURRENCY_LIMIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the maximum number of simultaneous threads allocated to a given request, on each rank.
SUM - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Sum of all values in the column(s).
SUMMER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SUMMER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SUMMER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SVG - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
SVG_PATH - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
switchURL(URL, int) - Method in class com.gpudb.GPUdbBase
Switches the URL of the HA ring cluster.
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
 
SYMBOLROTATIONS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SYNC_DB - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true and save_persist is set to true, the graph will be fully reconstructed upon a database restart and be updated to align with any source table(s) updates made since the creation of the graph.
SYNCHRONOUS_COMPRESSION - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
compress vector on set_compression (instead of waiting for background thread).
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_USER_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Access to administer users and roles that do not have system_admin permission.
SYSTEM_USER_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Access to administer users and roles that do not have system_admin permission.
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_BLACKLIST - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Comma-separated list of unsharded table names to not rebalance.
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_NAME - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
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 the time-to-live setting.
TABLE_TYPE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
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.
TABLE_WHITELIST - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Comma-separated list of unsharded table names to rebalance.
TARGET_NODES_TABLE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
Name of the table to store the list of the final nodes reached during the traversal.
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
TEXT_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
TEXT_COLOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
When add_labels is set to true, color for the labels.
TEXT_COMMENT_STRING - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_COMMENT_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For delimited_text file_type only.
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.
TO_SOURCE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Shortest path to source (Dijkstra)
toString() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
toString() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
toString() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
toString() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
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.AdminRemoveRanksRequest
 
toString() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
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.AggregateMinMaxGeometryRequest
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
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.AggregateUnpivotRequest
 
toString() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
toString() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
toString() - Method in class com.gpudb.protocol.AlterRoleRequest
 
toString() - Method in class com.gpudb.protocol.AlterRoleResponse
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
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.AlterTierRequest
 
toString() - Method in class com.gpudb.protocol.AlterTierResponse
 
toString() - Method in class com.gpudb.protocol.AlterUserRequest
 
toString() - Method in class com.gpudb.protocol.AlterUserResponse
 
toString() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
toString() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
toString() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
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.CollectStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.CreateExternalTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateExternalTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateGraphRequest
 
toString() - Method in class com.gpudb.protocol.CreateGraphResponse
 
toString() - Method in class com.gpudb.protocol.CreateJobRequest
 
toString() - Method in class com.gpudb.protocol.CreateJobResponse
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
toString() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
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.CreateResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
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.DeleteGraphRequest
 
toString() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
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.DeleteResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
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.ExecuteSqlRequest
 
toString() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
toString() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
toString() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
toString() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
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.FilterByRadiusGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
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.GetJobRequest
 
toString() - Method in class com.gpudb.protocol.GetJobResponse
 
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.GetVectortileRequest
 
toString() - Method in class com.gpudb.protocol.GetVectortileResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
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.InsertRecordsFromFilesRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
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.ListGraphRequest
 
toString() - Method in class com.gpudb.protocol.ListGraphResponse
 
toString() - Method in class com.gpudb.protocol.LockTableRequest
 
toString() - Method in class com.gpudb.protocol.LockTableResponse
 
toString() - Method in class com.gpudb.protocol.MatchGraphRequest
 
toString() - Method in class com.gpudb.protocol.MatchGraphResponse
 
toString() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
toString() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
toString() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
toString() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
toString() - Method in class com.gpudb.protocol.QueryGraphRequest
 
toString() - Method in class com.gpudb.protocol.QueryGraphResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
toString() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
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.RawGpudbResponse
 
toString() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
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.ShowFunctionsRequest
 
toString() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
toString() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
toString() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
toString() - Method in class com.gpudb.protocol.ShowGraphRequest
 
toString() - Method in class com.gpudb.protocol.ShowGraphResponse
 
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.ShowResourceGroupsRequest
 
toString() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
toString() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
toString() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
toString() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
toString() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
toString() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
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.SolveGraphRequest
 
toString() - Method in class com.gpudb.protocol.SolveGraphResponse
 
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.VisualizeImageChartRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
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.VisualizeIsochroneRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
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
 
TOTAL_NUMBER_OF_RECORDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
Total number of records.
TOTAL_NUMBER_OF_RECORDS - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
Total number of records.
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 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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
TRUCK_SERVICE_LIMIT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
TRUE - Static variable in class com.gpudb.protocol.AdminAddRanksRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
TRUE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanks
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.DryRun
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.InProgress
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.Rebalance
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedData
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedData
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanks
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.UserStopped
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
 
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.AggregateUnpivotRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
TRUE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Reset the expiration countdown timer to the table's configured TTL.
TRUE - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ClearTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateGraphRequest.DirectedGraph
 
TRUE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.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.DeleteGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.HasMoreRecords
 
TRUE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsRequest.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.InsertRecordsFromFilesRequest.CreateTableOptions
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Allows reusing trucks for scheduling again.
TRUE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.HasMoreRecords
 
TRUE - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
 
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.ShowGraphRequest.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.ShowResourceGroupsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.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.ShowTypesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
 
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.VisualizeIsochroneRequest.ContourOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.GenerateImage
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
uses the solvers scheduled for 'shortest_path' and 'inverse_shortest_path' based on solve_direction
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeVideoRequest.StyleOptions
 
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
If set to true, it allows inserting longer strings into smaller charN string columns by truncating the longer strings to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, any strings which are too long for their target charN string columns will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, any strings which are too long for their target charN string columns will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
If set to true, any strings which are too long for their charN string fields will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
If set to true, any strings which are too long for their charN string fields will be truncated to fit.
TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
If set to true, truncates the table specified by tableName prior to loading the file(s).
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.AggregateUnpivotRequest.Options
Sets the TTL of the table specified in result_table.
TTL - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time-to-live in minutes of the table, view, or collection specified in tableName.
TTL - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Sets the TTL of the join table specified in joinTableName.
TTL - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Sets the TTL of the table specified in tableName.
TTL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Sets the TTL of the projection specified in projectionName.
TTL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
For a table, sets the TTL of the table specified in tableName.
TTL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Sets the TTL of the output table specified in tableName.
TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Sets the TTL of the intermediate result tables used in query execution.
TTL - Static variable in class com.gpudb.protocol.FilterRequest.Options
Sets the TTL of the view specified in viewName.
TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
For a table, sets the TTL of the table specified in tableName.
TTL - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Sets the TTL of the merged table specified in tableName.
TURN_ANGLE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Value in degrees modifies the thresholds for attributing right, left, sharp turns, and intersections.
TURN_ANGLE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Value in degrees modifies the thresholds for attributing right, left, sharp turns, and intersections.
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.ColumnBaseType - Enum in com.gpudb
An enumeration of base types for column (excluding any property-related subtypes).
Type.Column.ColumnType - Enum in com.gpudb
An enumeration of all the Kinetica column types (including sub-types that are determined by the properties used).
TYPE_ID - Static variable in class com.gpudb.protocol.CreateExternalTableRequest.CreateTableOptions
 
TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
ID of a currently registered type.
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.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.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.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.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.Mutator - Interface in com.gpudb
A mutator that sets a value in an object.

U

UDF - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
ULONG - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
ULONG - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
UNIFORM_WEIGHTS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
When specified, assigns the given value to all the edges in the graph.
UNIFORM_WEIGHTS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
When specified, assigns the given value to all the edges in the graph.
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.
UNIT_UNLOADING_COST - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
UPDATE - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of update operations.
UPDATE_LAST_ACCESS_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Indicates whether the time-to-live (TTL) expiration countdown timer should be reset to the table's TTL.
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Specifies the record collision policy for inserting the source table records (specified by sourceTableName) into the target table (specified by tableName) table with a primary key.
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.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.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
Specifies the record collision policy for tables with a primary key when updating columns of the primary key or inserting new records.
UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Specifies the record collision policy for tables with a primary key when updating columns of the primary key or inserting new records.
UPDATE_PARTITION - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated.
UPDATE_PARTITION - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated.
updateHostManagerPort() - Method in class com.gpudb.GPUdbBase
Automatically resets the host manager port number for the host manager URLs by finding out what the host manager port is.
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.
USE_EXPRESSIONS_IN_NEW_VALUES_MAPS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
When set to true, all new values in newValuesMaps are considered as expression values.
USE_EXPRESSIONS_IN_NEW_VALUES_MAPS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
When set to true, all new values in newValuesMaps are considered as expression values.
USE_PRIORITY_QUEUE_SOLVERS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
sets the solver methods explicitly if true Supported values: TRUE: uses the solvers scheduled for 'shortest_path' and 'inverse_shortest_path' based on solve_direction FALSE: uses the solvers 'priority_queue' and 'inverse_priority_queue' based on solve_direction The default value is FALSE.
USER_CHUNK_SIZE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
User-specified number of records per chunk, if provided at table creation time.

V

VALIDATE_CHANGE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When changing a column, validate the change before applying it.
VALIDATE_CHANGE_COLUMN - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
When changing a column using alter table, validate the change before applying it.
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).
valueOf(String) - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.Type.Column.ColumnBaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.Type.Column.ColumnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.Type.Column.ColumnBaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.Type.Column.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANCE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Unbiased sample variance (denominator is count-1).
VERIFY_NULLS - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
When enabled, verifies that null values are set to zero Supported values: TRUE FALSE The default value is FALSE.
VERIFY_PERSIST - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
Supported values: TRUE FALSE The default value is FALSE.
VERIFY_RANK0 - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
When enabled, compares rank0 table meta-data against workers meta-data Supported values: TRUE FALSE The default value is FALSE.
VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
ID of view of which the result table will be a member.
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
ID of view of which the result table will be a member.
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
view this result table is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
view this projection is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
ID of view of which this projection is a member.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
ID of view of which this output table is a member.
VIEW_ID - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
The default value is ''.
VIEW_ID - Static variable in class com.gpudb.protocol.FilterRequest.Options
view this filtered-view is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
view this result table is part of.
VIEW_TABLE_NAME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view the name of the view this member table is part of - if same as the table_name then this is the root of the view.
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
visualizeImage(VisualizeImageRequest) - Method in class com.gpudb.GPUdb
 
visualizeImage(List<String>, List<String>, String, 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
 
visualizeImageChart(VisualizeImageChartRequest) - Method in class com.gpudb.GPUdb
Scatter plot is the only plot type currently supported.
visualizeImageChart(String, List<String>, List<String>, double, double, double, double, int, int, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Scatter plot is the only plot type currently supported.
VisualizeImageChartRequest - Class in com.gpudb.protocol
VisualizeImageChartRequest() - Constructor for class com.gpudb.protocol.VisualizeImageChartRequest
Constructs a VisualizeImageChartRequest object with default parameters.
VisualizeImageChartRequest(String, List<String>, List<String>, double, double, double, double, int, int, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageChartRequest
Constructs a VisualizeImageChartRequest object with the specified parameters.
VisualizeImageChartRequest.Options - Class in com.gpudb.protocol
Optional parameters.
VisualizeImageChartRequest.StyleOptions - Class in com.gpudb.protocol
Rendering style options for a chart.
VisualizeImageChartResponse - Class in com.gpudb.protocol
VisualizeImageChartResponse() - Constructor for class com.gpudb.protocol.VisualizeImageChartResponse
Constructs a VisualizeImageChartResponse object with default parameters.
VisualizeImageChartResponse.AxesInfo - Class in com.gpudb.protocol
Information returned for drawing labels for the axes associated with non-numeric columns.
visualizeImageClassbreak(VisualizeImageClassbreakRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageClassbreak(List<String>, List<String>, String, String, String, List<List<String>>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>, List<Integer>) - 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, String, List<List<String>>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>, List<Integer>) - 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
 
visualizeImageContour(VisualizeImageContourRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageContour(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageContourRequest - Class in com.gpudb.protocol
 
VisualizeImageContourRequest() - Constructor for class com.gpudb.protocol.VisualizeImageContourRequest
 
VisualizeImageContourRequest(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageContourRequest
 
VisualizeImageContourRequest.Options - Class in com.gpudb.protocol
 
VisualizeImageContourRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageContourRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageContourResponse - Class in com.gpudb.protocol
 
VisualizeImageContourResponse() - Constructor for class com.gpudb.protocol.VisualizeImageContourResponse
 
visualizeImageHeatmap(VisualizeImageHeatmapRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageHeatmap(List<String>, 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, 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, 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, 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, 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
 
visualizeIsochrone(VisualizeIsochroneRequest) - Method in class com.gpudb.GPUdb
Generate an image containing isolines for travel results using an existing graph.
visualizeIsochrone(String, String, double, List<String>, List<String>, int, boolean, String, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Generate an image containing isolines for travel results using an existing graph.
VisualizeIsochroneRequest - Class in com.gpudb.protocol
VisualizeIsochroneRequest() - Constructor for class com.gpudb.protocol.VisualizeIsochroneRequest
Constructs a VisualizeIsochroneRequest object with default parameters.
VisualizeIsochroneRequest(String, String, double, List<String>, List<String>, int, boolean, String, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeIsochroneRequest
Constructs a VisualizeIsochroneRequest object with the specified parameters.
VisualizeIsochroneRequest.ContourOptions - Class in com.gpudb.protocol
Solver specific parameters PROJECTION: Spatial Reference System (i.e.
VisualizeIsochroneRequest.GenerateImage - Class in com.gpudb.protocol
If set to true, generates a PNG image of the isochrones in the response.
VisualizeIsochroneRequest.Options - Class in com.gpudb.protocol
Additional parameters SOLVE_TABLE: Name of the table to host intermediate solve results containing the position and cost for each vertex in the graph.
VisualizeIsochroneRequest.SolveOptions - Class in com.gpudb.protocol
Solver specific parameters REMOVE_PREVIOUS_RESTRICTIONS: Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
VisualizeIsochroneRequest.StyleOptions - Class in com.gpudb.protocol
Various style related options of the isochrone image.
VisualizeIsochroneResponse - Class in com.gpudb.protocol
VisualizeIsochroneResponse() - Constructor for class com.gpudb.protocol.VisualizeIsochroneResponse
Constructs a VisualizeIsochroneResponse object with default parameters.
visualizeVideo(VisualizeVideoRequest) - Method in class com.gpudb.GPUdb
 
visualizeVideo(List<String>, List<String>, List<List<String>>, 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
 
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
 
VisualizeVideoRequest(List<String>, List<String>, List<List<String>>, 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
 
VisualizeVideoRequest.Projection - Class in com.gpudb.protocol
 
VisualizeVideoRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeVideoResponse - Class in com.gpudb.protocol
 
VisualizeVideoResponse() - Constructor for class com.gpudb.protocol.VisualizeVideoResponse
 

W

WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
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.
WIDTH - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When generateImage is set to true, width of the generated image.
WINTER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
WINTER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
WINTER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
WITHIN - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are within the given WKT.
WKT - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' and 'bytes' columns.
WKT - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' and 'bytes' columns.
WorkerList() - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superceded by com.gpudb.WorkerList.
WorkerList(GPUdb) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superceded by com.gpudb.WorkerList.
WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superceded by com.gpudb.WorkerList.
WorkerList(GPUdb, String) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superceded by com.gpudb.WorkerList.
WorkerList - Class in com.gpudb
A list of worker URLs to use for multi-head operations.
WorkerList() - Constructor for class com.gpudb.WorkerList
Creates an empty WorkerList that can be populated manually with worker URLs to support multi-head operations.
WorkerList(GPUdb) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WorkerList(GPUdb, String) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WRITE_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only write operations
WRITE_ONLY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Only write operations are allowed on this table.

X

X509TrustManagerBypass - Class in com.gpudb.util.ssl
 
X509TrustManagerBypass() - Constructor for class com.gpudb.util.ssl.X509TrustManagerBypass
 
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.
X_ORDER_BY - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
An expression or aggregate expression by which non-numeric x column values are sorted, e.g.

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.
Y_ORDER_BY - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
An expression or aggregate expression by which non-numeric y column values are sorted, e.g.
YLGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 

_

_102100 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
_102100 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
_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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
_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.VisualizeImageContourRequest.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.VisualizeIsochroneRequest.ContourOptions
 
_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 Q R S T U V W X Y _ 
Skip navigation links

Copyright © 2020. All rights reserved.