- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AlterRoleResponse() - Constructor for class com.gpudb.protocol.AlterRoleResponse
-
Constructs an AlterRoleResponse object with default parameters.
- alterSystemProperties(AlterSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
-
- alterSystemProperties(Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
- 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
-
- 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
-
- AlterTableResponse() - Constructor for class com.gpudb.protocol.AlterTableResponse
-
Constructs an AlterTableResponse object with default parameters.
- alterTier(AlterTierRequest) - Method in class com.gpudb.GPUdb
-
- alterTier(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
- AlterTierRequest - Class in com.gpudb.protocol
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
- 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
-
- clearTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- ConvertingMethodHandler(Method, Method, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingMethodHandler
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- CreateProcResponse() - Constructor for class com.gpudb.protocol.CreateProcResponse
-
Constructs a CreateProcResponse object with default parameters.
- createProjection(CreateProjectionRequest) - Method in class com.gpudb.GPUdb
-
- createProjection(String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- GPUdbException(String, Throwable) - Constructor for exception com.gpudb.GPUdbException
-
- 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
-
- GPUdbExitException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
-
- GPUdbHAUnavailableException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
-
- GPUdbHAUnavailableException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
-
- 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
-
- 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
-
- 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.
- 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
-
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
- 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).