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

A

ABORT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Stops current insertion and aborts entire operation when an error is encountered.
ABORT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Stops current insertion and aborts entire operation when an error is encountered.
ABORT - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Stops current insertion and aborts entire operation when an error is encountered.
ABORT - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.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
 
ACCEPTS_FAILOVER - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover on another node in the cluster.
ACCEPTS_FAILOVER - Static variable in class com.gpudb.protocol.AdminAlterHostRequest.Options
If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover on another node in the cluster.
ACCURACY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Scans data to get exactly-typed & sized columns for all data scanned.
ACCURACY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Scans data to get exactly-typed & sized columns for all data scanned.
ACCURACY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Scans data to get exactly-typed & sized columns for all data scanned.
ACTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
ADD_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Adds the column specified in value to the table specified in tableName.
ADD_COLUMN_EXPRESSION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When adding a column, an optional expression to use for the new column's values.
ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
If set to true, add labels to the isolines.
ADD_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Adds the partition specified in value, to either a ADD_TABLE_MONITOR - Static variable in class com.gpudb.protocol.AlterGraphRequest.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.
addFile(String, String, Long) - Method in class com.gpudb.filesystem.common.FullFileBatchManager
Add the details for a file to be uploaded one shot
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
 
ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionDatasourceRequest.Permission
Admin access on the given data source
ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Full read/write and administrative access on the object.
ADMIN - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Full read/write and administrative access on the object.
ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionDatasourceRequest.Permission
Admin access on the given data source
ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Full read/write and administrative access on the object.
adminAddHost(AdminAddHostRequest) - Method in class com.gpudb.GPUdb
Adds a host to an existing cluster.
adminAddHost(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds a host to an existing cluster.
AdminAddHostRequest - Class in com.gpudb.protocol
AdminAddHostRequest() - Constructor for class com.gpudb.protocol.AdminAddHostRequest
Constructs an AdminAddHostRequest object with default parameters.
AdminAddHostRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminAddHostRequest
Constructs an AdminAddHostRequest object with the specified parameters.
AdminAddHostRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminAddHostResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAddHost(AdminAddHostRequest).
AdminAddHostResponse() - Constructor for class com.gpudb.protocol.AdminAddHostResponse
Constructs an AdminAddHostResponse object with default parameters.
adminAddRanks(AdminAddRanksRequest) - Method in class com.gpudb.GPUdb
Add one or more ranks to an existing Kinetica cluster.
adminAddRanks(List<String>, List<Map<String, String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Add one or more ranks to an existing Kinetica cluster.
AdminAddRanksRequest - Class in com.gpudb.protocol
AdminAddRanksRequest() - Constructor for class com.gpudb.protocol.AdminAddRanksRequest
Constructs an AdminAddRanksRequest object with default parameters.
AdminAddRanksRequest(List<String>, List<Map<String, String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminAddRanksRequest
Constructs an AdminAddRanksRequest object with the specified parameters.
AdminAddRanksRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminAddRanksResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAddRanks(AdminAddRanksRequest).
AdminAddRanksResponse() - Constructor for class com.gpudb.protocol.AdminAddRanksResponse
Constructs an AdminAddRanksResponse object with default parameters.
adminAlterHost(AdminAlterHostRequest) - Method in class com.gpudb.GPUdb
Alter properties on an existing host in the cluster.
adminAlterHost(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alter properties on an existing host in the cluster.
AdminAlterHostRequest - Class in com.gpudb.protocol
AdminAlterHostRequest() - Constructor for class com.gpudb.protocol.AdminAlterHostRequest
Constructs an AdminAlterHostRequest object with default parameters.
AdminAlterHostRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminAlterHostRequest
Constructs an AdminAlterHostRequest object with the specified parameters.
AdminAlterHostRequest.Options - Class in com.gpudb.protocol
Optional parameters ACCEPTS_FAILOVER: If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover on another node in the cluster.
AdminAlterHostResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAlterHost(AdminAlterHostRequest).
AdminAlterHostResponse() - Constructor for class com.gpudb.protocol.AdminAlterHostResponse
Constructs an AdminAlterHostResponse 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.
AdminAlterJobsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminAlterJobsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminAlterJobs(AdminAlterJobsRequest).
AdminAlterJobsResponse() - Constructor for class com.gpudb.protocol.AdminAlterJobsResponse
Constructs an AdminAlterJobsResponse object with default parameters.
adminBackupBegin(AdminBackupBeginRequest) - Method in class com.gpudb.GPUdb
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
adminBackupBegin(Map<String, String>) - Method in class com.gpudb.GPUdb
Prepares the system for a backup by closing all open file handles after allowing current active jobs to complete.
AdminBackupBeginRequest - Class in com.gpudb.protocol
AdminBackupBeginRequest() - Constructor for class com.gpudb.protocol.AdminBackupBeginRequest
Constructs an AdminBackupBeginRequest object with default parameters.
AdminBackupBeginRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminBackupBeginRequest
Constructs an AdminBackupBeginRequest object with the specified parameters.
AdminBackupBeginResponse - Class in com.gpudb.protocol
AdminBackupBeginResponse() - Constructor for class com.gpudb.protocol.AdminBackupBeginResponse
Constructs an AdminBackupBeginResponse object with default parameters.
adminBackupEnd(AdminBackupEndRequest) - Method in class com.gpudb.GPUdb
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
adminBackupEnd(Map<String, String>) - Method in class com.gpudb.GPUdb
Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
AdminBackupEndRequest - Class in com.gpudb.protocol
AdminBackupEndRequest() - Constructor for class com.gpudb.protocol.AdminBackupEndRequest
Constructs an AdminBackupEndRequest object with default parameters.
AdminBackupEndRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminBackupEndRequest
Constructs an AdminBackupEndRequest object with the specified parameters.
AdminBackupEndResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminBackupEnd(AdminBackupEndRequest).
AdminBackupEndResponse() - Constructor for class com.gpudb.protocol.AdminBackupEndResponse
Constructs an AdminBackupEndResponse object with default parameters.
adminHaRefresh(AdminHaRefreshRequest) - Method in class com.gpudb.GPUdb
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
adminHaRefresh(Map<String, String>) - Method in class com.gpudb.GPUdb
Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.
AdminHaRefreshRequest - Class in com.gpudb.protocol
AdminHaRefreshRequest() - Constructor for class com.gpudb.protocol.AdminHaRefreshRequest
Constructs an AdminHaRefreshRequest object with default parameters.
AdminHaRefreshRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminHaRefreshRequest
Constructs an AdminHaRefreshRequest object with the specified parameters.
AdminHaRefreshResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminHaRefresh(AdminHaRefreshRequest).
AdminHaRefreshResponse() - Constructor for class com.gpudb.protocol.AdminHaRefreshResponse
Constructs an AdminHaRefreshResponse object with default parameters.
adminOffline(AdminOfflineRequest) - Method in class com.gpudb.GPUdb
Take the system offline.
adminOffline(boolean, Map<String, String>) - Method in class com.gpudb.GPUdb
Take the system offline.
AdminOfflineRequest - Class in com.gpudb.protocol
AdminOfflineRequest() - Constructor for class com.gpudb.protocol.AdminOfflineRequest
Constructs an AdminOfflineRequest object with default parameters.
AdminOfflineRequest(boolean, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminOfflineRequest
Constructs an AdminOfflineRequest object with the specified parameters.
AdminOfflineRequest.Offline - Class in com.gpudb.protocol
Set to true if desired state is offline.
AdminOfflineRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminOfflineResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminOffline(AdminOfflineRequest).
AdminOfflineResponse() - Constructor for class com.gpudb.protocol.AdminOfflineResponse
Constructs an AdminOfflineResponse object with default parameters.
adminRebalance(AdminRebalanceRequest) - Method in class com.gpudb.GPUdb
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
adminRebalance(Map<String, String>) - Method in class com.gpudb.GPUdb
Rebalance the data in the cluster so that all nodes contain an equal number of records approximately and/or rebalance the shards to be equally distributed (as much as possible) across all the ranks.
AdminRebalanceRequest - Class in com.gpudb.protocol
AdminRebalanceRequest() - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
Constructs an AdminRebalanceRequest object with default parameters.
AdminRebalanceRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRebalanceRequest
Constructs an AdminRebalanceRequest object with the specified parameters.
AdminRebalanceRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminRebalanceResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminRebalance(AdminRebalanceRequest).
AdminRebalanceResponse() - Constructor for class com.gpudb.protocol.AdminRebalanceResponse
Constructs an AdminRebalanceResponse object with default parameters.
adminRemoveHost(AdminRemoveHostRequest) - Method in class com.gpudb.GPUdb
Removes a host from an existing cluster.
adminRemoveHost(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Removes a host from an existing cluster.
AdminRemoveHostRequest - Class in com.gpudb.protocol
AdminRemoveHostRequest() - Constructor for class com.gpudb.protocol.AdminRemoveHostRequest
Constructs an AdminRemoveHostRequest object with default parameters.
AdminRemoveHostRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRemoveHostRequest
Constructs an AdminRemoveHostRequest object with the specified parameters.
AdminRemoveHostRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminRemoveHostResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminRemoveHost(AdminRemoveHostRequest).
AdminRemoveHostResponse() - Constructor for class com.gpudb.protocol.AdminRemoveHostResponse
Constructs an AdminRemoveHostResponse object with default parameters.
adminRemoveRanks(AdminRemoveRanksRequest) - Method in class com.gpudb.GPUdb
Remove one or more ranks from an existing Kinetica cluster.
adminRemoveRanks(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Remove one or more ranks from an existing Kinetica cluster.
AdminRemoveRanksRequest - Class in com.gpudb.protocol
AdminRemoveRanksRequest() - Constructor for class com.gpudb.protocol.AdminRemoveRanksRequest
Constructs an AdminRemoveRanksRequest object with default parameters.
AdminRemoveRanksRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRemoveRanksRequest
Constructs an AdminRemoveRanksRequest object with the specified parameters.
AdminRemoveRanksRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminRemoveRanksResponse - Class in com.gpudb.protocol
AdminRemoveRanksResponse() - Constructor for class com.gpudb.protocol.AdminRemoveRanksResponse
Constructs an AdminRemoveRanksResponse object with default parameters.
adminShowAlerts(AdminShowAlertsRequest) - Method in class com.gpudb.GPUdb
Requests a list of the most recent alerts.
adminShowAlerts(int, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests a list of the most recent alerts.
AdminShowAlertsRequest - Class in com.gpudb.protocol
AdminShowAlertsRequest() - Constructor for class com.gpudb.protocol.AdminShowAlertsRequest
Constructs an AdminShowAlertsRequest object with default parameters.
AdminShowAlertsRequest(int, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowAlertsRequest
Constructs an AdminShowAlertsRequest object with the specified parameters.
AdminShowAlertsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowAlerts(AdminShowAlertsRequest).
AdminShowAlertsResponse() - Constructor for class com.gpudb.protocol.AdminShowAlertsResponse
Constructs an AdminShowAlertsResponse object with default parameters.
adminShowClusterOperations(AdminShowClusterOperationsRequest) - Method in class com.gpudb.GPUdb
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
adminShowClusterOperations(int, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex.
AdminShowClusterOperationsRequest - Class in com.gpudb.protocol
AdminShowClusterOperationsRequest() - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsRequest
Constructs an AdminShowClusterOperationsRequest object with default parameters.
AdminShowClusterOperationsRequest(int, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsRequest
Constructs an AdminShowClusterOperationsRequest object with the specified parameters.
AdminShowClusterOperationsResponse - Class in com.gpudb.protocol
AdminShowClusterOperationsResponse() - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsResponse
Constructs an AdminShowClusterOperationsResponse object with default parameters.
AdminShowClusterOperationsResponse.AddRanks - Class in com.gpudb.protocol
Whether adding ranks is (or was) part of this operation.
AdminShowClusterOperationsResponse.AddRanksStatus - Class in com.gpudb.protocol
If this was a rank-adding operation, the add-specific status of the operation.
AdminShowClusterOperationsResponse.DryRun - Class in com.gpudb.protocol
Whether this operation was a dry run.
AdminShowClusterOperationsResponse.InProgress - Class in com.gpudb.protocol
Whether this cluster operation is currently in progress or not.
AdminShowClusterOperationsResponse.OverallStatus - Class in com.gpudb.protocol
Overall success status of the operation.
AdminShowClusterOperationsResponse.Rebalance - Class in com.gpudb.protocol
Whether data and/or shard rebalancing is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceShardedData - Class in com.gpudb.protocol
Whether rebalancing of sharded data is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceShardedDataStatus - Class in com.gpudb.protocol
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
AdminShowClusterOperationsResponse.RebalanceUnshardedData - Class in com.gpudb.protocol
Whether rebalancing of unsharded data is (or was) part of this operation.
AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus - Class in com.gpudb.protocol
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
AdminShowClusterOperationsResponse.RemoveRanks - Class in com.gpudb.protocol
Whether removing ranks is (or was) part of this operation.
AdminShowClusterOperationsResponse.RemoveRanksStatus - Class in com.gpudb.protocol
If this was a rank-removing operation, the removal-specific status of the operation.
AdminShowClusterOperationsResponse.UserStopped - Class in com.gpudb.protocol
Whether a user stopped this operation at any point while in progress.
adminShowJobs(AdminShowJobsRequest) - Method in class com.gpudb.GPUdb
Get a list of the current jobs in GPUdb.
adminShowJobs(Map<String, String>) - Method in class com.gpudb.GPUdb
Get a list of the current jobs in GPUdb.
AdminShowJobsRequest - Class in com.gpudb.protocol
AdminShowJobsRequest() - Constructor for class com.gpudb.protocol.AdminShowJobsRequest
Constructs an AdminShowJobsRequest object with default parameters.
AdminShowJobsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowJobsRequest
Constructs an AdminShowJobsRequest object with the specified parameters.
AdminShowJobsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminShowJobsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowJobs(AdminShowJobsRequest).
AdminShowJobsResponse() - Constructor for class com.gpudb.protocol.AdminShowJobsResponse
Constructs an AdminShowJobsResponse object with default parameters.
AdminShowJobsResponse.Info - Class in com.gpudb.protocol
Additional information.
adminShowShards(AdminShowShardsRequest) - Method in class com.gpudb.GPUdb
Show the mapping of shards to the corresponding rank and tom.
adminShowShards(Map<String, String>) - Method in class com.gpudb.GPUdb
Show the mapping of shards to the corresponding rank and tom.
AdminShowShardsRequest - Class in com.gpudb.protocol
AdminShowShardsRequest() - Constructor for class com.gpudb.protocol.AdminShowShardsRequest
Constructs an AdminShowShardsRequest object with default parameters.
AdminShowShardsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShowShardsRequest
Constructs an AdminShowShardsRequest object with the specified parameters.
AdminShowShardsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShowShards(AdminShowShardsRequest).
AdminShowShardsResponse() - Constructor for class com.gpudb.protocol.AdminShowShardsResponse
Constructs an AdminShowShardsResponse object with default parameters.
adminShutdown(AdminShutdownRequest) - Method in class com.gpudb.GPUdb
Exits the database server application.
adminShutdown(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Exits the database server application.
AdminShutdownRequest - Class in com.gpudb.protocol
AdminShutdownRequest() - Constructor for class com.gpudb.protocol.AdminShutdownRequest
Constructs an AdminShutdownRequest object with default parameters.
AdminShutdownRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminShutdownRequest
Constructs an AdminShutdownRequest object with the specified parameters.
AdminShutdownResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminShutdown(AdminShutdownRequest).
AdminShutdownResponse() - Constructor for class com.gpudb.protocol.AdminShutdownResponse
Constructs an AdminShutdownResponse object with default parameters.
adminSwitchover(AdminSwitchoverRequest) - Method in class com.gpudb.GPUdb
Manually switch over one or more processes to another host.
adminSwitchover(List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Manually switch over one or more processes to another host.
AdminSwitchoverRequest - Class in com.gpudb.protocol
AdminSwitchoverRequest() - Constructor for class com.gpudb.protocol.AdminSwitchoverRequest
Constructs an AdminSwitchoverRequest object with default parameters.
AdminSwitchoverRequest(List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminSwitchoverRequest
Constructs an AdminSwitchoverRequest object with the specified parameters.
AdminSwitchoverRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminSwitchoverResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminSwitchover(AdminSwitchoverRequest).
AdminSwitchoverResponse() - Constructor for class com.gpudb.protocol.AdminSwitchoverResponse
Constructs an AdminSwitchoverResponse object with default parameters.
adminVerifyDb(AdminVerifyDbRequest) - Method in class com.gpudb.GPUdb
Verify database is in a consistent state.
adminVerifyDb(Map<String, String>) - Method in class com.gpudb.GPUdb
Verify database is in a consistent state.
AdminVerifyDbRequest - Class in com.gpudb.protocol
AdminVerifyDbRequest() - Constructor for class com.gpudb.protocol.AdminVerifyDbRequest
Constructs an AdminVerifyDbRequest object with default parameters.
AdminVerifyDbRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.AdminVerifyDbRequest
Constructs an AdminVerifyDbRequest object with the specified parameters.
AdminVerifyDbRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AdminVerifyDbResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.adminVerifyDb(AdminVerifyDbRequest).
AdminVerifyDbResponse() - Constructor for class com.gpudb.protocol.AdminVerifyDbResponse
Constructs an AdminVerifyDbResponse object with default parameters.
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
AFMHOT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
AFTER - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
AFTER - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
AGGREGATE - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
aggregateConvexHull(AggregateConvexHullRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the convex hull for the values in a table specified by tableName.
aggregateConvexHull(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the convex hull for the values in a table specified by tableName.
AggregateConvexHullRequest - Class in com.gpudb.protocol
AggregateConvexHullRequest() - Constructor for class com.gpudb.protocol.AggregateConvexHullRequest
Constructs an AggregateConvexHullRequest object with default parameters.
AggregateConvexHullRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateConvexHullRequest
Constructs an AggregateConvexHullRequest object with the specified parameters.
AggregateConvexHullResponse - Class in com.gpudb.protocol
AggregateConvexHullResponse() - Constructor for class com.gpudb.protocol.AggregateConvexHullResponse
Constructs an AggregateConvexHullResponse object with default parameters.
AGGREGATED_OUTPUT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
aggregateGroupBy(AggregateGroupByRequest) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
aggregateGroupBy(String, List<String>, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
aggregateGroupByRaw(AggregateGroupByRequest) - Method in class com.gpudb.GPUdb
Calculates unique combinations (groups) of values for the given columns in a given table or view and computes aggregates on each unique combination.
AggregateGroupByRequest - Class in com.gpudb.protocol
AggregateGroupByRequest() - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with default parameters.
AggregateGroupByRequest(String, List<String>, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with the specified parameters.
AggregateGroupByRequest(String, List<String>, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
Constructs an AggregateGroupByRequest object with the specified parameters.
AggregateGroupByRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
AggregateGroupByRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateGroupByResponse - Class in com.gpudb.protocol
AggregateGroupByResponse() - Constructor for class com.gpudb.protocol.AggregateGroupByResponse
Constructs an AggregateGroupByResponse object with default parameters.
AggregateGroupByResponse.Info - Class in com.gpudb.protocol
Additional information.
aggregateHistogram(AggregateHistogramRequest) - Method in class com.gpudb.GPUdb
Performs a histogram calculation given a table, a column, and an interval function.
aggregateHistogram(String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Performs a histogram calculation given a table, a column, and an interval function.
AggregateHistogramRequest - Class in com.gpudb.protocol
AggregateHistogramRequest() - Constructor for class com.gpudb.protocol.AggregateHistogramRequest
Constructs an AggregateHistogramRequest object with default parameters.
AggregateHistogramRequest(String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateHistogramRequest
Constructs an AggregateHistogramRequest object with the specified parameters.
AggregateHistogramRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateHistogramResponse - Class in com.gpudb.protocol
AggregateHistogramResponse() - Constructor for class com.gpudb.protocol.AggregateHistogramResponse
Constructs an AggregateHistogramResponse object with default parameters.
aggregateKMeans(AggregateKMeansRequest) - Method in class com.gpudb.GPUdb
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
aggregateKMeans(String, List<String>, int, double, Map<String, String>) - Method in class com.gpudb.GPUdb
This endpoint runs the k-means algorithm - a heuristic algorithm that attempts to do k-means clustering.
AggregateKMeansRequest - Class in com.gpudb.protocol
AggregateKMeansRequest() - Constructor for class com.gpudb.protocol.AggregateKMeansRequest
Constructs an AggregateKMeansRequest object with default parameters.
AggregateKMeansRequest(String, List<String>, int, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateKMeansRequest
Constructs an AggregateKMeansRequest object with the specified parameters.
AggregateKMeansRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateKMeansResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateKMeans(AggregateKMeansRequest).
AggregateKMeansResponse() - Constructor for class com.gpudb.protocol.AggregateKMeansResponse
Constructs an AggregateKMeansResponse object with default parameters.
AggregateKMeansResponse.Info - Class in com.gpudb.protocol
Additional information.
aggregateMinMax(AggregateMinMaxRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum values of a particular column in a table.
aggregateMinMax(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum values of a particular column in a table.
aggregateMinMaxGeometry(AggregateMinMaxGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
aggregateMinMaxGeometry(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates and returns the minimum and maximum x- and y-coordinates of a particular geospatial geometry column in a table.
AggregateMinMaxGeometryRequest - Class in com.gpudb.protocol
AggregateMinMaxGeometryRequest() - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryRequest
Constructs an AggregateMinMaxGeometryRequest object with default parameters.
AggregateMinMaxGeometryRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryRequest
Constructs an AggregateMinMaxGeometryRequest object with the specified parameters.
AggregateMinMaxGeometryResponse - Class in com.gpudb.protocol
AggregateMinMaxGeometryResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryResponse
Constructs an AggregateMinMaxGeometryResponse object with default parameters.
AggregateMinMaxRequest - Class in com.gpudb.protocol
AggregateMinMaxRequest() - Constructor for class com.gpudb.protocol.AggregateMinMaxRequest
Constructs an AggregateMinMaxRequest object with default parameters.
AggregateMinMaxRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateMinMaxRequest
Constructs an AggregateMinMaxRequest object with the specified parameters.
AggregateMinMaxResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateMinMax(AggregateMinMaxRequest).
AggregateMinMaxResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxResponse
Constructs an AggregateMinMaxResponse object with default parameters.
aggregateStatistics(AggregateStatisticsRequest) - Method in class com.gpudb.GPUdb
Calculates the requested statistics of the given column(s) in a given table.
aggregateStatistics(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates the requested statistics of the given column(s) in a given table.
aggregateStatisticsByRange(AggregateStatisticsByRangeRequest) - Method in class com.gpudb.GPUdb
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
aggregateStatisticsByRange(String, String, String, String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Divides the given set into bins and calculates statistics of the values of a value-column in each bin.
AggregateStatisticsByRangeRequest - Class in com.gpudb.protocol
AggregateStatisticsByRangeRequest() - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeRequest
Constructs an AggregateStatisticsByRangeRequest object with default parameters.
AggregateStatisticsByRangeRequest(String, String, String, String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeRequest
Constructs an AggregateStatisticsByRangeRequest object with the specified parameters.
AggregateStatisticsByRangeRequest.Options - Class in com.gpudb.protocol
Map of optional parameters: ADDITIONAL_COLUMN_NAMES: A list of comma separated value-column names over which statistics can be accumulated along with the primary value_column.
AggregateStatisticsByRangeResponse - Class in com.gpudb.protocol
AggregateStatisticsByRangeResponse() - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeResponse
Constructs an AggregateStatisticsByRangeResponse object with default parameters.
AggregateStatisticsRequest - Class in com.gpudb.protocol
AggregateStatisticsRequest() - Constructor for class com.gpudb.protocol.AggregateStatisticsRequest
Constructs an AggregateStatisticsRequest object with default parameters.
AggregateStatisticsRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateStatisticsRequest
Constructs an AggregateStatisticsRequest object with the specified parameters.
AggregateStatisticsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateStatisticsRequest.Stats - Class in com.gpudb.protocol
Comma separated list of the statistics to calculate, e.g.
AggregateStatisticsResponse - Class in com.gpudb.protocol
AggregateStatisticsResponse() - Constructor for class com.gpudb.protocol.AggregateStatisticsResponse
Constructs an AggregateStatisticsResponse object with default parameters.
aggregateUnique(AggregateUniqueRequest) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
aggregateUnique(String, String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
aggregateUniqueRaw(AggregateUniqueRequest) - Method in class com.gpudb.GPUdb
Returns all the unique values from a particular column (specified by columnName) of a particular table or view (specified by tableName).
AggregateUniqueRequest - Class in com.gpudb.protocol
AggregateUniqueRequest() - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with default parameters.
AggregateUniqueRequest(String, String, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with the specified parameters.
AggregateUniqueRequest(String, String, long, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
Constructs an AggregateUniqueRequest object with the specified parameters.
AggregateUniqueRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records.
AggregateUniqueRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AggregateUniqueResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.aggregateUnique(AggregateUniqueRequest).
AggregateUniqueResponse() - Constructor for class com.gpudb.protocol.AggregateUniqueResponse
Constructs an AggregateUniqueResponse object with default parameters.
AggregateUniqueResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
AggregateUnpivotResponse.Info - Class in com.gpudb.protocol
Additional information.
AGGRESSIVENESS - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Influences how much data is moved at a time during rebalance.
AGGRESSIVENESS - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
Influences how much data is moved at a time during rebalance.
AI_API_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
AI API connection timeout in seconds
AI_API_KEY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
AI API key
AI_API_PROVIDER - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
AI API provider type
AI_API_URL - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
AI API URL
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_MULTIPLE_EDGES - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Multigraph choice; allowing multiple edges with the same node pairs if set to true, otherwise, new edges with existing same node pairs will not be inserted.
ALLOW_MULTIPLE_EDGES - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Multigraph choice; allowing multiple edges with the same node pairs if set to true, otherwise, new edges with existing same node pairs will not be inserted.
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.
ALTER_LOGGER - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
alterCredential(AlterCredentialRequest) - Method in class com.gpudb.GPUdb
Alter the properties of an existing alterCredential(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Alter the properties of an existing AlterCredentialRequest - Class in com.gpudb.protocol
AlterCredentialRequest() - Constructor for class com.gpudb.protocol.AlterCredentialRequest
Constructs an AlterCredentialRequest object with default parameters.
AlterCredentialRequest(String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterCredentialRequest
Constructs an AlterCredentialRequest object with the specified parameters.
AlterCredentialRequest.CredentialUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the credential to be updated.
AlterCredentialResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterCredential(AlterCredentialRequest).
AlterCredentialResponse() - Constructor for class com.gpudb.protocol.AlterCredentialResponse
Constructs an AlterCredentialResponse object with default parameters.
alterDatasink(AlterDatasinkRequest) - Method in class com.gpudb.GPUdb
Alters the properties of an existing alterDatasink(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters the properties of an existing AlterDatasinkRequest - Class in com.gpudb.protocol
AlterDatasinkRequest() - Constructor for class com.gpudb.protocol.AlterDatasinkRequest
Constructs an AlterDatasinkRequest object with default parameters.
AlterDatasinkRequest(String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterDatasinkRequest
Constructs an AlterDatasinkRequest object with the specified parameters.
AlterDatasinkRequest.DatasinkUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the data sink to be updated.
AlterDatasinkResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterDatasink(AlterDatasinkRequest).
AlterDatasinkResponse() - Constructor for class com.gpudb.protocol.AlterDatasinkResponse
Constructs an AlterDatasinkResponse object with default parameters.
alterDatasource(AlterDatasourceRequest) - Method in class com.gpudb.GPUdb
Alters the properties of an existing alterDatasource(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters the properties of an existing AlterDatasourceRequest - Class in com.gpudb.protocol
AlterDatasourceRequest() - Constructor for class com.gpudb.protocol.AlterDatasourceRequest
Constructs an AlterDatasourceRequest object with default parameters.
AlterDatasourceRequest(String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterDatasourceRequest
Constructs an AlterDatasourceRequest object with the specified parameters.
AlterDatasourceRequest.DatasourceUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the data source to be updated.
AlterDatasourceResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterDatasource(AlterDatasourceRequest).
AlterDatasourceResponse() - Constructor for class com.gpudb.protocol.AlterDatasourceResponse
Constructs an AlterDatasourceResponse object with default parameters.
alterDirectory(AlterDirectoryRequest) - Method in class com.gpudb.GPUdb
Alters an existing directory in alterDirectory(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters an existing directory in AlterDirectoryRequest - Class in com.gpudb.protocol
AlterDirectoryRequest() - Constructor for class com.gpudb.protocol.AlterDirectoryRequest
Constructs an AlterDirectoryRequest object with default parameters.
AlterDirectoryRequest(String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterDirectoryRequest
Constructs an AlterDirectoryRequest object with the specified parameters.
AlterDirectoryRequest.DirectoryUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the directory to be altered.
AlterDirectoryResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterDirectory(AlterDirectoryRequest).
AlterDirectoryResponse() - Constructor for class com.gpudb.protocol.AlterDirectoryResponse
Constructs an AlterDirectoryResponse object with default parameters.
alterEnvironment(AlterEnvironmentRequest) - Method in class com.gpudb.GPUdb
Alters an existing environment which can be referenced by a alterEnvironment(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters an existing environment which can be referenced by a AlterEnvironmentRequest - Class in com.gpudb.protocol
AlterEnvironmentRequest() - Constructor for class com.gpudb.protocol.AlterEnvironmentRequest
Constructs an AlterEnvironmentRequest object with default parameters.
AlterEnvironmentRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterEnvironmentRequest
Constructs an AlterEnvironmentRequest object with the specified parameters.
AlterEnvironmentRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied Supported values: INSTALL_PACKAGE: Install a python package from PyPI, an external data source or KiFS INSTALL_REQUIREMENTS: Install packages from a requirements file UNINSTALL_PACKAGE: Uninstall a python package.
AlterEnvironmentRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterEnvironmentResponse - Class in com.gpudb.protocol
AlterEnvironmentResponse() - Constructor for class com.gpudb.protocol.AlterEnvironmentResponse
Constructs an AlterEnvironmentResponse object with default parameters.
alterGraph(AlterGraphRequest) - Method in class com.gpudb.GPUdb
 
alterGraph(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
AlterGraphRequest - Class in com.gpudb.protocol
 
AlterGraphRequest() - Constructor for class com.gpudb.protocol.AlterGraphRequest
 
AlterGraphRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterGraphRequest
 
AlterGraphRequest.Action - Class in com.gpudb.protocol
 
AlterGraphRequest.Options - Class in com.gpudb.protocol
 
AlterGraphResponse - Class in com.gpudb.protocol
 
AlterGraphResponse() - Constructor for class com.gpudb.protocol.AlterGraphResponse
 
alterModel(AlterModelRequest) - Method in class com.gpudb.GPUdb
 
alterModel(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
AlterModelRequest - Class in com.gpudb.protocol
 
AlterModelRequest() - Constructor for class com.gpudb.protocol.AlterModelRequest
 
AlterModelRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterModelRequest
 
AlterModelRequest.Action - Class in com.gpudb.protocol
 
AlterModelResponse - Class in com.gpudb.protocol
 
AlterModelResponse() - Constructor for class com.gpudb.protocol.AlterModelResponse
 
ALTERNATE_SHARD_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of shard keys that were equated in joins (applicable for join tables).
alterResourceGroup(AlterResourceGroupRequest) - Method in class com.gpudb.GPUdb
Alters the properties of an exisiting resource group to facilitate resource management.
alterResourceGroup(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters the properties of an exisiting resource group to facilitate resource management.
AlterResourceGroupRequest - Class in com.gpudb.protocol
AlterResourceGroupRequest() - Constructor for class com.gpudb.protocol.AlterResourceGroupRequest
Constructs an AlterResourceGroupRequest object with default parameters.
AlterResourceGroupRequest(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterResourceGroupRequest
Constructs an AlterResourceGroupRequest object with the specified parameters.
AlterResourceGroupRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterResourceGroupRequest.Ranking - Class in com.gpudb.protocol
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be moved; leave blank if not changing the ranking.
AlterResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
Optional map containing tier names and their respective attribute group limits.
AlterResourceGroupResponse - Class in com.gpudb.protocol
AlterResourceGroupResponse() - Constructor for class com.gpudb.protocol.AlterResourceGroupResponse
Constructs an AlterResourceGroupResponse object with default parameters.
alterRole(AlterRoleRequest) - Method in class com.gpudb.GPUdb
Alters a Role.
alterRole(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a Role.
AlterRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterRole(AlterRoleRequest).
AlterRoleRequest() - Constructor for class com.gpudb.protocol.AlterRoleRequest
Constructs an AlterRoleRequest object with default parameters.
AlterRoleRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterRoleRequest
Constructs an AlterRoleRequest object with the specified parameters.
AlterRoleRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied to the role.
AlterRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterRole(AlterRoleRequest).
AlterRoleResponse() - Constructor for class com.gpudb.protocol.AlterRoleResponse
Constructs an AlterRoleResponse object with default parameters.
alterSchema(AlterSchemaRequest) - Method in class com.gpudb.GPUdb
Used to change the name of a SQL-style alterSchema(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Used to change the name of a SQL-style AlterSchemaRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterSchema(AlterSchemaRequest).
AlterSchemaRequest() - Constructor for class com.gpudb.protocol.AlterSchemaRequest
Constructs an AlterSchemaRequest object with default parameters.
AlterSchemaRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterSchemaRequest
Constructs an AlterSchemaRequest object with the specified parameters.
AlterSchemaRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied Supported values: RENAME_SCHEMA: Renames a schema to value.
AlterSchemaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterSchema(AlterSchemaRequest).
AlterSchemaResponse() - Constructor for class com.gpudb.protocol.AlterSchemaResponse
Constructs an AlterSchemaResponse object with default parameters.
alterSystemProperties(AlterSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
The GPUdb.alterSystemProperties(AlterSystemPropertiesRequest) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
alterSystemProperties(Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
The GPUdb.alterSystemProperties(Map, Map) endpoint is primarily used to simplify the testing of the system and is not expected to be used during normal execution.
AlterSystemPropertiesRequest - Class in com.gpudb.protocol
AlterSystemPropertiesRequest() - Constructor for class com.gpudb.protocol.AlterSystemPropertiesRequest
Constructs an AlterSystemPropertiesRequest object with default parameters.
AlterSystemPropertiesRequest(Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterSystemPropertiesRequest
Constructs an AlterSystemPropertiesRequest object with the specified parameters.
AlterSystemPropertiesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterSystemPropertiesRequest.PropertyUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the system to be updated.
AlterSystemPropertiesResponse - Class in com.gpudb.protocol
AlterSystemPropertiesResponse() - Constructor for class com.gpudb.protocol.AlterSystemPropertiesResponse
Constructs an AlterSystemPropertiesResponse object with default parameters.
alterTable(AlterTableRequest) - Method in class com.gpudb.GPUdb
Apply various modifications to a table or view.
alterTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Apply various modifications to a table or view.
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.
alterTableMonitor(AlterTableMonitorRequest) - Method in class com.gpudb.GPUdb
Alters a table monitor previously created with GPUdb.createTableMonitor(CreateTableMonitorRequest).
alterTableMonitor(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a table monitor previously created with GPUdb.createTableMonitor(String, Map).
AlterTableMonitorRequest - Class in com.gpudb.protocol
AlterTableMonitorRequest() - Constructor for class com.gpudb.protocol.AlterTableMonitorRequest
Constructs an AlterTableMonitorRequest object with default parameters.
AlterTableMonitorRequest(String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTableMonitorRequest
Constructs an AlterTableMonitorRequest object with the specified parameters.
AlterTableMonitorRequest.MonitorUpdatesMap - Class in com.gpudb.protocol
Map containing the properties of the table monitor to be updated.
AlterTableMonitorResponse - Class in com.gpudb.protocol
AlterTableMonitorResponse() - Constructor for class com.gpudb.protocol.AlterTableMonitorResponse
Constructs an AlterTableMonitorResponse object with default parameters.
AlterTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterTable(AlterTableRequest).
AlterTableRequest() - Constructor for class com.gpudb.protocol.AlterTableRequest
Constructs an AlterTableRequest object with default parameters.
AlterTableRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTableRequest
Constructs an AlterTableRequest object with the specified parameters.
AlterTableRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied Supported values: ALLOW_HOMOGENEOUS_TABLES: No longer supported; action will be ignored.
AlterTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterTable(AlterTableRequest).
AlterTableResponse() - Constructor for class com.gpudb.protocol.AlterTableResponse
Constructs an AlterTableResponse object with default parameters.
alterTier(AlterTierRequest) - Method in class com.gpudb.GPUdb
Alters properties of an exisiting alterTier(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters properties of an exisiting AlterTierRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterTier(AlterTierRequest).
AlterTierRequest() - Constructor for class com.gpudb.protocol.AlterTierRequest
Constructs an AlterTierRequest object with default parameters.
AlterTierRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterTierRequest
Constructs an AlterTierRequest object with the specified parameters.
AlterTierRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterTierResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterTier(AlterTierRequest).
AlterTierResponse() - Constructor for class com.gpudb.protocol.AlterTierResponse
Constructs an AlterTierResponse object with default parameters.
alterUser(AlterUserRequest) - Method in class com.gpudb.GPUdb
Alters a user.
alterUser(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a user.
AlterUserRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterUser(AlterUserRequest).
AlterUserRequest() - Constructor for class com.gpudb.protocol.AlterUserRequest
Constructs an AlterUserRequest object with default parameters.
AlterUserRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterUserRequest
Constructs an AlterUserRequest object with the specified parameters.
AlterUserRequest.Action - Class in com.gpudb.protocol
Modification operation to be applied to the user.
AlterUserResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterUser(AlterUserRequest).
AlterUserResponse() - Constructor for class com.gpudb.protocol.AlterUserResponse
Constructs an AlterUserResponse object with default parameters.
alterVideo(AlterVideoRequest) - Method in class com.gpudb.GPUdb
Alters a video.
alterVideo(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Alters a video.
AlterVideoRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.alterVideo(AlterVideoRequest).
AlterVideoRequest() - Constructor for class com.gpudb.protocol.AlterVideoRequest
Constructs an AlterVideoRequest object with default parameters.
AlterVideoRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterVideoRequest
Constructs an AlterVideoRequest object with the specified parameters.
AlterVideoRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AlterVideoResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.alterVideo(AlterVideoRequest).
AlterVideoResponse() - Constructor for class com.gpudb.protocol.AlterVideoResponse
Constructs an AlterVideoResponse 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.
ANONYMOUS - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Create an anonymous connection to the storage provider--DEPRECATED: this is now the default.
ANONYMOUS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Create an anonymous connection to the storage provider--DEPRECATED: this is now the default.
ANONYMOUS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Use anonymous connection to storage provider--DEPRECATED: this is now the default.
API_LOGGER_NAME - Static variable in class com.gpudb.GPUdbLogger
 
appendRecords(AppendRecordsRequest) - Method in class com.gpudb.GPUdb
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
appendRecords(String, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Append (or insert) all records from a source table (specified by sourceTableName) to a particular target table (specified by tableName).
AppendRecordsRequest - Class in com.gpudb.protocol
AppendRecordsRequest() - Constructor for class com.gpudb.protocol.AppendRecordsRequest
Constructs an AppendRecordsRequest object with default parameters.
AppendRecordsRequest(String, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AppendRecordsRequest
Constructs an AppendRecordsRequest object with the specified parameters.
AppendRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
AppendRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.appendRecords(AppendRecordsRequest).
AppendRecordsResponse() - Constructor for class com.gpudb.protocol.AppendRecordsResponse
Constructs an AppendRecordsResponse object with default parameters.
ASCENDING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted in ascending order.
ASCENDING - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
ASCENDING - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
ASCENDING - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
ASTAR - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Employs A-STAR heuristics to speed up the shortest path traversal
ASTAR_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For path solvers only when 'solve_heuristic' option is 'astar'.
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 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.
AUDIT_RESPONSE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing of response information.
AUTO - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Auto detect compression type
AUTO - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Auto detect compression type
AUTO - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Default.
AUTO_COLUMN_SELECTION - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Options
 
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.
AVRO - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Avro file format
AVRO - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Avro file format
AVRO - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Avro file format
AVRO_HEADER_BYTES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional number of bytes to skip when reading an avro record.
AVRO_NUM_RECORDS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional number of avro records, if data includes only records.
AVRO_SCHEMA - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional string representing avro schema, for insert records in avro format, that does not include is schema.
AVRO_SCHEMALESS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
When user provides 'avro_schema', avro data is assumed to be schemaless, unless specified.
awaitTerminationAfterShutdown(ExecutorService, long) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
Terminate a thread pool after waiting for a given vaue of 'timeout'
AWS_ACCESS_KEY - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AWS_ACCESS_KEY - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AWS_IAM_ROLE - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AWS_IAM_ROLE - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AZURE_AD - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AZURE_AD - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AZURE_CONTAINER_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Azure storage container to use as the data sink
AZURE_CONTAINER_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Azure storage container to use as the data source
AZURE_CONTAINER_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Azure storage container to use as the data sink
AZURE_CONTAINER_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Azure storage container to use as the data source
AZURE_OAUTH - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AZURE_OAUTH - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AZURE_OAUTH_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Oauth token to access given storage container
AZURE_OAUTH_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
OAuth token to access given storage container
AZURE_OAUTH_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Oauth token to access given storage container
AZURE_OAUTH_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
OAuth token to access given storage container
AZURE_SAS - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AZURE_SAS - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AZURE_SAS_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Shared access signature token for Azure storage account to use as the data sink
AZURE_SAS_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Shared access signature token for Azure storage account to use as the data source
AZURE_SAS_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Shared access signature token for Azure storage account to use as the data sink
AZURE_SAS_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Shared access signature token for Azure storage account to use as the data source
AZURE_STORAGE_ACCOUNT_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Azure storage account to use as the data sink, this is valid only if tenant_id is specified
AZURE_STORAGE_ACCOUNT_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Azure storage account to use as the data source, this is valid only if tenant_id is specified
AZURE_STORAGE_ACCOUNT_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Azure storage account to use as the data sink, this is valid only if tenant_id is specified
AZURE_STORAGE_ACCOUNT_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Azure storage account to use as the data source, this is valid only if tenant_id is specified
AZURE_STORAGE_KEY - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
AZURE_STORAGE_KEY - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
AZURE_TENANT_ID - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Active Directory tenant ID (or directory ID)
AZURE_TENANT_ID - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Active Directory tenant ID (or directory ID)
AZURE_TENANT_ID - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Active Directory tenant ID (or directory ID)
AZURE_TENANT_ID - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Active Directory tenant ID (or directory ID)

B

BACKHAUL_ROUTING - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for optimal routes that connect remote asset nodes to the fixed (backbone) asset nodes.
BAD_RECORD_INDICES - Static variable in class com.gpudb.protocol.InsertRecordsResponse.Info
If return_individual_errors option is specified or implied, returns a comma-separated list of invalid indices (0-based)
BAD_RECORD_TABLE_LIMIT - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
BAD_RECORD_TABLE_LIMIT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
A positive integer indicating the maximum number of records that can be written to the bad-record-table.
BAD_RECORD_TABLE_LIMIT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
A positive integer indicating the maximum number of records that can be written to the bad-record-table.
BAD_RECORD_TABLE_LIMIT - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
A positive integer indicating the maximum number of records that can be written to the bad-record-table.
BAD_RECORD_TABLE_LIMIT - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
A positive integer indicating the maximum number of records that can be written to the bad-record-table.
BAD_RECORD_TABLE_LIMIT_PER_INPUT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
For subscriptions, a positive integer indicating the maximum number of records that can be written to the bad-record-table per file/payload.
BAD_RECORD_TABLE_LIMIT_PER_INPUT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
For subscriptions, a positive integer indicating the maximum number of records that can be written to the bad-record-table per file/payload.
BAD_RECORD_TABLE_LIMIT_PER_INPUT - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
For subscriptions: A positive integer indicating the maximum number of records that can be written to the bad-record-table per file/payload.
BAD_RECORD_TABLE_NAME - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
BAD_RECORD_TABLE_NAME - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Name of a table to which records that were rejected are written.
BAD_RECORD_TABLE_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Name of a table to which records that were rejected are written.
BAD_RECORD_TABLE_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional name of a table to which records that were rejected are written.
BAD_RECORD_TABLE_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Optional name of a table to which records that were rejected are written.
BASE64 - Static variable in class com.gpudb.protocol.DownloadFilesRequest.Options
Apply base64 encoding to the output file data.
BASE64 - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Specifies that the file data being uploaded has been base64 encoded.
BASE64 - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Apply base64 encoding to the output image.
BATCH_SIZE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
BATCH_SIZE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Number of records to insert per batch when inserting data.
BATCH_SIZE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Number of records to be exported as a batch.
BATCH_SIZE - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Batch size, which determines how many rows to export per round trip.
BATCH_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Number of records to insert per batch when inserting data.
BATCH_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Internal tuning parameter--number of records per batch when inserting data.
BATCH_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Number of records per batch when inserting data.
BATCH_TSM_MODE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
BEFORE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
BEFORE - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BG_COLOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
When generateImage is set to true, background color of the generated image.
BIN_VALUES - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
A list of comma separated binning-column values.
BINARY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Encoding
Indicates that the returned records should be binary encoded.
BINARY - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
BINARY - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetJobResponse.ResponseEncoding
The job result is binary-encoded.
BINARY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsBySeriesRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.ListEncoding
 
BINARY - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.RecordEncoding
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Encoding
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BINARY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BLUES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BLUR_RADIUS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BONE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BONE - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BONE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BOOLEAN - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory and query performance for int columns.
BOOLEAN - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory and query performance for int columns.
BRBG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BRBG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BRBG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BRG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BUFFER - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Buffer size, in meters.
BUFFER_METHOD - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Method used to buffer polygons.
BUGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BUGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BUGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BulkInserter<T> - Class in com.gpudb
Object that manages the insertion into GPUdb of large numbers of records in bulk, with automatic batch management and support for multi-head ingest.
BulkInserter(GPUdb, String, Type, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
Creates a BulkInserter with the specified parameters.
BulkInserter.FlushOptions - Class in com.gpudb
This class facilitates customizing the behavior of automatic flush in BulkInserter The default value of the 'flushInterval' is set to a negative value to indicate that the automatic flush feature is not needed.
BulkInserter.InsertException - Exception in com.gpudb
An exception that occurred during the insertion of records into GPUdb.
BulkInserter.WorkerList - Class in com.gpudb
Deprecated.
This class has been superseded by com.gpudb.WorkerList.
BUPU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BUPU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BUPU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
BWR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
BYPASS_SAFETY_CHECKS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
When set to true, all predicates are available for primary key updates.
BYPASS_SAFETY_CHECKS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
When set to true, all predicates are available for primary key updates.
BZIP2 - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
bzip2 file compression.
BZIP2 - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
bzip2 file compression.
BZIP2 - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
bzip2 file compression.

C

CACHE_INPUT - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A comma-delimited list of table names from inputTableNames from which input data will be cached for use in subsequent calls to GPUdb.executeProc(ExecuteProcRequest) with the use_cached_input option.
call() - Method in class com.gpudb.filesystem.common.IoTask
This method is called automatically the thread in which the current instance of this class runs.
call() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileDownloadTask
 
call() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileUploadTask
 
CANCEL - Static variable in class com.gpudb.protocol.AdminAlterJobsRequest.Action
 
CANCEL - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Cancel the specified multipart file upload
CANCEL_DATASOURCE_SUBSCRIPTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Permanently unsubscribe a data source that is loading continuously as a stream.
CANCEL_TASK - Static variable in class com.gpudb.protocol.AlterGraphRequest.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.
CASCADE - Static variable in class com.gpudb.protocol.DropSchemaRequest.Options
If true, all tables within the schema will be dropped.
CASCADE_DELETE - Static variable in class com.gpudb.protocol.DeleteResourceGroupRequest.Options
If true, delete any existing entities owned by this group.
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.
CHANGE_OWNER - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Change the owner resource group of the table.
CHANGE_OWNER - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
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.
CHARGING_CANDIDATES - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_charging_stations solver only.
CHARGING_CAPACITY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_charging_stations solver only.
CHARGING_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_charging_stations solver only.
CHART - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
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_BYTES - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
CHUNK_SIZE - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
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.CreateTableExternalRequest.CreateTableOptions
Indicates the number of records per chunk to be used for this table.
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.InsertRecordsFromPayloadRequest.CreateTableOptions
Indicates the number of records per chunk to be used for this table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Indicates the number of records per chunk to be used for this table.
CHUNK_SIZE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Indicates the number of records per chunk to be used for the merged table specified in tableName.
CHUNK_SKIP - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Create or delete a 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
 
CLASSBREAK - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
ClassFactory(Class<?>) - Constructor for class com.gpudb.TypeObjectMap.ClassFactory
Creates a TypeObjectMap.ClassFactory for the specified class.
CLEAR_ALL_REFERENCES - Static variable in class com.gpudb.protocol.ClearTableMonitorRequest.Options
If true, all references that share the same topicId will be cleared.
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.
CLEAR_EXECUTE_AT_STARTUP - Static variable in class com.gpudb.protocol.KillProcRequest.Options
If true, kill and remove the instance of the proc matching the auto-start run ID that was created to run when the database is started.
CLEAR_TABLE_MONITORS - Static variable in class com.gpudb.protocol.DropDatasinkRequest.Options
If true, any clearBatches() - Method in class com.gpudb.filesystem.common.FullFileBatchManager
Resets the internal data structures maintained for the batches
clearStatistics(ClearStatisticsRequest) - Method in class com.gpudb.GPUdb
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
clearStatistics(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears statistics (cardinality, mean value, etc.) for a column in a specified table.
ClearStatisticsRequest - Class in com.gpudb.protocol
ClearStatisticsRequest() - Constructor for class com.gpudb.protocol.ClearStatisticsRequest
Constructs a ClearStatisticsRequest object with default parameters.
ClearStatisticsRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearStatisticsRequest
Constructs a ClearStatisticsRequest object with the specified parameters.
ClearStatisticsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearStatistics(ClearStatisticsRequest).
ClearStatisticsResponse() - Constructor for class com.gpudb.protocol.ClearStatisticsResponse
Constructs a ClearStatisticsResponse object with default parameters.
clearTable(ClearTableRequest) - Method in class com.gpudb.GPUdb
Clears (drops) one or all tables in the database cluster.
clearTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears (drops) one or all tables in the database cluster.
clearTableMonitor(ClearTableMonitorRequest) - Method in class com.gpudb.GPUdb
Deactivates a table monitor previously created with GPUdb.createTableMonitor(CreateTableMonitorRequest).
clearTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deactivates a table monitor previously created with GPUdb.createTableMonitor(String, Map).
ClearTableMonitorRequest - Class in com.gpudb.protocol
ClearTableMonitorRequest() - Constructor for class com.gpudb.protocol.ClearTableMonitorRequest
Constructs a ClearTableMonitorRequest object with default parameters.
ClearTableMonitorRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTableMonitorRequest
Constructs a ClearTableMonitorRequest object with the specified parameters.
ClearTableMonitorRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ClearTableMonitorResponse - Class in com.gpudb.protocol
ClearTableMonitorResponse() - Constructor for class com.gpudb.protocol.ClearTableMonitorResponse
Constructs a ClearTableMonitorResponse object with default parameters.
ClearTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.clearTable(ClearTableRequest).
ClearTableRequest() - Constructor for class com.gpudb.protocol.ClearTableRequest
Constructs a ClearTableRequest object with default parameters.
ClearTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTableRequest
Constructs a ClearTableRequest object with the specified parameters.
ClearTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ClearTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearTable(ClearTableRequest).
ClearTableResponse() - Constructor for class com.gpudb.protocol.ClearTableResponse
Constructs a ClearTableResponse object with default parameters.
clearTrigger(ClearTriggerRequest) - Method in class com.gpudb.GPUdb
Clears or cancels the trigger identified by the specified handle.
clearTrigger(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Clears or cancels the trigger identified by the specified handle.
ClearTriggerRequest - Class in com.gpudb.protocol
ClearTriggerRequest() - Constructor for class com.gpudb.protocol.ClearTriggerRequest
Constructs a ClearTriggerRequest object with default parameters.
ClearTriggerRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTriggerRequest
Constructs a ClearTriggerRequest object with the specified parameters.
ClearTriggerResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.clearTrigger(ClearTriggerRequest).
ClearTriggerResponse() - Constructor for class com.gpudb.protocol.ClearTriggerResponse
Constructs a ClearTriggerResponse object with default parameters.
close() - Method in class com.gpudb.BulkInserter
This method will be called automatically if the BulkInserter class is used in a try-with-resources block.
close() - Method in class com.gpudb.GPUdbSqlIterator
 
CLOSENESS - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the centrality closeness score per node as the sum of the inverse shortest path costs to all nodes in the graph.
CLUSTER_QUALITY_METRIC - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_clusters solver only.
ClusterAddressInfo(URL, List<URL>, Set<String>, URL, boolean) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
 
ClusterAddressInfo(URL, List<URL>, Set<String>, URL, boolean, boolean) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
Deprecated.
Constructor for intra-cluster failover-enabled systems
ClusterAddressInfo(URL) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
 
ClusterAddressInfo(URL, int) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
 
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
 
collect() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher
Wait for the tasks submitted to the thread pool and collect the results Result using the futures accessed using the FullFileDispatcher.jobExecutor object.
COLLECT_GRAPHS - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
COLLECTION - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
[DEPRECATED--please specify the containing schema as part of result_table and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the table specified in result_table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
[DEPRECATED--please specify the containing schema as part of result_table and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the table specified in result_table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
[DEPRECATED--please specify the containing schema as part of result_table and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the table specified in result_table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
[DEPRECATED--please specify the containing schema for the join as part of joinTableName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the join.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
[DEPRECATED--please specify the containing schema for the materialized view as part of tableName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
[DEPRECATED--please specify the containing schema for the projection as part of projectionName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the projection.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
[DEPRECATED--please specify the containing schema as part of tableName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the newly created table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
[DEPRECATED--please specify the containing schema for the projection as part of tableName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of the schema for the output table.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] The schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema which is to contain the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.FilterRequest.Options
[DEPRECATED--please specify the containing schema for the view as part of viewName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created view.
COLLECTION_NAME - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
[DEPRECATED--please specify the containing schema for the merged table as part of tableName and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Name of a schema for the newly created merged table specified by tableName.
COLLECTION_NAMES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
[DEPRECATED--use schema_name instead] This will now contain the name of the schema for the table.
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.
COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Create or delete a 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.filesystem.ingest.IngestOptions.Option
 
COLUMN_FORMATS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
For each target column specified, applies the column-property-bound format to the source data loaded into that column.
COLUMN_FORMATS - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
For each source column specified, applies the column-property-bound format.
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_FORMATS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.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 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.GrantPermissionRequest.Options
Apply table security to these columns, comma-separated.
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.RevokePermissionRequest.Options
Revoke table security from these columns, comma-separated.
COLUMNS - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Options
Apply security to these columns, comma-separated.
COLUMNS_TO_EXPORT - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Specifies a comma-delimited list of columns from the source table to export, written to the output file in the order they are given.
COLUMNS_TO_LOAD - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
COLUMNS_TO_LOAD - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies a comma-delimited list of columns from the source data to load.
COLUMNS_TO_LOAD - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies a comma-delimited list of columns from the source data to load.
COLUMNS_TO_LOAD - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies a comma-delimited list of columns from the source data to load.
COLUMNS_TO_SKIP - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
COLUMNS_TO_SKIP - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies a comma-delimited list of columns from the source data to skip.
COLUMNS_TO_SKIP - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Comma-separated list of column names or column numbers to not export.
COLUMNS_TO_SKIP - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies a comma-delimited list of columns from the source data to skip.
COLUMNS_TO_SKIP - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies a comma-delimited list of columns from the source data to skip.
com.gpudb - package com.gpudb
 
com.gpudb.filesystem - package com.gpudb.filesystem
 
com.gpudb.filesystem.common - package com.gpudb.filesystem.common
 
com.gpudb.filesystem.download - package com.gpudb.filesystem.download
 
com.gpudb.filesystem.ingest - package com.gpudb.filesystem.ingest
 
com.gpudb.filesystem.upload - package com.gpudb.filesystem.upload
 
com.gpudb.filesystem.utils - package com.gpudb.filesystem.utils
 
com.gpudb.protocol - package com.gpudb.protocol
 
com.gpudb.util.json - package com.gpudb.util.json
 
com.gpudb.util.ssl - package com.gpudb.util.ssl
 
com.gpudb.util.url - package com.gpudb.util.url
 
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
If set to true, ignore rebalance options and attempt to perform compaction of deleted records to reclaim memory and disk space without rebalancing first.
compare(Result, Result) - Method in class com.gpudb.filesystem.common.Result.SortByDownloadPartNumber
 
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.
COMPLETE - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Complete the specified multipart file upload
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
No longer supported.
COMPRESSION_ON - Static variable in class com.gpudb.GPUdbBase.JsonOptions
 
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
No longer supported; option will be ignored.
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Source data compression type Supported values: NONE: No compression.
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
File compression type.
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Source data compression type Supported values: NONE: No compression.
COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: payload compression type Supported values: NONE: Uncompressed AUTO: Default.
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 true, 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.
CONFLUENT - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
CONNECT - Static variable in class com.gpudb.protocol.GrantPermissionDatasourceRequest.Permission
Connect access on the given data source
CONNECT - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Connect access on the given data source or data sink.
CONNECT - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Connect access on the given data source or data sink.
CONNECT - Static variable in class com.gpudb.protocol.RevokePermissionDatasourceRequest.Permission
Connect access on the given data source
CONNECT - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Connect access on the given data source or data sink.
CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Timeout in seconds for connecting to this sink
CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Timeout in seconds for connecting to this storage provider
CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Timeout in seconds for connecting to this data sink
CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Timeout in seconds for connecting to this storage provider
constructEndpointUrl(String, Map<String, String>) - Static method in class com.gpudb.util.url.UrlUtils
 
constructQueryParams(Map<String, String>) - Static method in class com.gpudb.util.url.UrlUtils
 
CONTAINER - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
 
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).
CONTEXT - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Context
CONTEXT - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Context
CONTEXT - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Context
CONTOUR - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
CONVERGENCE_LIMIT - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For PAGE_RANK solvers only; Maximum percent relative threshold on the pagerank scores of each node between consecutive iterations to satisfy convergence.
CONVERT_WKTS_TO_WKBS - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
If true, then WKT string columns will be returned as WKB bytes.
ConvertingFieldHandler(Field, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Creates a TypeObjectMap.ConvertingFieldHandler for the specified field and GPUdb column.
ConvertingMethodHandler(Method, Method, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingMethodHandler
Creates a TypeObjectMap.ConvertingMethodHandler for the specified get and set methods and GPUdb column.
COOL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COOL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COOL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COOLWARM - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
COPPER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
COPY_VALUES_FROM_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
[DEPRECATED--please use add_column_expression instead.]
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 CREATE_HOME_DIRECTORY - Static variable in class com.gpudb.protocol.CreateDirectoryRequest.Options
When set, a home directory is created for the user name provided in the value.
CREATE_HOME_DIRECTORY - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
When true, a home directory in KiFS is created for this user Supported values: TRUE FALSE The default value is TRUE.
CREATE_HOME_DIRECTORY - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
When true, a home directory in KiFS is created for this user Supported values: TRUE FALSE The default value is TRUE.
CREATE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Creates a 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_TEMP_TABLE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of result_table.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of result_table.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of result_table.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of result_table.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of joinTableName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of projectionName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of tableName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of tableName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of viewName.
CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
If true, a unique temporary table name will be generated in the sys_temp schema and used in place of tableName.
CREATE_UNION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
createContainerRegistry(CreateContainerRegistryRequest) - Method in class com.gpudb.GPUdb
 
createContainerRegistry(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
CreateContainerRegistryRequest - Class in com.gpudb.protocol
 
CreateContainerRegistryRequest() - Constructor for class com.gpudb.protocol.CreateContainerRegistryRequest
 
CreateContainerRegistryRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateContainerRegistryRequest
 
CreateContainerRegistryRequest.Options - Class in com.gpudb.protocol
 
CreateContainerRegistryResponse - Class in com.gpudb.protocol
 
CreateContainerRegistryResponse() - Constructor for class com.gpudb.protocol.CreateContainerRegistryResponse
 
CreateContainerRegistryResponse.Info - Class in com.gpudb.protocol
 
createCredential(CreateCredentialRequest) - Method in class com.gpudb.GPUdb
CreateCredentialRequest() - Constructor for class com.gpudb.protocol.CreateCredentialRequest
Constructs a CreateCredentialRequest object with default parameters.
CreateCredentialRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateCredentialRequest
Constructs a CreateCredentialRequest object with the specified parameters.
CreateCredentialRequest.Type - Class in com.gpudb.protocol
Type of the credential to be created.
CreateCredentialResponse - Class in com.gpudb.protocol
CreateCredentialResponse() - Constructor for class com.gpudb.protocol.CreateCredentialResponse
Constructs a CreateCredentialResponse object with default parameters.
createDatasink(CreateDatasinkRequest) - Method in class com.gpudb.GPUdb
Creates a createDatasink(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
CreateDatasinkRequest() - Constructor for class com.gpudb.protocol.CreateDatasinkRequest
Constructs a CreateDatasinkRequest object with default parameters.
CreateDatasinkRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateDatasinkRequest
Constructs a CreateDatasinkRequest object with the specified parameters.
CreateDatasinkRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateDatasinkResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createDatasink(CreateDatasinkRequest).
CreateDatasinkResponse() - Constructor for class com.gpudb.protocol.CreateDatasinkResponse
Constructs a CreateDatasinkResponse object with default parameters.
createDatasource(CreateDatasourceRequest) - Method in class com.gpudb.GPUdb
CreateDatasourceRequest() - Constructor for class com.gpudb.protocol.CreateDatasourceRequest
Constructs a CreateDatasourceRequest object with default parameters.
CreateDatasourceRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateDatasourceRequest
Constructs a CreateDatasourceRequest object with the specified parameters.
CreateDatasourceRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateDatasourceResponse - Class in com.gpudb.protocol
CreateDatasourceResponse() - Constructor for class com.gpudb.protocol.CreateDatasourceResponse
Constructs a CreateDatasourceResponse object with default parameters.
createdBy - Variable in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
createDeltaTable(CreateDeltaTableRequest) - Method in class com.gpudb.GPUdb
 
createDeltaTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
CreateDeltaTableRequest - Class in com.gpudb.protocol
 
CreateDeltaTableRequest() - Constructor for class com.gpudb.protocol.CreateDeltaTableRequest
 
CreateDeltaTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateDeltaTableRequest
 
CreateDeltaTableResponse - Class in com.gpudb.protocol
 
CreateDeltaTableResponse() - Constructor for class com.gpudb.protocol.CreateDeltaTableResponse
 
createDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method will create a KIFS directory with default options
createDirectory(String, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method will create a KIFS directory with options as explained below.
createDirectory(CreateDirectoryRequest) - Method in class com.gpudb.GPUdb
Creates a new directory in createDirectory(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new directory in CreateDirectoryRequest - Class in com.gpudb.protocol
CreateDirectoryRequest() - Constructor for class com.gpudb.protocol.CreateDirectoryRequest
Constructs a CreateDirectoryRequest object with default parameters.
CreateDirectoryRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateDirectoryRequest
Constructs a CreateDirectoryRequest object with the specified parameters.
CreateDirectoryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateDirectoryResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createDirectory(CreateDirectoryRequest).
CreateDirectoryResponse() - Constructor for class com.gpudb.protocol.CreateDirectoryResponse
Constructs a CreateDirectoryResponse object with default parameters.
createEnvironment(CreateEnvironmentRequest) - Method in class com.gpudb.GPUdb
Creates a new environment which can be used by createEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new environment which can be used by CreateEnvironmentRequest - Class in com.gpudb.protocol
CreateEnvironmentRequest() - Constructor for class com.gpudb.protocol.CreateEnvironmentRequest
Constructs a CreateEnvironmentRequest object with default parameters.
CreateEnvironmentRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateEnvironmentRequest
Constructs a CreateEnvironmentRequest object with the specified parameters.
CreateEnvironmentResponse - Class in com.gpudb.protocol
CreateEnvironmentResponse() - Constructor for class com.gpudb.protocol.CreateEnvironmentResponse
Constructs a CreateEnvironmentResponse object with default parameters.
createGraph(CreateGraphRequest) - Method in class com.gpudb.GPUdb
Creates a new graph network using given nodes, edges, weights, and restrictions.
createGraph(String, boolean, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new graph network using given nodes, edges, weights, and restrictions.
CreateGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createGraph(CreateGraphRequest).
CreateGraphRequest() - Constructor for class com.gpudb.protocol.CreateGraphRequest
Constructs a CreateGraphRequest object with default parameters.
CreateGraphRequest(String, boolean, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateGraphRequest
Constructs a CreateGraphRequest object with the specified parameters.
CreateGraphRequest.DirectedGraph - Class in com.gpudb.protocol
If set to true, the graph will be directed.
CreateGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createGraph(CreateGraphRequest).
CreateGraphResponse() - Constructor for class com.gpudb.protocol.CreateGraphResponse
Constructs a CreateGraphResponse object with default parameters.
createJob(CreateJobRequest) - Method in class com.gpudb.GPUdb
Create a job which will run asynchronously.
createJob(String, String, ByteBuffer, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Create a job which will run asynchronously.
CreateJobRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createJob(CreateJobRequest).
CreateJobRequest() - Constructor for class com.gpudb.protocol.CreateJobRequest
Constructs a CreateJobRequest object with default parameters.
CreateJobRequest(String, String, ByteBuffer, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateJobRequest
Constructs a CreateJobRequest object with the specified parameters.
CreateJobRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateJobRequest.RequestEncoding - Class in com.gpudb.protocol
The encoding of the request payload for the job.
CreateJobResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createJob(CreateJobRequest).
CreateJobResponse() - Constructor for class com.gpudb.protocol.CreateJobResponse
Constructs a CreateJobResponse object with default parameters.
CreateJobResponse.Info - Class in com.gpudb.protocol
Additional information.
createJoinTable(CreateJoinTableRequest) - Method in class com.gpudb.GPUdb
Creates a table that is the result of a SQL JOIN.
createJoinTable(String, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a table that is the result of a SQL JOIN.
CreateJoinTableRequest - Class in com.gpudb.protocol
CreateJoinTableRequest() - Constructor for class com.gpudb.protocol.CreateJoinTableRequest
Constructs a CreateJoinTableRequest object with default parameters.
CreateJoinTableRequest(String, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateJoinTableRequest
Constructs a CreateJoinTableRequest object with the specified parameters.
CreateJoinTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateJoinTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createJoinTable(CreateJoinTableRequest).
CreateJoinTableResponse() - Constructor for class com.gpudb.protocol.CreateJoinTableResponse
Constructs a CreateJoinTableResponse object with default parameters.
CreateJoinTableResponse.Info - Class in com.gpudb.protocol
Additional information.
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.
CreateMaterializedViewResponse.Info - Class in com.gpudb.protocol
Additional information.
createNewJob(GPUdb, GPUdbFileHandler.Options, String, String, String, KifsFileInfo, DownloadOptions, FileDownloadListener) - Static method in class com.gpudb.filesystem.download.DownloadIoJob
Static helper method to create new instance of DownloadIoJob
createNewJob(GPUdb, GPUdbFileHandler.Options, OpMode, String, String, String, UploadOptions, FileUploadListener) - Static method in class com.gpudb.filesystem.upload.UploadIoJob
Factory method for creating a new IoJob instance.
createProc(CreateProcRequest) - Method in class com.gpudb.GPUdb
Creates an instance (proc) of the CreateProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createProc(CreateProcRequest).
CreateProcRequest() - Constructor for class com.gpudb.protocol.CreateProcRequest
Constructs a CreateProcRequest object with default parameters.
CreateProcRequest(String, String, Map<String, ByteBuffer>, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateProcRequest
Constructs a CreateProcRequest object with the specified parameters.
CreateProcRequest.ExecutionMode - Class in com.gpudb.protocol
The execution mode of the proc.
CreateProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createProc(CreateProcRequest).
CreateProcResponse() - Constructor for class com.gpudb.protocol.CreateProcResponse
Constructs a CreateProcResponse object with default parameters.
createProjection(CreateProjectionRequest) - Method in class com.gpudb.GPUdb
CreateProjectionRequest() - Constructor for class com.gpudb.protocol.CreateProjectionRequest
Constructs a CreateProjectionRequest object with default parameters.
CreateProjectionRequest(String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateProjectionRequest
Constructs a CreateProjectionRequest object with the specified parameters.
CreateProjectionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateProjectionResponse - Class in com.gpudb.protocol
CreateProjectionResponse() - Constructor for class com.gpudb.protocol.CreateProjectionResponse
Constructs a CreateProjectionResponse object with default parameters.
CreateProjectionResponse.Info - Class in com.gpudb.protocol
Additional information.
createResourceGroup(CreateResourceGroupRequest) - Method in class com.gpudb.GPUdb
Creates a new resource group to facilitate resource management.
createResourceGroup(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new resource group to facilitate resource management.
CreateResourceGroupRequest - Class in com.gpudb.protocol
CreateResourceGroupRequest() - Constructor for class com.gpudb.protocol.CreateResourceGroupRequest
Constructs a CreateResourceGroupRequest object with default parameters.
CreateResourceGroupRequest(String, Map<String, Map<String, String>>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateResourceGroupRequest
Constructs a CreateResourceGroupRequest object with the specified parameters.
CreateResourceGroupRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateResourceGroupRequest.Ranking - Class in com.gpudb.protocol
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
CreateResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
Optional map containing tier names and their respective attribute group limits.
CreateResourceGroupResponse - Class in com.gpudb.protocol
CreateResourceGroupResponse() - Constructor for class com.gpudb.protocol.CreateResourceGroupResponse
Constructs a CreateResourceGroupResponse object with default parameters.
createRole(CreateRoleRequest) - Method in class com.gpudb.GPUdb
Creates a new role.
createRole(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new role.
CreateRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createRole(CreateRoleRequest).
CreateRoleRequest() - Constructor for class com.gpudb.protocol.CreateRoleRequest
Constructs a CreateRoleRequest object with default parameters.
CreateRoleRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateRoleRequest
Constructs a CreateRoleRequest object with the specified parameters.
CreateRoleRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createRole(CreateRoleRequest).
CreateRoleResponse() - Constructor for class com.gpudb.protocol.CreateRoleResponse
Constructs a CreateRoleResponse object with default parameters.
createSchema(CreateSchemaRequest) - Method in class com.gpudb.GPUdb
Creates a SQL-style createSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a SQL-style CreateSchemaRequest - Class in com.gpudb.protocol
CreateSchemaRequest() - Constructor for class com.gpudb.protocol.CreateSchemaRequest
Constructs a CreateSchemaRequest object with default parameters.
CreateSchemaRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateSchemaRequest
Constructs a CreateSchemaRequest object with the specified parameters.
CreateSchemaRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateSchemaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createSchema(CreateSchemaRequest).
CreateSchemaResponse() - Constructor for class com.gpudb.protocol.CreateSchemaResponse
Constructs a CreateSchemaResponse object with default parameters.
createStateTable(CreateStateTableRequest) - Method in class com.gpudb.GPUdb
 
createStateTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
CreateStateTableRequest - Class in com.gpudb.protocol
 
CreateStateTableRequest() - Constructor for class com.gpudb.protocol.CreateStateTableRequest
 
CreateStateTableRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateStateTableRequest
 
CreateStateTableResponse - Class in com.gpudb.protocol
 
CreateStateTableResponse() - Constructor for class com.gpudb.protocol.CreateStateTableResponse
 
createTable(CreateTableRequest) - Method in class com.gpudb.GPUdb
Creates a new table.
createTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new table.
createTableExternal(CreateTableExternalRequest) - Method in class com.gpudb.GPUdb
CreateTableExternalRequest() - Constructor for class com.gpudb.protocol.CreateTableExternalRequest
Constructs a CreateTableExternalRequest object with default parameters.
CreateTableExternalRequest(String, List<String>, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTableExternalRequest
Constructs a CreateTableExternalRequest object with the specified parameters.
CreateTableExternalRequest.CreateTableOptions - Class in com.gpudb.protocol
Options from GPUdb.createTable(CreateTableRequest), allowing the structure of the table to be defined independently of the data source TYPE_ID: ID of a currently registered CreateTableExternalRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateTableExternalResponse - Class in com.gpudb.protocol
CreateTableExternalResponse() - Constructor for class com.gpudb.protocol.CreateTableExternalResponse
Constructs a CreateTableExternalResponse object with default parameters.
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.
CreateTableMonitorResponse.Info - Class in com.gpudb.protocol
Additional information.
CreateTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createTable(CreateTableRequest).
CreateTableRequest() - Constructor for class com.gpudb.protocol.CreateTableRequest
Constructs a CreateTableRequest object with default parameters.
CreateTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTableRequest
Constructs a CreateTableRequest object with the specified parameters.
CreateTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createTable(CreateTableRequest).
CreateTableResponse() - Constructor for class com.gpudb.protocol.CreateTableResponse
Constructs a CreateTableResponse object with default parameters.
CreateTableResponse.Info - Class in com.gpudb.protocol
Additional information.
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 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 of a table.
createType(Class<? extends RecordObject>, GPUdb) - Static method in class com.gpudb.RecordObject
Creates a type in GPUdb based on the metadata in the specified RecordObject class and returns the type ID for reference.
createType(GPUdb) - Method in class com.gpudb.TypeObjectMap
Creates a type in GPUdb based on the metadata in the specified TypeObjectMap object and returns the type ID for reference.
CreateTypeRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createType(CreateTypeRequest).
CreateTypeRequest() - Constructor for class com.gpudb.protocol.CreateTypeRequest
Constructs a CreateTypeRequest object with default parameters.
CreateTypeRequest(String, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateTypeRequest
Constructs a CreateTypeRequest object with the specified parameters.
CreateTypeRequest.Properties - Class in com.gpudb.protocol
Each key-value pair specifies the properties to use for a given column where the key is the column name.
CreateTypeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createType(CreateTypeRequest).
CreateTypeResponse() - Constructor for class com.gpudb.protocol.CreateTypeResponse
Constructs a CreateTypeResponse object with default parameters.
createUnion(CreateUnionRequest) - Method in class com.gpudb.GPUdb
Merges data from one or more tables with comparable data types into a new table.
createUnion(String, List<String>, List<List<String>>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Merges data from one or more tables with comparable data types into a new table.
CreateUnionRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createUnion(CreateUnionRequest).
CreateUnionRequest() - Constructor for class com.gpudb.protocol.CreateUnionRequest
Constructs a CreateUnionRequest object with default parameters.
CreateUnionRequest(String, List<String>, List<List<String>>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateUnionRequest
Constructs a CreateUnionRequest object with the specified parameters.
CreateUnionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateUnionResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createUnion(CreateUnionRequest).
CreateUnionResponse() - Constructor for class com.gpudb.protocol.CreateUnionResponse
Constructs a CreateUnionResponse object with default parameters.
CreateUnionResponse.Info - Class in com.gpudb.protocol
Additional information.
createUserExternal(CreateUserExternalRequest) - Method in class com.gpudb.GPUdb
Creates a new external user (a user whose credentials are managed by an external LDAP).
createUserExternal(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a new external user (a user whose credentials are managed by an external LDAP).
CreateUserExternalRequest - Class in com.gpudb.protocol
CreateUserExternalRequest() - Constructor for class com.gpudb.protocol.CreateUserExternalRequest
Constructs a CreateUserExternalRequest object with default parameters.
CreateUserExternalRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateUserExternalRequest
Constructs a CreateUserExternalRequest object with the specified parameters.
CreateUserExternalRequest.Options - Class in com.gpudb.protocol
Optional 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.
createVideo(CreateVideoRequest) - Method in class com.gpudb.GPUdb
Creates a job to generate a sequence of raster images that visualize data over a specified time.
createVideo(String, String, double, String, double, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Creates a job to generate a sequence of raster images that visualize data over a specified time.
CreateVideoRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.createVideo(CreateVideoRequest).
CreateVideoRequest() - Constructor for class com.gpudb.protocol.CreateVideoRequest
Constructs a CreateVideoRequest object with default parameters.
CreateVideoRequest(String, String, double, String, double, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateVideoRequest
Constructs a CreateVideoRequest object with the specified parameters.
CreateVideoRequest.Options - Class in com.gpudb.protocol
Optional parameters.
CreateVideoRequest.Style - Class in com.gpudb.protocol
The name of the visualize mode; should correspond to the schema used for the styleParameters field.
CreateVideoResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.createVideo(CreateVideoRequest).
CreateVideoResponse() - Constructor for class com.gpudb.protocol.CreateVideoResponse
Constructs a CreateVideoResponse object with default parameters.
creationTime - Variable in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
CREDENTIAL - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the CREDENTIAL - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the CREDENTIAL - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Credential
CREDENTIAL - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Credential
CREDENTIAL - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Credential
CREDENTIAL_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionCredentialRequest.Permission
Full read/write and administrative access on the credential.
CREDENTIAL_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionCredentialRequest.Permission
Full read/write and administrative access on the credential.
CREDENTIAL_READ - Static variable in class com.gpudb.protocol.GrantPermissionCredentialRequest.Permission
Ability to read and use the credential.
CREDENTIAL_READ - Static variable in class com.gpudb.protocol.RevokePermissionCredentialRequest.Permission
Ability to read and use the credential.
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
 
CURRENT_SCHEMA - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Use the supplied value as the

D

DARK2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
DARK2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
DARK2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
DASH - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DASH - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DATA - Static variable in class com.gpudb.ColumnProperty
Default property for all numeric and string type columns; makes the column available for GPU queries.
DATA - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Default property for all numeric and string type columns; makes the column available for GPU queries.
DATA_LIMIT - Static variable in class com.gpudb.protocol.AlterDirectoryRequest.DirectoryUpdatesMap
The maximum capacity, in bytes, to apply to the directory.
DATA_LIMIT - Static variable in class com.gpudb.protocol.CreateDirectoryRequest.Options
The maximum capacity, in bytes, to apply to the created directory.
DATA_MAX_X - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Upper bound for the x values.
DATA_MAX_Y - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Upper bound for the y values.
DATA_MIN_X - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Lower bound for the x values.
DATA_MIN_Y - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Lower bound for the y values.
DATASINK - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Data Sink
DATASINK - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Data Sink
DATASINK - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Data Sink
DATASINK_JSON - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Datasink info in JSON format for the respective monitorIds if one is defined.
DATASINK_NAME - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Name of an existing DATASINK_NAME - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Datasink name, created using GPUdb.createDatasink(CreateDatasinkRequest).
DATASINK_NAME - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Name of an existing external data sink to which table name specified in tableName will be exported
DATASOURCE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Data Source
DATASOURCE - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Data Source
DATASOURCE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Data Source
DATASOURCE_NAME - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
DATASOURCE_NAME - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Options
Name of an existing external data source from which packages specified in value can be loaded
DATASOURCE_NAME - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Name of an existing external data source from which data file(s) specified in filepaths will be loaded
DATASOURCE_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Name of an existing external data source from which data file(s) specified in filepaths will be loaded
DATASOURCE_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Name of an existing external data source from which table will be loaded
DATASOURCE_SUBSCRIPTIONS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of datasource names the table has subscribed to.
DATE - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DATE - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
DATETIME - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DATETIME - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
db - Variable in class com.gpudb.filesystem.common.FileOperation
 
debug(String) - Static method in class com.gpudb.GPUdbLogger
 
debug_with_info(String) - Static method in class com.gpudb.GPUdbLogger
Print extra information with the debug message.
decideMultiPart(OpMode) - Method in class com.gpudb.filesystem.common.FileOperation
This method resolves the file names passed in and decides on which could be downloaded in one go and which ones are large enough to be downloaded in parts.
DECIMAL - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
DECIMAL - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
decode(T, ByteBuffer) - Static method in class com.gpudb.Avro
Decodes an Avro binary object into a pre-created destination object.
decode(Object, ByteBuffer) - Static method in class com.gpudb.Avro
Decodes an Avro binary object.
decode(Object, List<ByteBuffer>, int, int) - Static method in class com.gpudb.Avro
Decodes a homogeneous portion of a list of Avro binary objects.
decode(Object, List<ByteBuffer>, int, int, int, ExecutorService) - Static method in class com.gpudb.Avro
Decodes a homogeneous portion of a list of Avro binary objects, optionally using multiple threads, with or without a supplied executor.
decode(Object, List<ByteBuffer>) - Static method in class com.gpudb.Avro
Decodes a homogeneous list of Avro binary objects.
decode(Object, List<ByteBuffer>, int, ExecutorService) - Static method in class com.gpudb.Avro
Decodes a homogeneous list of Avro binary objects, optionally using multiple threads and/or a supplied executor.
decode(Object, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decode(String, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decode(List<String>, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
 
decodeMultiple(Object, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
 
decodeMultiple(List<String>, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
 
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the default format to be applied to source data loaded into columns with the corresponding column property.
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Specifies the default format to use to write data.
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the default format to be applied to source data loaded into columns with the corresponding column property.
DEFAULT_COLUMN_FORMATS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the default format to be applied to source data loaded into columns with the corresponding column property.
DEFAULT_SCHEMA - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
Default schema to associate with this user
DEFAULT_SCHEMA - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
Default schema to associate with this user
defaultMode() - Method in enum com.gpudb.filesystem.ingest.ErrorHandlingMode
 
defaultOptions() - Static method in class com.gpudb.BulkInserter.FlushOptions
This method returns an instance of BulkInserter.FlushOptions with default values.
defaultOptions() - Static method in class com.gpudb.filesystem.download.DownloadOptions
 
defaultOptions() - Static method in class com.gpudb.filesystem.upload.UploadOptions
 
defaultOptions() - Static method in class com.gpudb.GPUdbBase.JsonOptions
This method returns an instance of GPUdbBase.JsonOptions with default values.
defaultPartitionType() - Method in enum com.gpudb.filesystem.ingest.FileType
 
defaultPartitionType() - Method in enum com.gpudb.filesystem.ingest.PartitionType
 
defaultPartitionType() - Method in enum com.gpudb.filesystem.ingest.TypeInferenceMode
 
DELETE - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of delete operations.
DELETE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Delete rows from tables.
DELETE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Delete rows from tables.
DELETE - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
DELETE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Delete rows from tables.
DELETE_ALL - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
DELETE_ALL_RECORDS - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
If set to true, all records in the table will be deleted.
DELETE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes the column specified in value from the table specified in tableName.
DELETE_FOREIGN_KEY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes a DELETE_IF_EXISTS - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
If true, any existing files specified in fileNames will be deleted prior to start of upload.
DELETE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes a DELETE_ORPHANED_TABLES - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
If true, orphaned table directories found on workers for which there is no corresponding metadata will be deleted.
DELETE_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Deletes the partition specified in value (and all of its data) from either a DELETE_PERSIST - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
If set to true, the graph is removed from the server and persist.
DELETE_TOPIC_ID - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The topic id for 'delete' event in options
DELETE_TYPE_SCHEMA - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The JSON Avro schema for 'delete' events
deleteDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method deletes a KIFS directory.
deleteDirectory(String, boolean, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method deletes a KIFS directory.
deleteDirectory(DeleteDirectoryRequest) - Method in class com.gpudb.GPUdb
Deletes a directory from deleteDirectory(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes a directory from DeleteDirectoryRequest - Class in com.gpudb.protocol
DeleteDirectoryRequest() - Constructor for class com.gpudb.protocol.DeleteDirectoryRequest
Constructs a DeleteDirectoryRequest object with default parameters.
DeleteDirectoryRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteDirectoryRequest
Constructs a DeleteDirectoryRequest object with the specified parameters.
DeleteDirectoryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteDirectoryResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteDirectory(DeleteDirectoryRequest).
DeleteDirectoryResponse() - Constructor for class com.gpudb.protocol.DeleteDirectoryResponse
Constructs a DeleteDirectoryResponse object with default parameters.
deleteFiles(List<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method takes a list of fully qualified KIFS file paths and deletes the files in one go.
deleteFiles(List<String>, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method takes a list of fully qualified KIFS file paths and deletes the files in one go.
deleteFiles(DeleteFilesRequest) - Method in class com.gpudb.GPUdb
Deletes one or more files from deleteFiles(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes one or more files from deleteFilesInDir(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method deletes files in the KIFS directory whose name is passed in using remoteDirName.
deleteFilesInDir(String, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method deletes files in the KIFS directory whose name is passes in using remoteDirName.
DeleteFilesRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteFiles(DeleteFilesRequest).
DeleteFilesRequest() - Constructor for class com.gpudb.protocol.DeleteFilesRequest
Constructs a DeleteFilesRequest object with default parameters.
DeleteFilesRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteFilesRequest
Constructs a DeleteFilesRequest object with the specified parameters.
DeleteFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteFilesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteFiles(DeleteFilesRequest).
DeleteFilesResponse() - Constructor for class com.gpudb.protocol.DeleteFilesResponse
Constructs a DeleteFilesResponse object with default parameters.
deleteGraph(DeleteGraphRequest) - Method in class com.gpudb.GPUdb
Deletes an existing graph from the graph server and/or persist.
deleteGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing graph from the graph server and/or persist.
DeleteGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteGraph(DeleteGraphRequest).
DeleteGraphRequest() - Constructor for class com.gpudb.protocol.DeleteGraphRequest
Constructs a DeleteGraphRequest object with default parameters.
DeleteGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteGraphRequest
Constructs a DeleteGraphRequest object with the specified parameters.
DeleteGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteGraph(DeleteGraphRequest).
DeleteGraphResponse() - Constructor for class com.gpudb.protocol.DeleteGraphResponse
Constructs a DeleteGraphResponse object with default parameters.
deleteProc(DeleteProcRequest) - Method in class com.gpudb.GPUdb
Deletes a proc.
deleteProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes a proc.
DeleteProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteProc(DeleteProcRequest).
DeleteProcRequest() - Constructor for class com.gpudb.protocol.DeleteProcRequest
Constructs a DeleteProcRequest object with default parameters.
DeleteProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteProcRequest
Constructs a DeleteProcRequest object with the specified parameters.
DeleteProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteProc(DeleteProcRequest).
DeleteProcResponse() - Constructor for class com.gpudb.protocol.DeleteProcResponse
Constructs a DeleteProcResponse object with default parameters.
deleteRecords(DeleteRecordsRequest) - Method in class com.gpudb.GPUdb
Deletes record(s) matching the provided criteria from the given table.
deleteRecords(String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes record(s) matching the provided criteria from the given table.
DeleteRecordsRequest - Class in com.gpudb.protocol
DeleteRecordsRequest() - Constructor for class com.gpudb.protocol.DeleteRecordsRequest
Constructs a DeleteRecordsRequest object with default parameters.
DeleteRecordsRequest(String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteRecordsRequest
Constructs a DeleteRecordsRequest object with the specified parameters.
DeleteRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteRecords(DeleteRecordsRequest).
DeleteRecordsResponse() - Constructor for class com.gpudb.protocol.DeleteRecordsResponse
Constructs a DeleteRecordsResponse object with default parameters.
deleteResourceGroup(DeleteResourceGroupRequest) - Method in class com.gpudb.GPUdb
Deletes a resource group.
deleteResourceGroup(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes a resource group.
DeleteResourceGroupRequest - Class in com.gpudb.protocol
DeleteResourceGroupRequest() - Constructor for class com.gpudb.protocol.DeleteResourceGroupRequest
Constructs a DeleteResourceGroupRequest object with default parameters.
DeleteResourceGroupRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteResourceGroupRequest
Constructs a DeleteResourceGroupRequest object with the specified parameters.
DeleteResourceGroupRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DeleteResourceGroupResponse - Class in com.gpudb.protocol
DeleteResourceGroupResponse() - Constructor for class com.gpudb.protocol.DeleteResourceGroupResponse
Constructs a DeleteResourceGroupResponse object with default parameters.
deleteRole(DeleteRoleRequest) - Method in class com.gpudb.GPUdb
Deletes an existing role.
deleteRole(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing role.
DeleteRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteRole(DeleteRoleRequest).
DeleteRoleRequest() - Constructor for class com.gpudb.protocol.DeleteRoleRequest
Constructs a DeleteRoleRequest object with default parameters.
DeleteRoleRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteRoleRequest
Constructs a DeleteRoleRequest object with the specified parameters.
DeleteRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteRole(DeleteRoleRequest).
DeleteRoleResponse() - Constructor for class com.gpudb.protocol.DeleteRoleResponse
Constructs a DeleteRoleResponse object with default parameters.
deleteUser(DeleteUserRequest) - Method in class com.gpudb.GPUdb
Deletes an existing user.
deleteUser(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Deletes an existing user.
DeleteUserRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.deleteUser(DeleteUserRequest).
DeleteUserRequest() - Constructor for class com.gpudb.protocol.DeleteUserRequest
Constructs a DeleteUserRequest object with default parameters.
DeleteUserRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DeleteUserRequest
Constructs a DeleteUserRequest object with the specified parameters.
DeleteUserResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.deleteUser(DeleteUserRequest).
DeleteUserResponse() - Constructor for class com.gpudb.protocol.DeleteUserResponse
Constructs a DeleteUserResponse object with default parameters.
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Delimited text file format; e.g., CSV, TSV, PSV, etc.
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Delimited text file format; e.g., CSV, TSV, PSV, etc.
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Delimited text file format; e.g., CSV, TSV, PSV, etc.
DELIMITED_TEXT - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Delimited text file format; e.g., CSV, TSV, PSV, etc.
DEP_LIB_APACHE_CLIENT_LOGGER - Static variable in class com.gpudb.GPUdbLogger
 
DESCENDING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted in descending order.
DESCENDING - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
DESCENDING - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
DESCENDING - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
DESTINATION - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Destination for the output data in format 'destination_type://path[:port]'.
DESTINATION - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Destination for the output data in format 'destination_type://path[:port]'.
DESTINATION - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Optional WKT ending point from samplePoints for the solver.
DESTINATION - Static variable in class com.gpudb.protocol.ShowDatasinkResponse.AdditionalInfo
Destination for the output data in 'destination_type://path[:port]' format
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DICT - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column should be DICT - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column should be DIRECT - Static variable in class com.gpudb.protocol.HasRoleResponse.Info
true when principal is directly a member of the role.
DIRECTORY - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
KIFS File Directory
DIRECTORY - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
KiFS File Directory
DIRECTORY - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
KIFS File Directory
DIRECTORY_DATA_LIMIT - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
The maximum capacity to apply to the created directory if create_home_directory is true.
DIRECTORY_DATA_LIMIT - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
The maximum capacity to apply to the created directory if create_home_directory is true.
DIRECTORY_READ - Static variable in class com.gpudb.protocol.GrantPermissionDirectoryRequest.Permission
For files in the directory, access to list files, download files, or use files in server side functions
DIRECTORY_READ - Static variable in class com.gpudb.protocol.RevokePermissionDirectoryRequest.Permission
For files in the directory, access to list files, download files, or use files in server side functions
DIRECTORY_WRITE - Static variable in class com.gpudb.protocol.GrantPermissionDirectoryRequest.Permission
Access to upload files to, or delete files from, the directory.
DIRECTORY_WRITE - Static variable in class com.gpudb.protocol.RevokePermissionDirectoryRequest.Permission
Access to upload files to, or delete files from, the directory.
dirName - Variable in class com.gpudb.filesystem.common.FileOperation
This stores the directory name from which the source files for any operation (upload or download) is to be searched in.
DISALLOW_HOMOGENEOUS_TABLES - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
No longer supported; value will be ignored.
DISJOINT - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are disjoint from the given WKT.
DISK_OPTIMIZED - Static variable in class com.gpudb.ColumnProperty
Works in conjunction with the data property for string columns.
DISK_OPTIMIZED - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Works in conjunction with the data property for string columns.
DISTRIBUTED - Static variable in class com.gpudb.protocol.CreateProcRequest.ExecutionMode
Input table data will be divided into data segments that are distributed across all nodes in the cluster, and the proc command will be invoked once per data segment in parallel.
DISTRIBUTED - Static variable in class com.gpudb.protocol.ShowProcResponse.ExecutionModes
Distributed
DISTRIBUTED_JOINS - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, enables the use of distributed joins in servicing the given query.
DISTRIBUTED_LOCAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
A single worker process on each node loads all files that are available to it.
DISTRIBUTED_LOCAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
A single worker process on each node loads all files that are available to it.
DISTRIBUTED_LOCAL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
A single worker process on each node loads all files that are available to it.
DISTRIBUTED_OPERATIONS - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, enables the use of distributed operations in servicing the given query.
DISTRIBUTED_SHARED - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
The head node coordinates loading data by worker processes across all nodes from shared files available to all workers.
DISTRIBUTED_SHARED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
The head node coordinates loading data by worker processes across all nodes from shared files available to all workers.
DISTRIBUTED_SHARED - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
The head node coordinates loading data by worker processes across all nodes from shared files available to all workers.
DO_POINTS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_POINTS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_SHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_SHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_SYMBOLOGY - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_SYMBOLOGY - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DO_TRACKS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DO_TRACKS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
DOCKER - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
DOCKER - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
doesClusterContainNode(String) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Checks if the given hostname (or IP address) is part of this cluster.
DONE - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job execution has successfully completed and the response is included in the jobResponse or jobResponseStr field
DOT - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
DOT - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
download() - Method in class com.gpudb.filesystem.download.FileDownloader
This is the main download method which is to be called by the users of this class.
download(List<String>, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method downloads files from a KIFS directory to a local directory.
download(List<String>, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method downloads files from a KIFS directory to a local directory.
download(String, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method downloads a single file from a KIFS directory to a local directory.
download(String, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method downloads a single file from a KIFS directory to a local directory.
downloadDir(String, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method will download all files in a KIFS directory to a directory on the local filesystem.
downloadFiles(DownloadFilesRequest) - Method in class com.gpudb.GPUdb
Downloads one or more files from downloadFiles(List<String>, List<Long>, List<Long>, Map<String, String>) - Method in class com.gpudb.GPUdb
Downloads one or more files from DownloadFilesRequest - Class in com.gpudb.protocol
DownloadFilesRequest() - Constructor for class com.gpudb.protocol.DownloadFilesRequest
Constructs a DownloadFilesRequest object with default parameters.
DownloadFilesRequest(List<String>, List<Long>, List<Long>, Map<String, String>) - Constructor for class com.gpudb.protocol.DownloadFilesRequest
Constructs a DownloadFilesRequest object with the specified parameters.
DownloadFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DownloadFilesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.downloadFiles(DownloadFilesRequest).
DownloadFilesResponse() - Constructor for class com.gpudb.protocol.DownloadFilesResponse
Constructs a DownloadFilesResponse object with default parameters.
DownloadIoJob - Class in com.gpudb.filesystem.download
This class models a an I/O operation of a specific OpMode i.e., UPLOAD or DOWNLOAD.
DownloadOptions - Class in com.gpudb.filesystem.download
This class allows the user of the GPUdbFileHandler class methods for download like - GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener) and GPUdbFileHandler.download(List, String, DownloadOptions, FileDownloadListener) to specify the download options which could be applied to the current download operation.
DownloadOptions() - Constructor for class com.gpudb.filesystem.download.DownloadOptions
Default constructor
dropContainerRegistry(DropContainerRegistryRequest) - Method in class com.gpudb.GPUdb
 
dropContainerRegistry(String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
DropContainerRegistryRequest - Class in com.gpudb.protocol
 
DropContainerRegistryRequest() - Constructor for class com.gpudb.protocol.DropContainerRegistryRequest
 
DropContainerRegistryRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropContainerRegistryRequest
 
DropContainerRegistryResponse - Class in com.gpudb.protocol
 
DropContainerRegistryResponse() - Constructor for class com.gpudb.protocol.DropContainerRegistryResponse
 
DropContainerRegistryResponse.Info - Class in com.gpudb.protocol
 
dropCredential(DropCredentialRequest) - Method in class com.gpudb.GPUdb
Drop an existing dropCredential(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Drop an existing DropCredentialRequest - Class in com.gpudb.protocol
DropCredentialRequest() - Constructor for class com.gpudb.protocol.DropCredentialRequest
Constructs a DropCredentialRequest object with default parameters.
DropCredentialRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropCredentialRequest
Constructs a DropCredentialRequest object with the specified parameters.
DropCredentialResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.dropCredential(DropCredentialRequest).
DropCredentialResponse() - Constructor for class com.gpudb.protocol.DropCredentialResponse
Constructs a DropCredentialResponse object with default parameters.
dropDatasink(DropDatasinkRequest) - Method in class com.gpudb.GPUdb
Drops an existing dropDatasink(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Drops an existing DropDatasinkRequest - Class in com.gpudb.protocol
DropDatasinkRequest() - Constructor for class com.gpudb.protocol.DropDatasinkRequest
Constructs a DropDatasinkRequest object with default parameters.
DropDatasinkRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropDatasinkRequest
Constructs a DropDatasinkRequest object with the specified parameters.
DropDatasinkRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DropDatasinkResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.dropDatasink(DropDatasinkRequest).
DropDatasinkResponse() - Constructor for class com.gpudb.protocol.DropDatasinkResponse
Constructs a DropDatasinkResponse object with default parameters.
dropDatasource(DropDatasourceRequest) - Method in class com.gpudb.GPUdb
Drops an existing dropDatasource(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Drops an existing DropDatasourceRequest - Class in com.gpudb.protocol
DropDatasourceRequest() - Constructor for class com.gpudb.protocol.DropDatasourceRequest
Constructs a DropDatasourceRequest object with default parameters.
DropDatasourceRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropDatasourceRequest
Constructs a DropDatasourceRequest object with the specified parameters.
DropDatasourceResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.dropDatasource(DropDatasourceRequest).
DropDatasourceResponse() - Constructor for class com.gpudb.protocol.DropDatasourceResponse
Constructs a DropDatasourceResponse object with default parameters.
dropEnvironment(DropEnvironmentRequest) - Method in class com.gpudb.GPUdb
Drop an existing dropEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Drop an existing DropEnvironmentRequest - Class in com.gpudb.protocol
DropEnvironmentRequest() - Constructor for class com.gpudb.protocol.DropEnvironmentRequest
Constructs a DropEnvironmentRequest object with default parameters.
DropEnvironmentRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropEnvironmentRequest
Constructs a DropEnvironmentRequest object with the specified parameters.
DropEnvironmentRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DropEnvironmentResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.dropEnvironment(DropEnvironmentRequest).
DropEnvironmentResponse() - Constructor for class com.gpudb.protocol.DropEnvironmentResponse
Constructs a DropEnvironmentResponse object with default parameters.
dropModel(DropModelRequest) - Method in class com.gpudb.GPUdb
 
dropModel(String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
DropModelRequest - Class in com.gpudb.protocol
 
DropModelRequest() - Constructor for class com.gpudb.protocol.DropModelRequest
 
DropModelRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropModelRequest
 
DropModelResponse - Class in com.gpudb.protocol
 
DropModelResponse() - Constructor for class com.gpudb.protocol.DropModelResponse
 
DropModelResponse.Info - Class in com.gpudb.protocol
 
dropSchema(DropSchemaRequest) - Method in class com.gpudb.GPUdb
Drops an existing SQL-style dropSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Drops an existing SQL-style DropSchemaRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.dropSchema(DropSchemaRequest).
DropSchemaRequest() - Constructor for class com.gpudb.protocol.DropSchemaRequest
Constructs a DropSchemaRequest object with default parameters.
DropSchemaRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropSchemaRequest
Constructs a DropSchemaRequest object with the specified parameters.
DropSchemaRequest.Options - Class in com.gpudb.protocol
Optional parameters.
DropSchemaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.dropSchema(DropSchemaRequest).
DropSchemaResponse() - Constructor for class com.gpudb.protocol.DropSchemaResponse
Constructs a DropSchemaResponse object with default parameters.
DRY_RUN - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
If set to true, only validation checks will be performed.
DRY_RUN - Static variable in class com.gpudb.protocol.AdminAddRanksRequest.Options
If true, only validation checks will be performed.
DRY_RUN - Static variable in class com.gpudb.protocol.AdminRemoveHostRequest.Options
If set to true, only validation checks will be performed.
DRY_RUN - Static variable in class com.gpudb.protocol.AdminSwitchoverRequest.Options
If set to true, only validation checks will be performed.
DRY_RUN - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of error_handling.
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of error_handling.
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of error_handling.
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Does not load data, but walks through the source data and determines the number of valid records, taking into account the current mode of error_handling.
DRY_RUN - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, no data will be saved and any errors will be returned.
DRY_RUN - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, no data will be saved and any errors will be returned.

E

EARLIEST - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
 
EARLIEST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
 
EGRESS_PARQUET_COMPRESSION - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Parquet file compression type Supported values: UNCOMPRESSED SNAPPY GZIP The default value is SNAPPY.
EGRESS_SINGLE_FILE_MAX_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Max file size (in MB) to allow saving to a single file.
EMAIL - Static variable in class com.gpudb.protocol.CreateContainerRegistryRequest.Options
 
EMPTY_STRING - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
ENABLE_AUDIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable or disable auditing.
ENABLE_GRAPH_DRAW - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, adds a 'EDGE_WKTLINE' column identifier to the specified graph_table so the graph can be viewed via WMS; for social and non-geospatial graphs, the 'EDGE_WKTLINE' column identifier will be populated with spatial coordinates derived from a flattening layout algorithm so the graph can still be viewed.
ENABLE_OVERLAPPED_EQUI_JOIN - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable overlapped-equi-join filter.
ENABLE_REUSE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
encode(T) - Static method in class com.gpudb.Avro
Encodes an Avro-compatible object into Avro binary format.
encode(TypeObjectMap<T>, T) - Static method in class com.gpudb.Avro
Encodes a non-Avro-compatible object into Avro binary format using the specified type object map.
encode(List<T>) - Static method in class com.gpudb.Avro
Encodes a list of Avro-compatible objects into Avro binary format.
encode(List<T>) - Method in class com.gpudb.GPUdbBase
 
encode(TypeObjectMap<T>, List<T>) - Method in class com.gpudb.GPUdbBase
 
END_OF_SET - Static variable in class com.gpudb.GPUdbBase
Constant used with certain requests to indicate that the maximum allowed number of results should be returned.
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_102100 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_3857 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_4326 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
EPSG_900913 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
equals(Object) - Method in class com.gpudb.BulkInserter.FlushOptions
 
equals(Object) - Method in class com.gpudb.filesystem.common.Result
 
equals(Object) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
equals(Object) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
 
equals(Object) - Method in class com.gpudb.GPUdbBase.JsonOptions
 
equals(Object) - Method in class com.gpudb.protocol.AdminAddHostRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAddHostResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterHostResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminBackupBeginRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminBackupBeginResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminBackupEndRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminBackupEndResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminHaRefreshRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminHaRefreshResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminRemoveHostResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminSwitchoverResponse
 
equals(Object) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
equals(Object) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
equals(Object) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterModelRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterModelResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterSchemaRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterSchemaResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterTierRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterTierResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterUserRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterUserResponse
 
equals(Object) - Method in class com.gpudb.protocol.AlterVideoRequest
 
equals(Object) - Method in class com.gpudb.protocol.AlterVideoResponse
 
equals(Object) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
equals(Object) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
equals(Object) - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateJobRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateJobResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateSchemaRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateSchemaResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateStateTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUnionRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUnionResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
equals(Object) - Method in class com.gpudb.protocol.CreateVideoRequest
 
equals(Object) - Method in class com.gpudb.protocol.CreateVideoResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.DeleteUserRequest
 
equals(Object) - Method in class com.gpudb.protocol.DeleteUserResponse
 
equals(Object) - Method in class com.gpudb.protocol.DownloadFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.DownloadFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropDatasinkRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropDatasinkResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropModelRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropModelResponse
 
equals(Object) - Method in class com.gpudb.protocol.DropSchemaRequest
 
equals(Object) - Method in class com.gpudb.protocol.DropSchemaResponse
 
equals(Object) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
equals(Object) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
equals(Object) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
EQUALS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are the same as the given WKT.
equals(Object) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByListRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByListResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByStringRequest
 
EQUALS - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Exact whole-string match (accelerated).
equals(Object) - Method in class com.gpudb.protocol.FilterByStringResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterByValueRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterByValueResponse
 
equals(Object) - Method in class com.gpudb.protocol.FilterRequest
 
equals(Object) - Method in class com.gpudb.protocol.FilterResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetJobRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetJobResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.GetVectortileRequest
 
equals(Object) - Method in class com.gpudb.protocol.GetVectortileResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.GrantRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.GrantRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasPermissionRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasPermissionResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasSchemaRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasSchemaResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.HasTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.HasTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.ImportModelRequest
 
equals(Object) - Method in class com.gpudb.protocol.ImportModelResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
equals(Object) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
equals(Object) - Method in class com.gpudb.protocol.KillProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.KillProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ListGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ListGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.LockTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.LockTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.MatchGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.MatchGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.QueryGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.QueryGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawGpudbResponse
 
equals(Object) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.RepartitionGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
equals(Object) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowCredentialRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowModelRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowModelResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSchemaRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTableResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowTypesRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowTypesResponse
 
equals(Object) - Method in class com.gpudb.protocol.ShowVideoRequest
 
equals(Object) - Method in class com.gpudb.protocol.ShowVideoResponse
 
equals(Object) - Method in class com.gpudb.protocol.SolveGraphRequest
 
equals(Object) - Method in class com.gpudb.protocol.SolveGraphResponse
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
equals(Object) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
equals(Object) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
equals(Object) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
equals(Object) - Method in class com.gpudb.protocol.UploadFilesRequest
 
equals(Object) - Method in class com.gpudb.protocol.UploadFilesResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
equals(Object) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
equals(Object) - Method in class com.gpudb.RecordBase
 
equals(Object) - Method in class com.gpudb.Type.Column
 
equals(Object) - Method in class com.gpudb.Type
 
error(String) - Static method in class com.gpudb.GPUdbLogger
 
error(Throwable, String) - Static method in class com.gpudb.GPUdbLogger
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.OverallStatus
An error occurred executing the operation.
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
ERROR - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
ERROR - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job was attempted, but an error was encountered.
ERROR - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance failed with an error.
ERROR - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance failed with an error.
ERROR_HANDLING - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
ERROR_HANDLING - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies how errors should be handled upon insertion.
ERROR_HANDLING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies how errors should be handled upon insertion.
ERROR_HANDLING - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies how errors should be handled upon insertion.
ERROR_HANDLING - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Specifies how errors should be handled upon insertion.
ERROR_MESSAGE - Static variable in class com.gpudb.protocol.GetJobResponse.StatusMap
Explains what error occurred while running the job asynchronously.
ERROR_N - Static variable in class com.gpudb.protocol.InsertRecordsResponse.Info
Error message for record at index N (0-based)
ErrorHandlingMode - Enum in com.gpudb.filesystem.ingest
 
ESTIMATED_CARDINALITY - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Estimate (via hyperloglog technique) of the number of unique values in the column(s).
EUCLIDEAN - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
 
evaluateModel(EvaluateModelRequest) - Method in class com.gpudb.GPUdb
 
evaluateModel(String, int, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
EvaluateModelRequest - Class in com.gpudb.protocol
 
EvaluateModelRequest() - Constructor for class com.gpudb.protocol.EvaluateModelRequest
 
EvaluateModelRequest(String, int, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.EvaluateModelRequest
 
EvaluateModelResponse - Class in com.gpudb.protocol
 
EvaluateModelResponse() - Constructor for class com.gpudb.protocol.EvaluateModelResponse
 
EVEN - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Applies odd/even rule restrictions to even tagged vehicles.
EVENT - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Type of modification event on the target table to be monitored by this table monitor.
EVICT - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
EVICT_COLUMNS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Attempts to evict columns from memory to the persistent store.
EVICT_TO_COLD - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.Options
If true and evict_columns is specified, the given objects will be evicted to cold storage (if such a tier exists).
EVICTABLE - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
EXCEPT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the first table that do not appear in the second table (only works on 2 tables).
EXCEPT_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows(including duplicates) from the first table that do not appear in the second table (only works on 2 tables).
EXECUTE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Ability to Execute the Procedure object.
EXECUTE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Ability to Execute the Procedure object.
EXECUTE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Ability to Execute the Procedure object.
EXECUTE_AS - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
User name to use to run the refresh job
EXECUTE_AS - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
The periodic execution impersonate user.
EXECUTE_AT_STARTUP - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
If true, an instance of the proc will run when the database is started instead of running immediately.
EXECUTE_AT_STARTUP_AS - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
Sets the alternate user name to execute this proc instance as when execute_at_startup is true.
EXECUTE_INTERVAL - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
The periodic execution interval in seconds.
EXECUTE_START_TIME - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
The initial date/time that periodic execution began.
EXECUTE_STOP_TIME - Static variable in class com.gpudb.protocol.ShowSqlProcResponse.AdditionalInfo
Time at which the periodic execution stops.
executeProc(ExecuteProcRequest) - Method in class com.gpudb.GPUdb
Executes a proc.
executeProc(String, Map<String, String>, Map<String, ByteBuffer>, List<String>, Map<String, List<String>>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Executes a proc.
ExecuteProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.executeProc(ExecuteProcRequest).
ExecuteProcRequest() - Constructor for class com.gpudb.protocol.ExecuteProcRequest
Constructs an ExecuteProcRequest object with default parameters.
ExecuteProcRequest(String, Map<String, String>, Map<String, ByteBuffer>, List<String>, Map<String, List<String>>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteProcRequest
Constructs an ExecuteProcRequest object with the specified parameters.
ExecuteProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExecuteProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeProc(ExecuteProcRequest).
ExecuteProcResponse() - Constructor for class com.gpudb.protocol.ExecuteProcResponse
Constructs an ExecuteProcResponse object with default parameters.
executeSql(ExecuteSqlRequest) - Method in class com.gpudb.GPUdb
Execute a SQL statement (query, DML, or DDL).
executeSql(String, long, long, String, List<ByteBuffer>, Map<String, String>) - Method in class com.gpudb.GPUdb
Execute a SQL statement (query, DML, or DDL).
executeSqlRaw(ExecuteSqlRequest) - Method in class com.gpudb.GPUdb
Execute a SQL statement (query, DML, or DDL).
ExecuteSqlRequest - Class in com.gpudb.protocol
ExecuteSqlRequest() - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with default parameters.
ExecuteSqlRequest(String, long, long, String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with the specified parameters.
ExecuteSqlRequest(String, long, long, String, String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
Constructs an ExecuteSqlRequest object with the specified parameters.
ExecuteSqlRequest.Encoding - Class in com.gpudb.protocol
Specifies the encoding for returned records; either 'binary' or 'json'.
ExecuteSqlRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExecuteSqlResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeSql(ExecuteSqlRequest).
ExecuteSqlResponse() - Constructor for class com.gpudb.protocol.ExecuteSqlResponse
Constructs an ExecuteSqlResponse object with default parameters.
ExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
Too many records.
ExecuteSqlResponse.Info - Class in com.gpudb.protocol
Additional information.
EXECUTION_MODE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the execution_mode for kernel executions to the specified string value.
EXPORT_CREATE_RESULTS - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, returns the graph topology in the response as arrays.
EXPORT_DDL - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Save DDL to a separate file.
exportRecordsToFiles(ExportRecordsToFilesRequest) - Method in class com.gpudb.GPUdb
Export records from a table to files.
exportRecordsToFiles(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Export records from a table to files.
ExportRecordsToFilesRequest - Class in com.gpudb.protocol
ExportRecordsToFilesRequest() - Constructor for class com.gpudb.protocol.ExportRecordsToFilesRequest
Constructs an ExportRecordsToFilesRequest object with default parameters.
ExportRecordsToFilesRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ExportRecordsToFilesRequest
Constructs an ExportRecordsToFilesRequest object with the specified parameters.
ExportRecordsToFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExportRecordsToFilesResponse - Class in com.gpudb.protocol
ExportRecordsToFilesResponse() - Constructor for class com.gpudb.protocol.ExportRecordsToFilesResponse
Constructs an ExportRecordsToFilesResponse object with default parameters.
exportRecordsToTable(ExportRecordsToTableRequest) - Method in class com.gpudb.GPUdb
Exports records from source table to the specified target table in an external database
exportRecordsToTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Exports records from source table to the specified target table in an external database
ExportRecordsToTableRequest - Class in com.gpudb.protocol
ExportRecordsToTableRequest() - Constructor for class com.gpudb.protocol.ExportRecordsToTableRequest
Constructs an ExportRecordsToTableRequest object with default parameters.
ExportRecordsToTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ExportRecordsToTableRequest
Constructs an ExportRecordsToTableRequest object with the specified parameters.
ExportRecordsToTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ExportRecordsToTableResponse - Class in com.gpudb.protocol
ExportRecordsToTableResponse() - Constructor for class com.gpudb.protocol.ExportRecordsToTableResponse
Constructs an ExportRecordsToTableResponse object with default parameters.
EXPRESSION - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Filter expression to apply to the table prior to computing the aggregate group by.
EXPRESSION - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Filter expression to apply to the table prior to unpivot processing.
EXPRESSION - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Optional filter expression to apply to the sourceTableName.
EXPRESSION - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
An optional filter EXPRESSION - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Filter expression to limit records for notification
EXPRESSION - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Optional filter expression to apply to the table.
EXPRESSION - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
An expression to filter the returned objects.
EXTERNAL_FILES_DIRECTORY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the root directory path where external table data files are accessed from.
EXTERNAL_TABLE_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies whether the external table holds a local copy of the external data.
EXTERNAL_USER - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A user whose credentials are managed by an external LDAP.

F

FALSE - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminAddRanksRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminAlterHostRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
FALSE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminRemoveHostRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanks
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.DryRun
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.InProgress
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.Rebalance
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedData
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedData
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanks
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.UserStopped
 
FALSE - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminSwitchoverRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
 
FALSE - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
 
FALSE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
FALSE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Don't reset the timer; expiration countdown will continue from where it is, as if the table had not been accessed.
FALSE - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ClearTableMonitorRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ClearTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateDirectoryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateGraphRequest.DirectedGraph
 
FALSE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateJobRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateSchemaRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
 
FALSE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Reject new records when primary keys match existing records
FALSE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteDirectoryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteFilesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DeleteResourceGroupRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DropDatasinkRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DropEnvironmentRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.DropSchemaRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.HasMoreRecords
 
FALSE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.FilterRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
 
FALSE - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.HasPermissionResponse.HasPermission
User does not have the queried permission
FALSE - Static variable in class com.gpudb.protocol.HasProcResponse.ProcExists
 
FALSE - Static variable in class com.gpudb.protocol.HasRoleRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.HasRoleResponse.HasRole
User does not have membership in the role
FALSE - Static variable in class com.gpudb.protocol.HasRoleResponse.Info
 
FALSE - Static variable in class com.gpudb.protocol.HasSchemaResponse.SchemaExists
 
FALSE - Static variable in class com.gpudb.protocol.HasTableResponse.TableExists
 
FALSE - Static variable in class com.gpudb.protocol.HasTypeResponse.TypeExists
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Reject new records when primary keys match existing records
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Reject new records when primary keys match existing records
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
 
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Reject new records when primary keys match existing records
FALSE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.KillProcRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.HasMoreRecords
 
FALSE - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
 
FALSE - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowEnvironmentRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowGraphRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSchemaRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSecurityRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Indicates that the system is NOT configured for multi-head ingestion.
FALSE - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
FALSE - Static variable in class com.gpudb.protocol.ShowTypesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
No extra cluster info per node will be available in the output
FALSE - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Options
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.GenerateImage
 
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
uses the solvers 'priority_queue' and 'inverse_priority_queue' based on solve_direction
FALSE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
 
FAST_INDEX_LOOKUP - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Indicates if indexes should be used to perform the lookup for a given expression if possible.
FieldHandler(Field) - Constructor for class com.gpudb.TypeObjectMap.FieldHandler
Creates a TypeObjectMap.FieldHandler for the specified field.
FILE_ENCODING - Static variable in class com.gpudb.protocol.DownloadFilesRequest.Options
Encoding to be applied to the output file data.
FILE_ENCODING - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Encoding that has been applied to the uploaded file data.
FILE_EXTENSION - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Extension to give the export file.
FILE_TYPE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
FILE_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the type of the file(s) whose records will be inserted.
FILE_TYPE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Specifies the file format to use when exporting data.
FILE_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the type of the file(s) whose records will be inserted.
FILE_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the type of the file(s) whose records will be inserted.
FileDownloader - Class in com.gpudb.filesystem.download
This is an internal class and not meant to be used by the end users of the filesystem API.
FileDownloader(GPUdb, List<String>, String, DownloadOptions, FileDownloadListener, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.download.FileDownloader
Constructor
FileDownloadListener - Interface in com.gpudb.filesystem.download
This interface provides callback method for - a. a complete single shot download of multiple files b. a part/segment download of a multi-part download c. one or more complete single part download
fileHandlerOptions - Variable in class com.gpudb.filesystem.common.FileOperation
 
FileIngestor - Class in com.gpudb.filesystem.ingest
This is an internal class and not meant to be used by the end users of the filesystem API.
FileIngestor(GPUdb, String, List<String>, IngestOptions, TableCreationOptions) - Constructor for class com.gpudb.filesystem.ingest.FileIngestor
 
fileNames - Variable in class com.gpudb.filesystem.common.FileOperation
The list of file names to be either uploaded or downloaded.
FileOperation - Class in com.gpudb.filesystem.common
This is an internal class and not meant to be used by the end users of the filesystem API.
FileOperation(GPUdb, OpMode, List<String>, String, boolean, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.common.FileOperation
 
FileType - Enum in com.gpudb.filesystem.ingest
 
FileUploader - Class in com.gpudb.filesystem.upload
This is an internal class and not meant to be used by the end users of the filesystem API.
FileUploader(GPUdb, List<String>, String, UploadOptions, FileUploadListener, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.upload.FileUploader
Constructor -
FileUploadListener - Interface in com.gpudb.filesystem.upload
This interface provides callback methods for - a. complete multi-part file upload b. a part of multi-part upload c. a complete single shot upload of multiple files An example usage can be as given below : private class FileUploadObserver implements FileUploadListener { public void onMultiPartUploadComplete( List resultList ) { } public void onPartUpload( Result result ) { } public void onFullFileUpload( List fileNames ) { } }
FILL_RATIO - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
filter(FilterRequest) - Method in class com.gpudb.GPUdb
Filters data based on the specified expression.
filter(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters data based on the specified expression.
FILTER_EXPRESSION - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Options
Optional filter expression to apply to this grant.
FILTER_FOLDING_PATHS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the markov_chain solver only.
FILTER_MODE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
String indicating the filter mode, either 'in_list' or 'not_in_list'.
FILTER_MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
String indicating the filter mode, either in_table or not_in_table.
filterByArea(FilterByAreaRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table are within a named area of interest (NAI/polygon).
filterByArea(String, String, String, List<Double>, String, List<Double>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table are within a named area of interest (NAI/polygon).
filterByAreaGeometry(FilterByAreaGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
filterByAreaGeometry(String, String, String, List<Double>, List<Double>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a named area of interest (NAI/polygon).
FilterByAreaGeometryRequest - Class in com.gpudb.protocol
FilterByAreaGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByAreaGeometryRequest
Constructs a FilterByAreaGeometryRequest object with default parameters.
FilterByAreaGeometryRequest(String, String, String, List<Double>, List<Double>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByAreaGeometryRequest
Constructs a FilterByAreaGeometryRequest object with the specified parameters.
FilterByAreaGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByAreaGeometryResponse - Class in com.gpudb.protocol
FilterByAreaGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByAreaGeometryResponse
Constructs a FilterByAreaGeometryResponse object with default parameters.
FilterByAreaGeometryResponse.Info - Class in com.gpudb.protocol
Additional information.
FilterByAreaRequest - Class in com.gpudb.protocol
FilterByAreaRequest() - Constructor for class com.gpudb.protocol.FilterByAreaRequest
Constructs a FilterByAreaRequest object with default parameters.
FilterByAreaRequest(String, String, String, List<Double>, String, List<Double>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByAreaRequest
Constructs a FilterByAreaRequest object with the specified parameters.
FilterByAreaRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByAreaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByArea(FilterByAreaRequest).
FilterByAreaResponse() - Constructor for class com.gpudb.protocol.FilterByAreaResponse
Constructs a FilterByAreaResponse object with default parameters.
FilterByAreaResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByBox(FilterByBoxRequest) - Method in class com.gpudb.GPUdb
Calculates how many objects within the given table lie in a rectangular box.
filterByBox(String, String, String, double, double, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates how many objects within the given table lie in a rectangular box.
filterByBoxGeometry(FilterByBoxGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a rectangular box.
filterByBoxGeometry(String, String, String, double, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a rectangular box.
FilterByBoxGeometryRequest - Class in com.gpudb.protocol
FilterByBoxGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByBoxGeometryRequest
Constructs a FilterByBoxGeometryRequest object with default parameters.
FilterByBoxGeometryRequest(String, String, String, double, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByBoxGeometryRequest
Constructs a FilterByBoxGeometryRequest object with the specified parameters.
FilterByBoxGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByBoxGeometryResponse - Class in com.gpudb.protocol
FilterByBoxGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByBoxGeometryResponse
Constructs a FilterByBoxGeometryResponse object with default parameters.
FilterByBoxGeometryResponse.Info - Class in com.gpudb.protocol
Additional information.
FilterByBoxRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.filterByBox(FilterByBoxRequest).
FilterByBoxRequest() - Constructor for class com.gpudb.protocol.FilterByBoxRequest
Constructs a FilterByBoxRequest object with default parameters.
FilterByBoxRequest(String, String, String, double, double, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByBoxRequest
Constructs a FilterByBoxRequest object with the specified parameters.
FilterByBoxRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByBoxResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByBox(FilterByBoxRequest).
FilterByBoxResponse() - Constructor for class com.gpudb.protocol.FilterByBoxResponse
Constructs a FilterByBoxResponse object with default parameters.
FilterByBoxResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByGeometry(FilterByGeometryRequest) - Method in class com.gpudb.GPUdb
Applies a geometry filter against a geospatial geometry column in a given table or view.
filterByGeometry(String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Applies a geometry filter against a geospatial geometry column in a given table or view.
FilterByGeometryRequest - Class in com.gpudb.protocol
FilterByGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByGeometryRequest
Constructs a FilterByGeometryRequest object with default parameters.
FilterByGeometryRequest(String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByGeometryRequest
Constructs a FilterByGeometryRequest object with the specified parameters.
FilterByGeometryRequest.Operation - Class in com.gpudb.protocol
The geometric filtering operation to perform Supported values: CONTAINS: Matches records that contain the given WKT in inputWkt, i.e. the given WKT is within the bounds of a record's geometry.
FilterByGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByGeometryResponse - Class in com.gpudb.protocol
FilterByGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByGeometryResponse
Constructs a FilterByGeometryResponse object with default parameters.
FilterByGeometryResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByList(FilterByListRequest) - Method in class com.gpudb.GPUdb
Calculates which records from a table have values in the given list for the corresponding column.
filterByList(String, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which records from a table have values in the given list for the corresponding column.
FilterByListRequest - Class in com.gpudb.protocol
FilterByListRequest() - Constructor for class com.gpudb.protocol.FilterByListRequest
Constructs a FilterByListRequest object with default parameters.
FilterByListRequest(String, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByListRequest
Constructs a FilterByListRequest object with the specified parameters.
FilterByListRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByListResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByList(FilterByListRequest).
FilterByListResponse() - Constructor for class com.gpudb.protocol.FilterByListResponse
Constructs a FilterByListResponse object with default parameters.
FilterByListResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByRadius(FilterByRadiusRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
filterByRadius(String, String, String, double, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table lie within a circle with the given radius and center point (i.e. circular NAI).
filterByRadiusGeometry(FilterByRadiusGeometryRequest) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
filterByRadiusGeometry(String, String, String, double, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which geospatial geometry objects from a table intersect a circle with the given radius and center point (i.e. circular NAI).
FilterByRadiusGeometryRequest - Class in com.gpudb.protocol
FilterByRadiusGeometryRequest() - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryRequest
Constructs a FilterByRadiusGeometryRequest object with default parameters.
FilterByRadiusGeometryRequest(String, String, String, double, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryRequest
Constructs a FilterByRadiusGeometryRequest object with the specified parameters.
FilterByRadiusGeometryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByRadiusGeometryResponse - Class in com.gpudb.protocol
FilterByRadiusGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryResponse
Constructs a FilterByRadiusGeometryResponse object with default parameters.
FilterByRadiusGeometryResponse.Info - Class in com.gpudb.protocol
Additional information.
FilterByRadiusRequest - Class in com.gpudb.protocol
FilterByRadiusRequest() - Constructor for class com.gpudb.protocol.FilterByRadiusRequest
Constructs a FilterByRadiusRequest object with default parameters.
FilterByRadiusRequest(String, String, String, double, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRadiusRequest
Constructs a FilterByRadiusRequest object with the specified parameters.
FilterByRadiusRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByRadiusResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByRadius(FilterByRadiusRequest).
FilterByRadiusResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusResponse
Constructs a FilterByRadiusResponse object with default parameters.
FilterByRadiusResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByRange(FilterByRangeRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table have a column that is within the given bounds.
filterByRange(String, String, String, double, double, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table have a column that is within the given bounds.
FilterByRangeRequest - Class in com.gpudb.protocol
FilterByRangeRequest() - Constructor for class com.gpudb.protocol.FilterByRangeRequest
Constructs a FilterByRangeRequest object with default parameters.
FilterByRangeRequest(String, String, String, double, double, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByRangeRequest
Constructs a FilterByRangeRequest object with the specified parameters.
FilterByRangeRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByRangeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByRange(FilterByRangeRequest).
FilterByRangeResponse() - Constructor for class com.gpudb.protocol.FilterByRangeResponse
Constructs a FilterByRangeResponse object with default parameters.
FilterByRangeResponse.Info - Class in com.gpudb.protocol
Additional information.
filterBySeries(FilterBySeriesRequest) - Method in class com.gpudb.GPUdb
Filters objects matching all points of the given track (works only on track type data).
filterBySeries(String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters objects matching all points of the given track (works only on track type data).
FilterBySeriesRequest - Class in com.gpudb.protocol
FilterBySeriesRequest() - Constructor for class com.gpudb.protocol.FilterBySeriesRequest
Constructs a FilterBySeriesRequest object with default parameters.
FilterBySeriesRequest(String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterBySeriesRequest
Constructs a FilterBySeriesRequest object with the specified parameters.
FilterBySeriesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterBySeriesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterBySeries(FilterBySeriesRequest).
FilterBySeriesResponse() - Constructor for class com.gpudb.protocol.FilterBySeriesResponse
Constructs a FilterBySeriesResponse object with default parameters.
FilterBySeriesResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByString(FilterByStringRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table or view match a string expression for the given string columns.
filterByString(String, String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table or view match a string expression for the given string columns.
FilterByStringRequest - Class in com.gpudb.protocol
FilterByStringRequest() - Constructor for class com.gpudb.protocol.FilterByStringRequest
Constructs a FilterByStringRequest object with default parameters.
FilterByStringRequest(String, String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByStringRequest
Constructs a FilterByStringRequest object with the specified parameters.
FilterByStringRequest.Mode - Class in com.gpudb.protocol
The string filtering mode to apply.
FilterByStringRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByStringResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByString(FilterByStringRequest).
FilterByStringResponse() - Constructor for class com.gpudb.protocol.FilterByStringResponse
Constructs a FilterByStringResponse object with default parameters.
FilterByStringResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByTable(FilterByTableRequest) - Method in class com.gpudb.GPUdb
Filters objects in one table based on objects in another table.
filterByTable(String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Filters objects in one table based on objects in another table.
FilterByTableRequest - Class in com.gpudb.protocol
FilterByTableRequest() - Constructor for class com.gpudb.protocol.FilterByTableRequest
Constructs a FilterByTableRequest object with default parameters.
FilterByTableRequest(String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByTableRequest
Constructs a FilterByTableRequest object with the specified parameters.
FilterByTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByTable(FilterByTableRequest).
FilterByTableResponse() - Constructor for class com.gpudb.protocol.FilterByTableResponse
Constructs a FilterByTableResponse object with default parameters.
FilterByTableResponse.Info - Class in com.gpudb.protocol
Additional information.
filterByValue(FilterByValueRequest) - Method in class com.gpudb.GPUdb
Calculates which objects from a table has a particular value for a particular column.
filterByValue(String, String, boolean, double, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Calculates which objects from a table has a particular value for a particular column.
FilterByValueRequest - Class in com.gpudb.protocol
FilterByValueRequest() - Constructor for class com.gpudb.protocol.FilterByValueRequest
Constructs a FilterByValueRequest object with default parameters.
FilterByValueRequest(String, String, boolean, double, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterByValueRequest
Constructs a FilterByValueRequest object with the specified parameters.
FilterByValueRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterByValueResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filterByValue(FilterByValueRequest).
FilterByValueResponse() - Constructor for class com.gpudb.protocol.FilterByValueResponse
Constructs a FilterByValueResponse object with default parameters.
FilterByValueResponse.Info - Class in com.gpudb.protocol
Additional information.
FilterRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.filter(FilterRequest).
FilterRequest() - Constructor for class com.gpudb.protocol.FilterRequest
Constructs a FilterRequest object with default parameters.
FilterRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.FilterRequest
Constructs a FilterRequest object with the specified parameters.
FilterRequest.Options - Class in com.gpudb.protocol
Optional parameters.
FilterResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.filter(FilterRequest).
FilterResponse() - Constructor for class com.gpudb.protocol.FilterResponse
Constructs a FilterResponse object with default parameters.
FilterResponse.Info - Class in com.gpudb.protocol
Additional information.
finalize() - Method in class com.gpudb.GPUdbBase
Clean up resources--namely, the HTTPClient object(s).
FIND_COMMON_LABELS - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If set to true, for many-to-many queries or multi-level traversals, it lists the common labels between the source and target nodes and edge labels in each path.
FIRST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
FIRST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
FLAG - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
FLAT - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
 
FLAT - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
 
flush() - Method in class com.gpudb.BulkInserter
Ensures that any queued records are inserted into GPUdb.
FLUSH_TO_DISK - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
Flush to disk when going offline Supported values: TRUE FALSE
FLUSH_TO_DISK - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Flushes any changes to any tables to the persistent store.
FLUSH_WHEN_FULL - Static variable in class com.gpudb.BulkInserter.FlushOptions
 
FlushOptions() - Constructor for class com.gpudb.BulkInserter.FlushOptions
Default constructor
FlushOptions(boolean, int) - Constructor for class com.gpudb.BulkInserter.FlushOptions
Constructor with all members
FORCE_REPLICATED - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If true, then the output table specified in tableName will be replicated even if the source tables are not.
FORCE_SYNCHRONOUS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then the table sizes will wait for read lock before returning.
FORCE_UNDIRECTED - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_pattern solver only.
FORCE_UNDIRECTED - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If set to true, all inbound edges and outbound edges relative to the node will be returned.
FOREIGN_KEYS - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
FOREIGN_KEYS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Semicolon-separated list of FOREIGN_KEYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Semicolon-separated list of FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Semicolon-separated list of FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Semicolon-separated list of FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Semicolon-separated list of FOREIGN_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Semicolon-separated list of FOREIGN_SHARD_KEY - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Foreign shard key of the format 'source_column references shard_by_column from target_table(primary_key_column)'.
FOREIGN_SHARD_KEY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Foreign shard key description of the format: references from ().
FROM_SOURCE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Shortest path to get to the source (inverse Dijkstra)
fromClass(Class<T>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified class.
fromClass(Class<T>, String, Map<String, Type.Column>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified class with the specified type label and overrides.
fromDynamicSchema(String, ByteBuffer) - Static method in class com.gpudb.Type
Creates a Type object with the specified dynamic schema metadata and encoded dynamic table data.
fromTable(GPUdb, String) - Static method in class com.gpudb.Type
Creates a Type object containing metadata for the GPUdb type of an existing table in GPUdb.
fromType(GPUdb, String) - Static method in class com.gpudb.Type
Creates a Type object containing metadata for an existing type in GPUdb.
fromType(Type, Class<T>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified Type and class.
fromType(Type, Class<T>, Map<String, String>) - Static method in class com.gpudb.TypeObjectMap
Creates a TypeObjectMap based on the specified Type and class with the specified overrides.
FULL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Run a type inference on the source data (if needed) and ingest
FULL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Run a type inference on the source data (if needed) and ingest
FULL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Run a type inference on the source data (if needed) and ingest
FULL - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Run a type inference on the source data (if needed) and ingest
fullFileBatchManager - Variable in class com.gpudb.filesystem.common.FileOperation
 
FullFileBatchManager - Class in com.gpudb.filesystem.common
This is an internal class and not meant to be used by the end users of the filesystem API.
FullFileDispatcher - Class in com.gpudb.filesystem.upload
This is an internal class and not meant to be used by the end users of the filesystem API.
FullFileDispatcher(GPUdbFileHandler.Options, FileUploadListener) - Constructor for class com.gpudb.filesystem.upload.FullFileDispatcher
 
FullFileDispatcher.FullFileDownloadTask - Class in com.gpudb.filesystem.upload
This class represents a task handling the upload of a bunch of full file uploads.
FullFileDispatcher.FullFileUploadTask - Class in com.gpudb.filesystem.upload
This class represents a task handling the upload of a bunch of full file uploads.
FullFileDownloadTask(GPUdb, List<String>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileDownloadTask
 
fullFileList - Variable in class com.gpudb.filesystem.common.FileOperation
List of file names that can be downloaded in full
fullFileNameToSizeMap - Variable in class com.gpudb.filesystem.common.FullFileBatchManager
This variable is used to maintain a map of file names in the local filesystem to the pair of values of target file name on the KIFS and the file size on the local filesystem.
FullFileUploadTask(GPUdb, List<String>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileUploadTask
 
fullRemoteFileNames - Variable in class com.gpudb.filesystem.common.FileOperation
 

G

GCS_BUCKET_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Google Cloud Storage bucket to use as the data sink
GCS_BUCKET_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Google Cloud Storage bucket to use as the data source
GCS_BUCKET_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Google Cloud Storage bucket to use as the data sink
GCS_BUCKET_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Google Cloud Storage bucket to use as the data source
GCS_PROJECT_ID - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Google Cloud project to use as the data sink
GCS_PROJECT_ID - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Google Cloud project to use as the data source
GCS_PROJECT_ID - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Google Cloud project to use as the data sink
GCS_PROJECT_ID - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Google Cloud project to use as the data source
GCS_SERVICE_ACCOUNT_ID - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
GCS_SERVICE_ACCOUNT_ID - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Google Cloud service account keys to use for authenticating the data sink
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Google Cloud service account keys to use for authenticating the data source
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Google Cloud service account keys to use for authenticating the data sink
GCS_SERVICE_ACCOUNT_KEYS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Google Cloud service account keys to use for authenticating the data source
GDAL_CONFIGURATION_OPTIONS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Comma separated list of gdal conf options, for the specific requets: key=value
GDAL_CONFIGURATION_OPTIONS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Comma separated list of gdal conf options, for the specific requets: key=value
GDAL_CONFIGURATION_OPTIONS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Comma separated list of gdal conf options, for the specific requets: key=value.
GDB - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Esri/GDB file format
GDB - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Esri/GDB file format
GDB - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Esri/GDB file format
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
 
GEOJSON - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Encoding
 
GEOS - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Use geos 1 edge per corner algorithm
GEOSPATIAL - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Create or delete a geospatial index
get(int) - Method in class com.gpudb.GenericRecord
 
get(int) - Method in class com.gpudb.protocol.AdminAddHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminAddHostResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.AdminAlterHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminAlterHostResponse
This 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.AdminBackupBeginRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminBackupBeginResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminBackupEndRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminBackupEndResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminHaRefreshRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminHaRefreshResponse
This 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.AdminRemoveHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminRemoveHostResponse
This 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.AdminSwitchoverRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AdminSwitchoverResponse
This 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.AlterCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterGraphRequest
 
get(int) - Method in class com.gpudb.protocol.AlterGraphResponse
 
get(int) - Method in class com.gpudb.protocol.AlterModelRequest
 
get(int) - Method in class com.gpudb.protocol.AlterModelResponse
 
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.AlterSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterSchemaResponse
This 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.AlterTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
This 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.AlterVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.AlterVideoResponse
This 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.CreateContainerRegistryRequest
 
get(int) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
get(int) - Method in class com.gpudb.protocol.CreateCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
get(int) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
get(int) - Method in class com.gpudb.protocol.CreateDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.CreateSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
get(int) - Method in class com.gpudb.protocol.CreateStateTableResponse
 
get(int) - Method in class com.gpudb.protocol.CreateTableExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateTableExternalResponse
This 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.CreateVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.CreateVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DeleteFilesResponse
This 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.DownloadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DownloadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
get(int) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
get(int) - Method in class com.gpudb.protocol.DropCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropModelRequest
 
get(int) - Method in class com.gpudb.protocol.DropModelResponse
 
get(int) - Method in class com.gpudb.protocol.DropSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.DropSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
get(int) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
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.ExportRecordsToFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
This 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.GrantPermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.GrantPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.GrantPermissionResponse
This 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.HasPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasPermissionResponse
This 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.HasRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.HasSchemaResponse
This 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.ImportModelRequest
 
get(int) - Method in class com.gpudb.protocol.ImportModelResponse
 
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.InsertRecordsFromPayloadRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
This 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.RepartitionGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RepartitionGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
get(int) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
get(int) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
This 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.RevokePermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.RevokePermissionResponse
This 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.ShowContainerRegistryRequest
 
get(int) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
get(int) - Method in class com.gpudb.protocol.ShowCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowFilesResponse
This 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.ShowModelRequest
 
get(int) - Method in class com.gpudb.protocol.ShowModelResponse
 
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.ShowResourceObjectsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
This 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.ShowSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowSchemaResponse
This 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.ShowTableMonitorsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
This 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.ShowVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.ShowVideoResponse
This 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.UploadFilesFromurlRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UploadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.UploadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
get(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
get(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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 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_CACHED_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.
GET_COLUMN_INFO - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If true then column info (memory usage, etc) will be returned.
GET_SIZE - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
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.
getAbiVersion() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Gets the ABI version (fourth) component of the version.
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.AlterEnvironmentRequest
 
getAction() - Method in class com.gpudb.protocol.AlterGraphRequest
 
getAction() - Method in class com.gpudb.protocol.AlterGraphResponse
 
getAction() - Method in class com.gpudb.protocol.AlterModelRequest
 
getAction() - Method in class com.gpudb.protocol.AlterModelResponse
 
getAction() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getAction() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
getAction() - Method in class com.gpudb.protocol.AlterTableRequest
 
getAction() - Method in class com.gpudb.protocol.AlterTableResponse
 
getAction() - Method in class com.gpudb.protocol.AlterUserRequest
 
getAction() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
getActionArg() - Method in class com.gpudb.protocol.AlterGraphRequest
 
getActionArg() - Method in class com.gpudb.protocol.AlterGraphResponse
 
getActiveHeadNodeUrl() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
getAddedHost() - Method in class com.gpudb.protocol.AdminAddHostResponse
 
getAddedRanks() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getAdditionalInfo() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
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
 
getAttribute() - Method in class com.gpudb.protocol.CreateVideoRequest
 
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
 
getBadRecordTableLimit() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Returns the value of 'bad_record_table_limit'
getBadRecordTableName() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Returns the value of 'bad_record_table_name'
getBatchSize() - Method in class com.gpudb.BulkInserter
Gets the batch size (the number of records to insert into GPUdb at a time).
getBegin() - Method in class com.gpudb.protocol.CreateVideoRequest
 
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
 
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 with the given key values and filter expression from the database using a direct-to-rank fast key lookup, if possible, and falling back to a standard lookup via the head node, if not.
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
 
getBytesRequested() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
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.AdminAddHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminAddHostResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.AdminAlterHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminAlterHostResponse
This 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.AdminBackupBeginRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminBackupBeginResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminBackupEndRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminBackupEndResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminHaRefreshRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminHaRefreshResponse
This 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.AdminRemoveHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminRemoveHostResponse
This 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.AdminSwitchoverRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AdminSwitchoverResponse
This 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.AlterCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterGraphRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AlterGraphResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.AlterModelRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.AlterModelResponse
 
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.AlterSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterSchemaResponse
This 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.AlterTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterTableMonitorResponse
This 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.AlterVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.AlterVideoResponse
This 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.CreateContainerRegistryRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDeltaTableRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateDeltaTableResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.CreateSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateStateTableRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateStateTableResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateTableExternalResponse
This 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.CreateVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.CreateVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DeleteFilesResponse
This 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.DownloadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DownloadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropContainerRegistryRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.DropContainerRegistryResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.DropCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropModelRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.DropModelResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.DropSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.DropSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.EvaluateModelRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.EvaluateModelResponse
 
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.ExportRecordsToFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ExportRecordsToFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ExportRecordsToTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ExportRecordsToTableResponse
This 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.GrantPermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.GrantPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.GrantPermissionResponse
This 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.HasPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasPermissionResponse
This 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.HasRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.HasSchemaResponse
This 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.ImportModelRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ImportModelResponse
 
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.InsertRecordsFromPayloadRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
This 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.RepartitionGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RepartitionGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ReserveResourceRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ReserveResourceResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
This 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.RevokePermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.RevokePermissionResponse
This 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.ShowContainerRegistryRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDirectoriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowDirectoriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowFilesResponse
This 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.ShowModelRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.ShowModelResponse
 
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.ShowResourceObjectsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowResourceObjectsResponse
This 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.ShowSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowSchemaResponse
This 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.ShowTableMonitorsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowTableMonitorsResponse
This 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.ShowVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.ShowVideoResponse
This 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.UploadFilesFromurlRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UploadFilesFromurlResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UploadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.UploadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getClassSchema() - Static method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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.
getClusterReconnectCount() - Method in class com.gpudb.GPUdbBase.Options
Deprecated.
Gets the number of times the API tries to reconnect to the same cluster (when a failover event has been triggered), before actually failing over to any available backup cluster.
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.
getColumnFormats() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Gets the 'column_format' as a Map representing a JSON
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.
getColumnsToLoad() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Gets the set of column names to load
getColumnsToSkip() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Gets the set of column names to skip
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
 
getComponent() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
getComponent() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
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.
getContainer() - Method in class com.gpudb.protocol.ImportModelRequest
 
getContainerList() - Method in class com.gpudb.protocol.ShowModelResponse
 
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
 
getCountExported() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getCountInserted() - Method in class com.gpudb.BulkInserter
Gets the number of records inserted into GPUdb.
getCountInserted() - Method in class com.gpudb.filesystem.ingest.IngestResult
 
getCountInserted() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getCountInserted() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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.filesystem.ingest.IngestResult
 
getCountSkipped() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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.filesystem.ingest.IngestResult
 
getCountUpdated() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
getCountUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
getCreatedBy() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
getCreatedBy() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
getCreateTableOptions() - Method in class com.gpudb.filesystem.ingest.FileIngestor
 
getCreateTableOptions() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
getCreateTableOptions() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
getCreationTime() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
getCreationTime() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
getCreationTimes() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
getCreationTimes() - Method in class com.gpudb.protocol.ShowFilesResponse
 
getCreationTimes() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getCredential() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
getCredentialIdentities() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getCredentialList() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getCredentialName() - Method in class com.gpudb.protocol.AlterCredentialRequest
 
getCredentialName() - Method in class com.gpudb.protocol.AlterCredentialResponse
 
getCredentialName() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
getCredentialName() - Method in class com.gpudb.protocol.CreateCredentialResponse
 
getCredentialName() - Method in class com.gpudb.protocol.DropCredentialRequest
 
getCredentialName() - Method in class com.gpudb.protocol.DropCredentialResponse
 
getCredentialName() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
getCredentialName() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
getCredentialName() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
getCredentialName() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
getCredentialName() - Method in class com.gpudb.protocol.ShowCredentialRequest
 
getCredentialNames() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getCredentials() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getCredentialTypes() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getCredentialUpdatesMap() - Method in class com.gpudb.protocol.AlterCredentialRequest
 
getData() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
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
 
getDataBytes() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
getDataBytes() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getDataBytes() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
getDataLimits() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
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
 
getDatasinkNames() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
getDatasinkNames() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getDatasinkUpdatesMap() - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
getDatasourceName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
getDatasourceName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
getDatasourceName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
getDatasourceName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
getDatasourceNames() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
getDatasourceUpdatesMap() - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
getDataStr() - Method in class com.gpudb.protocol.CreateJobRequest
 
getDataStr() - Method in class com.gpudb.protocol.RawGpudbResponse
 
getDataText() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
getDataText() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getDataText() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
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
 
getDataUsages() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
getDefaultColumnFormats() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Gets a Map of default column formats
getDefaultFullFileDispatcherThreadpoolSize() - Static method in class com.gpudb.filesystem.GPUdbFileHandler
 
getDefaultThreadPoolTerminationTimeout() - Static method in class com.gpudb.filesystem.GPUdbFileHandler
 
getDeltaTableName() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
getDeltaTableName() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
getDeploymentMode() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
getDeployments() - Method in class com.gpudb.protocol.ShowModelResponse
 
getDestination() - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
getDestinationNodes() - Method in class com.gpudb.protocol.SolveGraphRequest
 
getDestinations() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
getDestinationTable() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
getDestinationTable() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
getDestinationTypes() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
getDirected() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getDirectedGraph() - Method in class com.gpudb.protocol.CreateGraphRequest
 
getDirectories() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
getDirectoryName() - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
getDirectoryName() - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
getDirectoryName() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
getDirectoryName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
getDirectoryName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
getDirectoryName() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
getDirectoryUpdatesMap() - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
getDisableAutoDiscovery() - Method in class com.gpudb.GPUdbBase.Options
Gets the value of the flag indicating whether to disable automatic discovery of backup clusters or worker rank URLs.
getDisableFailover() - Method in class com.gpudb.GPUdbBase.Options
Gets the value of the flag indicating whether to disable failover upon failures.
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
 
getDownloadFileName() - Method in class com.gpudb.filesystem.download.DownloadIoJob
 
getDownloadInfo() - Method in class com.gpudb.filesystem.common.Result
 
getDownloadLocalFileName() - Method in class com.gpudb.filesystem.download.DownloadIoJob
 
getDownloadPartNumber() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
getDrawBox() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getDrawLeader() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getDryRun() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getDurationSeconds() - Method in class com.gpudb.protocol.CreateVideoRequest
 
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
 
getElapsedRenderTimeSeconds() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getEncodedData() - Method in class com.gpudb.protocol.GetVectortileResponse
 
getEncoding() - Method in class com.gpudb.filesystem.download.FileDownloader
 
getEncoding() - Method in class com.gpudb.filesystem.upload.FileUploader
 
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
 
getEncoding() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getEnd() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
getEnd() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
getEnd() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
getEnd() - Method in class com.gpudb.protocol.CreateVideoRequest
 
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
 
getEntityId() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
getEntityId() - Method in class com.gpudb.protocol.ImportModelResponse
 
getEntityIds() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getEntityIds() - Method in class com.gpudb.protocol.ShowModelResponse
 
getEnvironmentName() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
getEnvironmentName() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
getEnvironmentName() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
getEnvironmentName() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
getEnvironmentName() - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
getEnvironmentName() - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
getEnvironmentName() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
getEnvironmentNames() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
getErrorHandlingMode() - Method in class com.gpudb.filesystem.ingest.IngestOptions
getErrorList() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getErrorMessage() - Method in class com.gpudb.filesystem.common.Result
 
getErrorMessage() - Method in class com.gpudb.filesystem.ingest.IngestResult
 
getErrors() - Method in class com.gpudb.BulkInserter
Gets the list of errors received since the last call to getErrors().
getEvents() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getException() - Method in class com.gpudb.filesystem.common.Result
 
getException() - Method in class com.gpudb.filesystem.ingest.IngestResult
 
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
 
getFailoverURLs() - Method in class com.gpudb.GPUdbBase
Gets the list of URLs of the active head ranks of all the clusters for the GPUdb server.
getFieldMap() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
getFieldMaps() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
getFileData() - Method in class com.gpudb.protocol.DownloadFilesResponse
 
getFileData() - Method in class com.gpudb.protocol.UploadFilesRequest
 
getFileInfoFromServer(String, String) - Method in class com.gpudb.filesystem.common.FileOperation
This method gets the file stats for the files residing on the KIFS.
getFileInfoFromServer(String) - Method in class com.gpudb.filesystem.common.FileOperation
This method gets the file stats for the files residing on the KIFS.
getFileName() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
getFileName() - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
getFileName() - Method in class com.gpudb.filesystem.common.Result
 
getFileName() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
getFileNames() - Method in class com.gpudb.protocol.DeleteFilesRequest
 
getFileNames() - Method in class com.gpudb.protocol.DeleteFilesResponse
 
getFileNames() - Method in class com.gpudb.protocol.DownloadFilesRequest
 
getFileNames() - Method in class com.gpudb.protocol.DownloadFilesResponse
 
getFileNames() - Method in class com.gpudb.protocol.ShowFilesResponse
 
getFileNames() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
getFileNames() - Method in class com.gpudb.protocol.UploadFilesRequest
 
getFilePath() - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
getFilepath() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
getFilepaths() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
getFilepaths() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getFiles() - Method in class com.gpudb.filesystem.ingest.IngestResult
 
getFiles() - Method in class com.gpudb.protocol.CreateProcRequest
 
getFiles() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getFiles() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getFiles() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getFiles() - Method in class com.gpudb.protocol.ShowProcResponse
 
getFileSize() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
getFileSize() - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
getFileSizeToSplit() - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
Split files greater than this size so that they are uploaded multi-part.
getFileType() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
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
 
getFilterExpressions() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getFilters() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getFlags() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
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
 
getFlushInterval() - Method in class com.gpudb.BulkInserter.FlushOptions
 
getFont() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getForeignKeys() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the list of foreign keys
getForeignShardKey() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the foreign shard key
getFramesPerSecond() - Method in class com.gpudb.protocol.CreateVideoRequest
 
getFullFileDispatcherThreadpoolSize() - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
This value is used to configure the size of the thread pool used internally to handle batches of full file uploads.
getFullFileList() - Method in class com.gpudb.filesystem.common.FullFileBatchManager
Gets the entire list of local file names across all batches
getFullFileNames() - Method in class com.gpudb.filesystem.common.Result
 
getFullSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getFunctionNames() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getGenerateImage() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getGeojsonEncodedResponse() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
getGeometryColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
getGeometryColumnNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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.AlterGraphRequest
 
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.RepartitionGraphRequest
 
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
 
getGraphOwnerResourceGroups() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getGraphOwnerUserNames() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getGraphServerIds() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getGridData() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
getGroups() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
getHAFailoverOrder() - Method in class com.gpudb.GPUdbBase.Options
Gets the current high availability failover order.
getHARingInfo() - Method in class com.gpudb.GPUdbBase
Gets a copy of the list of ClusterAddressInfo objects that contain information about the Kinetica ring of clusters that this GPUdb object is connected to.
getHARingSize() - Method in class com.gpudb.GPUdbBase
Gets the size of the high availability ring (i.e. how many clusters are in it).
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
 
getHasPermission() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getHasRole() - Method in class com.gpudb.protocol.HasRoleResponse
 
getHASyncMode() - Method in class com.gpudb.GPUdbBase
Gets the current high availability synchronicity override mode.
getHeight() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
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.
getHost() - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
getHost() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
getHostAddress() - Method in class com.gpudb.protocol.AdminAddHostRequest
 
getHostManagerPort() - Method in class com.gpudb.GPUdbBase.Options
Gets the host manager port number.
getHostManagerUrl() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
getHostnameRegex() - Method in class com.gpudb.GPUdbBase.Options
Gets the regex pattern to be used to filter URLs of the servers.
getHostNames() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
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.
getIdentity() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
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
 
getIncreasingColumns() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getInfo() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
getInfo() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
getInfo() - Method in class com.gpudb.protocol.AdminAddHostResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminAlterHostResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminBackupBeginResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminBackupEndResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminHaRefreshResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
getInfo() - Method in class com.gpudb.protocol.AdminRemoveHostResponse
 
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.AdminSwitchoverResponse
 
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.AlterCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterModelResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.AlterSchemaResponse
 
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.AlterTableMonitorResponse
 
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.AlterVideoResponse
 
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.CreateContainerRegistryResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
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.CreateSchemaResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateStateTableResponse
 
getInfo() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
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.CreateVideoResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
getInfo() - Method in class com.gpudb.protocol.DeleteFilesResponse
 
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.DownloadFilesResponse
 
getInfo() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
getInfo() - Method in class com.gpudb.protocol.DropCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.DropDatasinkResponse
 
getInfo() - Method in class com.gpudb.protocol.DropDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
getInfo() - Method in class com.gpudb.protocol.DropModelResponse
 
getInfo() - Method in class com.gpudb.protocol.DropSchemaResponse
 
getInfo() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
getInfo() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
getInfo() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
getInfo() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getInfo() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
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.GrantPermissionCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
getInfo() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
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.HasPermissionResponse
 
getInfo() - Method in class com.gpudb.protocol.HasProcResponse
 
getInfo() - Method in class com.gpudb.protocol.HasRoleResponse
 
getInfo() - Method in class com.gpudb.protocol.HasSchemaResponse
 
getInfo() - Method in class com.gpudb.protocol.HasTableResponse
 
getInfo() - Method in class com.gpudb.protocol.HasTypeResponse
 
getInfo() - Method in class com.gpudb.protocol.ImportModelResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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.RepartitionGraphResponse
 
getInfo() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
getInfo() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
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.ShowContainerRegistryResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowFilesResponse
 
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.ShowModelResponse
 
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.ShowResourceObjectsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
getInfo() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
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.ShowTableMonitorsResponse
 
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.ShowVideoResponse
 
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.UploadFilesFromurlResponse
 
getInfo() - Method in class com.gpudb.protocol.UploadFilesResponse
 
getInfo() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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
 
getIngestOptions() - Method in class com.gpudb.filesystem.ingest.FileIngestor
 
getInitialConnectionAttemptTimeout() - Method in class com.gpudb.GPUdbBase.Options
Gets the timeout used when trying to establish a connection to the database at GPUdb initialization.
getInitTableName() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
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
 
getInputSchemas() - Method in class com.gpudb.protocol.ShowModelResponse
 
getInputTableName() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
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
 
getIntraClusterFailoverTimeout() - Method in class com.gpudb.GPUdbBase.Options
Deprecated.
Gets the timeout used when trying to recover from an intra-cluster failover event. The value is given in milliseconds. Returns 0.
getIpRegex() - Method in class com.gpudb.WorkerList
 
getIsCollection() - Method in class com.gpudb.protocol.CreateTableResponse
 
getIsIntraClusterFailoverEnabled() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Deprecated.
Get whether intra-cluster failover is enabled
getIsOffline() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
getIsPartitioned() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getIsPersisted() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getIsPrimaryCluster() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
getIsString() - Method in class com.gpudb.protocol.FilterByValueRequest
 
getIsSyncDb() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getIsValid() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
getJacksonObjectMapper() - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
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.filesystem.download.DownloadIoJob
 
getJobId() - Method in class com.gpudb.filesystem.upload.UploadIoJob
 
getJobId() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
getJobId() - Method in class com.gpudb.protocol.CreateJobResponse
 
getJobId() - Method in class com.gpudb.protocol.CreateVideoResponse
 
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
 
getJobIds() - Method in class com.gpudb.protocol.ShowVideoResponse
 
GetJobRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.getJob(GetJobRequest).
GetJobRequest() - Constructor for class com.gpudb.protocol.GetJobRequest
Constructs a GetJobRequest object with default parameters.
GetJobRequest(long, Map<String, String>) - Constructor for class com.gpudb.protocol.GetJobRequest
Constructs a GetJobRequest object with the specified parameters.
GetJobRequest.Options - Class in com.gpudb.protocol
Optional parameters.
GetJobResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.getJob(GetJobRequest).
GetJobResponse() - Constructor for class com.gpudb.protocol.GetJobResponse
Constructs a GetJobResponse object with default parameters.
getJobResponse() - Method in class com.gpudb.protocol.GetJobResponse
 
GetJobResponse.JobStatus - Class in com.gpudb.protocol
Status of the submitted job.
GetJobResponse.ResponseEncoding - Class in com.gpudb.protocol
The encoding of the job result (contained in jobResponse or jobResponseStr.
GetJobResponse.StatusMap - Class in com.gpudb.protocol
Map of various status strings for the executed job.
getJobResponseStr() - Method in class com.gpudb.protocol.GetJobResponse
 
getJobStatus() - Method in class com.gpudb.protocol.GetJobResponse
 
getJoinSizes() - Method in class com.gpudb.protocol.ShowTableResponse
 
getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
getJsonOptions() - Method in class com.gpudb.BulkInserter
 
getJsonRecords() - Method in class com.gpudb.GPUdbBase.GetRecordsJsonResponse
 
getK() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
getKifsPath() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
getKifsPathSeparator() - Static method in class com.gpudb.filesystem.common.FileOperation
 
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
 
getLastTimestamp() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
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
 
getLimit() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
getLoad() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getLocation() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
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
 
getMajor() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Gets the major (first) component of the version.
getMatchingFileNames() - Method in class com.gpudb.filesystem.common.LocalFileFinder
 
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
 
getMaxRetries() - Method in class com.gpudb.BulkInserter
Gets the number of times inserts into GPUdb will be retried in the event of an error.
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.VisualizeGetFeatureInfoRequest
 
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
 
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.VisualizeGetFeatureInfoRequest
 
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
 
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
 
getMemory() - Method in class com.gpudb.protocol.ShowGraphResponse
 
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
 
getMinor() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Gets the minor (second) component of the version.
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.VisualizeGetFeatureInfoRequest
 
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
 
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.VisualizeGetFeatureInfoRequest
 
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
 
getMode() - Method in enum com.gpudb.GPUdbBase.HASynchronicityMode
 
getMode() - Method in class com.gpudb.protocol.FilterByStringRequest
 
getModelName() - Method in class com.gpudb.protocol.AlterModelRequest
 
getModelName() - Method in class com.gpudb.protocol.AlterModelResponse
 
getModelName() - Method in class com.gpudb.protocol.DropModelRequest
 
getModelName() - Method in class com.gpudb.protocol.DropModelResponse
 
getModelName() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
getModelName() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
getModelName() - Method in class com.gpudb.protocol.ImportModelRequest
 
getModelName() - Method in class com.gpudb.protocol.ImportModelResponse
 
getModelNames() - Method in class com.gpudb.protocol.ShowModelRequest
 
getModelNames() - Method in class com.gpudb.protocol.ShowModelResponse
 
getModelType() - Method in class com.gpudb.protocol.ImportModelRequest
 
getModifyColumns() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
getModifyColumns() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
getMonitorIds() - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
getMonitorIds() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getMonitorUpdatesMap() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
getMultiPartDownloadInfo() - Method in class com.gpudb.filesystem.common.IoTask
 
getMultiPartUploadInfo() - Method in class com.gpudb.filesystem.common.IoTask
 
getName() - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
getName() - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
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.CreateDatasinkRequest
 
getName() - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
getName() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
getName() - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
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.DropDatasinkRequest
 
getName() - Method in class com.gpudb.protocol.DropDatasinkResponse
 
getName() - Method in class com.gpudb.protocol.DropDatasourceRequest
 
getName() - Method in class com.gpudb.protocol.DropDatasourceResponse
 
getName() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
getName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
getName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
getName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
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.ReserveResourceRequest
 
getName() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
getName() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
getName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
getName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
getName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
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.protocol.ShowDatasinkRequest
 
getName() - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
getName() - Method in class com.gpudb.Type.Column
Gets the name of the column.
getNames() - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
getNames() - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
getNames() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
getNamesOfFilesUploaded() - Method in class com.gpudb.filesystem.common.FileOperation
This method returns the list of file names uploaded without the path information.
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
 
getNthBatch(int) - Method in class com.gpudb.filesystem.common.FullFileBatchManager
Gets a particular batch of files which could be uploaded one shot using a single call to the endpoint 'upload/files'.
getNumAlerts() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
getNumberOfBatches() - Method in class com.gpudb.filesystem.common.FullFileBatchManager
Gets the number of batches of files which could be uploaded one shot
getNumBytes() - Method in class com.gpudb.protocol.ShowGraphResponse
 
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
 
getNumIters() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
getNumLevels() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
getNumMatches() - Method in class com.gpudb.filesystem.common.LocalFileFinder
 
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
 
getObject() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
getObject() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
getObject() - Method in class com.gpudb.protocol.HasPermissionRequest
 
getObject() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getObject() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
getObject() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
getObjectClass() - Method in class com.gpudb.TypeObjectMap
Returns the class of the type object map.
getObjectType() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
getObjectType() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
getObjectType() - Method in class com.gpudb.protocol.HasPermissionRequest
 
getObjectType() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getObjectType() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
getObjectType() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
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
 
getOpMode() - Method in class com.gpudb.filesystem.common.Result
 
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.filesystem.GPUdbFileHandler
Returns the GPUdbFileHandler.Options instance
getOptions() - Method in class com.gpudb.filesystem.ingest.IngestOptions
Getter method for all the options set
getOptions() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
This method returns a Map of String to String carrying all the options that have been set by the user.
getOptions() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminAddHostRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminBackupBeginRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminBackupEndRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminHaRefreshRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
getOptions() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
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.AdminSwitchoverRequest
 
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.AlterCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterModelRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
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.AlterTableMonitorRequest
 
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.AlterVideoRequest
 
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.CreateContainerRegistryRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
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.CreateSchemaRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
getOptions() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
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.CreateVideoRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
getOptions() - Method in class com.gpudb.protocol.DeleteFilesRequest
 
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.DownloadFilesRequest
 
getOptions() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
getOptions() - Method in class com.gpudb.protocol.DropCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.DropDatasinkRequest
 
getOptions() - Method in class com.gpudb.protocol.DropDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
getOptions() - Method in class com.gpudb.protocol.DropModelRequest
 
getOptions() - Method in class com.gpudb.protocol.DropSchemaRequest
 
getOptions() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
getOptions() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
getOptions() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
getOptions() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
getOptions() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
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.GrantPermissionCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
getOptions() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
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.HasPermissionRequest
 
getOptions() - Method in class com.gpudb.protocol.HasProcRequest
 
getOptions() - Method in class com.gpudb.protocol.HasRoleRequest
 
getOptions() - Method in class com.gpudb.protocol.HasSchemaRequest
 
getOptions() - Method in class com.gpudb.protocol.HasTableRequest
 
getOptions() - Method in class com.gpudb.protocol.HasTypeRequest
 
getOptions() - Method in class com.gpudb.protocol.ImportModelRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
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.RepartitionGraphRequest
 
getOptions() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
getOptions() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
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.ShowContainerRegistryRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowCredentialRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowFilesRequest
 
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.ShowModelRequest
 
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.ShowResourceObjectsRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
getOptions() - Method in class com.gpudb.protocol.ShowSchemaRequest
 
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.ShowTableMonitorsRequest
 
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.ShowVideoRequest
 
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.UploadFilesFromurlRequest
 
getOptions() - Method in class com.gpudb.protocol.UploadFilesRequest
 
getOptions() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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.RecordRetriever
Gets the options currently used for the retriever methods.
getOriginalRequest() - Method in class com.gpudb.protocol.ShowGraphResponse
 
getOrphanedTablesTotalSize() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
getOutput() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getOutputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
 
getOutputSchemas() - Method in class com.gpudb.protocol.ShowModelResponse
 
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
 
getOwnerId() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
getPackages() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
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
 
getPartitionDefinitions() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the list of partition definitions
getPartitionKeys() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the list of partition keys
getPartitionType() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the value of 'partitionType' used for table creation
getPartOperation() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
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.CreateDatasourceRequest
 
getPassword() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
getPath() - Method in class com.gpudb.protocol.AlterVideoRequest
 
getPath() - Method in class com.gpudb.protocol.AlterVideoResponse
 
getPath() - Method in class com.gpudb.protocol.CreateVideoRequest
 
getPath() - Method in class com.gpudb.protocol.CreateVideoResponse
 
getPaths() - Method in class com.gpudb.protocol.ShowFilesRequest
 
getPaths() - Method in class com.gpudb.protocol.ShowVideoRequest
 
getPaths() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getPermission() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
getPermission() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
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.HasPermissionRequest
 
getPermission() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
getPermission() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
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.ShowDirectoriesResponse
 
getPermissions() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getPivotedColumns() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
getPrimaryHostname() - Method in class com.gpudb.GPUdbBase
Gets the hostname of the primary cluster of the HA environment, if any cluster is identified as the primary cluster.
getPrimaryKeys() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getPrimaryUrl() - Method in class com.gpudb.GPUdbBase
Gets the URL of the head node of the primary cluster of the HA environment, if any cluster is identified as the primary cluster.
getPrimaryUrl() - Method in class com.gpudb.GPUdbBase.Options
Gets the URL of the primary cluster of the HA environment.
getPrincipal() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
getPrincipal() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
getPrincipal() - Method in class com.gpudb.protocol.HasPermissionRequest
 
getPrincipal() - Method in class com.gpudb.protocol.HasPermissionResponse
 
getPrincipal() - Method in class com.gpudb.protocol.HasRoleRequest
 
getPrincipal() - Method in class com.gpudb.protocol.HasRoleResponse
 
getPrincipal() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
getPrincipal() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
getProcedureDefinitions() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getProcedureName() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
getProcedureNames() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
getProcesses() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
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.VisualizeGetFeatureInfoRequest
 
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
 
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.ShowFunctionsResponse
 
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
 
getQueryColumnNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getRadius() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
getRadius() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
getRadius() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getRank() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
getRankForLocalDist() - Method in class com.gpudb.filesystem.upload.FileUploader
 
getRankHosts() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRanking() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
getRanking() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
getRankObjects() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
getRanks() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
getRanksBeingAdded() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRanksBeingRemoved() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getRankUsage() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
getReadLength() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
getReadLengths() - Method in class com.gpudb.protocol.DownloadFilesRequest
 
getReadOffset() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
getReadOffsets() - Method in class com.gpudb.protocol.DownloadFilesRequest
 
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
 
getRecordsBinary() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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(String, List<String>, long, long) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson(String, List<String>, long, long, List<String>) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson(String, List<String>, long, long, String) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson(String, List<String>, long, long, String, List<String>) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson(String, List<String>, long, long, String, String) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson(String, List<String>, long, long, String, List<String>, String) - Method in class com.gpudb.GPUdbBase
This method is used to retrieve records from a Kinetica table in the form of a JSON array (stringified).
getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
getRecordsJson() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
GetRecordsJsonResponse() - Constructor for class com.gpudb.GPUdbBase.GetRecordsJsonResponse
 
GetRecordsJsonResponse(int, boolean, String) - Constructor for class com.gpudb.GPUdbBase.GetRecordsJsonResponse
All argument constructor
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; one of binary, json, or geojson.
GetRecordsRequest.Options - Class in com.gpudb.protocol
EXPRESSION: Optional filter expression to apply to the table.
GetRecordsResponse<T> - Class in com.gpudb.protocol
A set of results returned by GPUdb.getRecords(Object, GetRecordsRequest).
GetRecordsResponse() - Constructor for class com.gpudb.protocol.GetRecordsResponse
Constructs a GetRecordsResponse object with default parameters.
getRecordsToInsert() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getRecordsToInsertStr() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
getRefreshMethod() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getRefreshPeriod() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getRefreshStartTime() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
getRegistryList() - Method in class com.gpudb.protocol.ShowModelResponse
 
getRegistryName() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
getRegistryName() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
getRegistryName() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
getRegistryName() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
getRegistryName() - Method in class com.gpudb.protocol.ImportModelRequest
 
getRegistryName() - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
getRegistryName() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getRegistryNames() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getRemoteFileNames() - Method in class com.gpudb.filesystem.common.LocalFileFinder
 
getRemoteQuery() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
getRemoteQuery() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
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
 
getRenderedBytes() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getRenderedFrames() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getRenderedPercents() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getReplicas() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
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
 
getRequests() - Method in class com.gpudb.protocol.ShowVideoResponse
 
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.
getReservation() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
getReserved() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
getResourceCapacity() - Method in class com.gpudb.protocol.ShowGraphResponse
 
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.CreateGraphResponse
 
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.ModifyGraphResponse
 
getResult() - Method in class com.gpudb.protocol.QueryGraphResponse
 
getResult() - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
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.ShowProcStatusResponse
 
getRetryCount() - Method in class com.gpudb.BulkInserter
Deprecated.
getReturnTypes() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
getRevision() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Gets the revision (third) component of the version.
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.HasRoleRequest
 
getRole() - Method in class com.gpudb.protocol.HasRoleResponse
 
getRole() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
getRole() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
getRoles() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
getRunFunction() - Method in class com.gpudb.protocol.ImportModelRequest
 
getRunFunctionList() - Method in class com.gpudb.protocol.ShowModelResponse
 
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.GPUdbBase.InsertRecordsJsonRequest
 
getSchema() - Method in class com.gpudb.protocol.AdminAddHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminAddHostResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.AdminAlterHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminAlterHostResponse
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.AdminBackupBeginRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminBackupBeginResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminBackupEndRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminBackupEndResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminHaRefreshRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminHaRefreshResponse
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.AdminRemoveHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminRemoveHostResponse
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.AdminSwitchoverRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AdminSwitchoverResponse
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.AlterCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterGraphRequest
 
getSchema() - Method in class com.gpudb.protocol.AlterGraphResponse
 
getSchema() - Method in class com.gpudb.protocol.AlterModelRequest
 
getSchema() - Method in class com.gpudb.protocol.AlterModelResponse
 
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.AlterSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterSchemaResponse
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.AlterTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
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.AlterVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.AlterVideoResponse
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.CreateContainerRegistryRequest
 
getSchema() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
getSchema() - Method in class com.gpudb.protocol.CreateCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
getSchema() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
getSchema() - Method in class com.gpudb.protocol.CreateDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.CreateSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
getSchema() - Method in class com.gpudb.protocol.CreateStateTableResponse
 
getSchema() - Method in class com.gpudb.protocol.CreateTableExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateTableExternalResponse
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.CreateVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.CreateVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DeleteFilesResponse
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.DownloadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DownloadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
getSchema() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
getSchema() - Method in class com.gpudb.protocol.DropCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropModelRequest
 
getSchema() - Method in class com.gpudb.protocol.DropModelResponse
 
getSchema() - Method in class com.gpudb.protocol.DropSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.DropSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
getSchema() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
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.ExportRecordsToFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
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.GrantPermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.GrantPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.GrantPermissionResponse
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.HasPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasPermissionResponse
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.HasRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.HasSchemaResponse
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.ImportModelRequest
 
getSchema() - Method in class com.gpudb.protocol.ImportModelResponse
 
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.InsertRecordsFromPayloadRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
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.RepartitionGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RepartitionGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
getSchema() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
getSchema() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
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.RevokePermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.RevokePermissionResponse
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.ShowContainerRegistryRequest
 
getSchema() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
getSchema() - Method in class com.gpudb.protocol.ShowCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowFilesResponse
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.ShowModelRequest
 
getSchema() - Method in class com.gpudb.protocol.ShowModelResponse
 
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.ShowResourceObjectsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
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.ShowSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowSchemaResponse
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.ShowTableMonitorsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
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.ShowVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.ShowVideoResponse
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.UploadFilesFromurlRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UploadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.UploadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
getSchema() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getSchema() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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 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.
getSchemaExists() - Method in class com.gpudb.protocol.HasSchemaResponse
 
getSchemaName() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
getSchemaName() - Method in class com.gpudb.protocol.AlterSchemaResponse
 
getSchemaName() - Method in class com.gpudb.protocol.CreateSchemaRequest
 
getSchemaName() - Method in class com.gpudb.protocol.CreateSchemaResponse
 
getSchemaName() - Method in class com.gpudb.protocol.DropSchemaRequest
 
getSchemaName() - Method in class com.gpudb.protocol.DropSchemaResponse
 
getSchemaName() - Method in class com.gpudb.protocol.HasSchemaRequest
 
getSchemaName() - Method in class com.gpudb.protocol.HasSchemaResponse
 
getSchemaName() - Method in class com.gpudb.protocol.ShowSchemaRequest
 
getSchemaName() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
getSchemaNames() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
getSchemaTables() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
getSecret() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
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.
getServerVersion() - Method in class com.gpudb.GPUdbBase
Gets the version of the database server that this client is connected to.
getShardArrayVersion() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getShardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getShardKeys() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getSizes() - Method in class com.gpudb.protocol.ShowFilesResponse
 
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
 
getSourceTable() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
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
 
getStatus() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
getStatusMap() - Method in class com.gpudb.protocol.GetJobResponse
 
getStatusMap() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
getStorageProviderTypes() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
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
 
getStyle() - Method in class com.gpudb.protocol.CreateVideoRequest
 
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
 
getStyleParameters() - Method in class com.gpudb.protocol.CreateVideoRequest
 
getSuccessful() - Method in class com.gpudb.protocol.GetJobResponse
 
getSuccessfulFileNames() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
getSuccessfulUrls() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
getSymbolColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
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.filesystem.ingest.IngestResult
 
getTableName() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
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.CreateDeltaTableRequest
 
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.CreateStateTableRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateStateTableResponse
 
getTableName() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
getTableName() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
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.ExportRecordsToFilesRequest
 
getTableName() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
getTableName() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
getTableName() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
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.InsertRecordsFromPayloadRequest
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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.ShowTableMonitorsResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTableNames() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
getTableNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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
 
getTargetTrackIds() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
getText() - Method in enum com.gpudb.filesystem.ingest.ErrorHandlingMode
 
getText() - Method in enum com.gpudb.filesystem.ingest.FileType
 
getText() - Method in enum com.gpudb.filesystem.ingest.PartitionType
 
getText() - Method in enum com.gpudb.filesystem.ingest.TypeInferenceMode
 
getTextAngle() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTextColor() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
getTextCommentString() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTextDelimiter() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTextEncodedResponse() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
getTextEscapeCharacter() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTextHeaderPropertyDelimiter() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTextNullString() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTextQuoteCharacter() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
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.
getThreadPool() - Method in class com.gpudb.filesystem.download.DownloadIoJob
 
getThreadPool() - Method in class com.gpudb.filesystem.upload.UploadIoJob
 
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
 
getTimedFlushOptions() - Method in class com.gpudb.BulkInserter
Returns the BulkInserter.FlushOptions instance value, useful for debugging.
getTimeInMs() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
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.AlterTableMonitorRequest
 
getTopicId() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
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
 
getTotalParts() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
getTotalParts() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
getTotalRecords() - Method in class com.gpudb.GPUdbBase.GetRecordsJsonResponse
 
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
 
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
 
getTrustStoreFilePath() - Method in class com.gpudb.GPUdbBase.Options
Gets the value of the SSL trustStore file path
getTrustStorePassword() - Method in class com.gpudb.GPUdbBase.Options
Gets the SSL trustStore file password
getTtl() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the value of 'ttl' for the table
getTtl() - Method in class com.gpudb.filesystem.upload.UploadOptions
 
getTtls() - Method in class com.gpudb.protocol.ShowVideoResponse
 
getType() - Method in class com.gpudb.GenericRecord
 
getType() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
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.CreateTableExternalResponse
 
getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeRequest
 
getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeResponse
 
getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
getTypeDescriptor(String) - Method in class com.gpudb.GPUdbBase
 
getTypeExists() - Method in class com.gpudb.protocol.HasTypeResponse
 
getTypeId() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the type ID set for table creation.
getTypeId() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
getTypeId() - Method in class com.gpudb.protocol.AlterTableResponse
 
getTypeId() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
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.InsertRecordsFromPayloadResponse
 
getTypeId() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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
 
getTypeInferenceMode() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
getTypeLabel() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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
 
getTypeProperties() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
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.ShowFunctionsResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.ShowTableResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.ShowTypesResponse
 
getTypeSchemas() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
getUnshardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
getUploadInfo() - Method in class com.gpudb.filesystem.common.Result
 
getUploadOptions() - Method in class com.gpudb.filesystem.upload.FileUploader
 
getUploadPartNumber() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
getUpperBound() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
getUri() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
getUriList() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
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 of the active head ranks of all the clusters for the GPUdb server.
getUrls() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
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.
getUserName() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
getUsers() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
getUsers() - Method in class com.gpudb.protocol.ShowFilesResponse
 
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.
getUuid() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
getValue() - Method in enum com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
 
getValue() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
getValue() - Method in class com.gpudb.protocol.AlterModelRequest
 
getValue() - Method in class com.gpudb.protocol.AlterModelResponse
 
getValue() - Method in class com.gpudb.protocol.AlterRoleRequest
 
getValue() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
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
 
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
 
getWarnings() - Method in class com.gpudb.BulkInserter
Gets the list of warnings received since the last call to getWarnings().
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.VisualizeGetFeatureInfoRequest
 
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
 
getWorkerRankUrls() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
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
 
getX() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
getXColumnNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
getY() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
getYColumnNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
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
 
GIRVAN - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Uses the Newman Girvan quality metric for cluster solver
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. lock status) for the table.
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.ClusterAddressInfo - Class in com.gpudb
Helper class which contains all possible address related information for a given Kinetica cluster.
GPUdbBase.GetRecordsJsonResponse - Class in com.gpudb
This class models the response returned by the method GPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long) The default constructor is used to create instance whenever there is an error encountered by the method GPUdbBase.getRecordsJson(java.lang.String, java.util.List<java.lang.String>, long, long).
GPUdbBase.GPUdbExitException - Exception in com.gpudb
A special exception indicating the server is shutting down
GPUdbBase.GPUdbFailoverDisabledException - Exception in com.gpudb
 
GPUdbBase.GPUdbHAUnavailableException - Exception in com.gpudb
 
GPUdbBase.GPUdbHostnameRegexFailureException - Exception in com.gpudb
 
GPUdbBase.GPUdbUnauthorizedAccessException - Exception in com.gpudb
Indicates that there is an authorization-related problem occurred.
GPUdbBase.GPUdbVersion - Class in com.gpudb
Contains the version of the client API or the GPUdb server.
GPUdbBase.HAFailoverOrder - Enum in com.gpudb
A enumeration of high-availability (inter-cluster) failover order.
GPUdbBase.HASynchronicityMode - Enum in com.gpudb
A enumeration of high-availability synchronicity override modes.
GPUdbBase.InsertRecordsJsonRequest - Class in com.gpudb
 
GPUdbBase.JsonOptions - Class in com.gpudb
This class provides options to control JSON ingest using BulkInserter.
GPUdbBase.Options - Class in com.gpudb
A set of configurable options for the GPUdb API.
GPUdbBase.SubmitException - Exception in com.gpudb
An exception that occurred during the submission of a request to GPUdb.
GPUdbException - Exception in com.gpudb
An exception that occurred during a GPUdb-related operation.
GPUdbException(String) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message.
GPUdbException(String, Throwable) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message and cause.
GPUdbException(String, Throwable, boolean) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message, a cause, and a boolean flag indicating if a connection failure caused this exception.
GPUdbException(String, boolean) - Constructor for exception com.gpudb.GPUdbException
Creates a new GPUdbException with the specified message and a boolean flag indicating if a connection failure caused this exception.
GPUdbExitException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
Creates a new GPUdbBase.GPUdbExitException with the specified message.
GPUdbExitException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
Creates a new GPUdbBase.GPUdbExitException with the specified message and cause.
GPUdbFailoverDisabledException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbFailoverDisabledException
Creates a new GPUdbBase.GPUdbFailoverDisabledException with the specified message.
GPUdbFailoverDisabledException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbFailoverDisabledException
Creates a new GPUdbBase.GPUdbFailoverDisabledException with the specified message and cause.
GPUdbFileHandler - Class in com.gpudb.filesystem
This is the main class which exposes the API to be used by the end users.
GPUdbFileHandler(GPUdb, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler
Constructs a GPUdbFileHandler object that allows the user to upload and download files.
GPUdbFileHandler(GPUdb) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler
Constructor using default GPUdbFileHandler.Options
GPUdbFileHandler.Options - Class in com.gpudb.filesystem
This class models the options available for modifying some behaviours of the GPUdbFileHandler class The two options available right now are: 1. threadPoolTerminationTimeout - in seconds 2. fullFileDispatcherThreadpoolSize - an integer
GPUdbFileHandlerUtils - Class in com.gpudb.filesystem.utils
This is an internal class and not meant to be used by the end users of the filesystem API.
GPUdbFileHandlerUtils() - Constructor for class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
GPUdbHAUnavailableException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
Creates a new GPUdbBase.GPUdbHAUnavailableException with the specified message.
GPUdbHAUnavailableException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
Creates a new GPUdbBase.GPUdbHAUnavailableException with the specified message and cause.
GPUdbHostnameRegexFailureException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHostnameRegexFailureException
Creates a new GPUdbBase.GPUdbHostnameRegexFailureException with the specified message.
GPUdbHostnameRegexFailureException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHostnameRegexFailureException
Creates a new GPUdbBase.GPUdbHostnameRegexFailureException with the specified message and cause.
GPUdbLogger - Class in com.gpudb
 
GPUdbLogger() - Constructor for class com.gpudb.GPUdbLogger
 
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
 
GPUdbSqlIterator<T extends Record> - Class in com.gpudb
Kinetica API class for iterating over records returned by executing an SQL query.
GPUdbSqlIterator(GPUdb, String) - Constructor for class com.gpudb.GPUdbSqlIterator
Constructor for GPUdbSqlIterator
GPUdbSqlIterator(GPUdb, String, int) - Constructor for class com.gpudb.GPUdbSqlIterator
Constructor for GPUdbSqlIterator
GPUdbSqlIterator(GPUdb, String, int, Map<String, String>) - Constructor for class com.gpudb.GPUdbSqlIterator
Constructor for GPUdbSqlIterator
GPUdbUnauthorizedAccessException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbUnauthorizedAccessException
Creates a new GPUdbBase.GPUdbUnauthorizedAccessException with the specified message.
GPUdbUnauthorizedAccessException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbUnauthorizedAccessException
Creates a new GPUdbBase.GPUdbUnauthorizedAccessException with the specified message and cause.
GPUdbVersion(int, int, int, int) - Constructor for class com.gpudb.GPUdbBase.GPUdbVersion
 
GPUS - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
Comma-delimited list of GPU indices (starting at 1) that are eligible for running worker processes.
GRADIENT_END_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
GRADIENT_START_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
grantPermission(GrantPermissionRequest) - Method in class com.gpudb.GPUdb
Grant user or role the specified permission on the specified object.
grantPermission(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grant user or role the specified permission on the specified object.
grantPermissionCredential(GrantPermissionCredentialRequest) - Method in class com.gpudb.GPUdb
GrantPermissionCredentialRequest() - Constructor for class com.gpudb.protocol.GrantPermissionCredentialRequest
Constructs a GrantPermissionCredentialRequest object with default parameters.
GrantPermissionCredentialRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionCredentialRequest
Constructs a GrantPermissionCredentialRequest object with the specified parameters.
GrantPermissionCredentialRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionCredentialResponse - Class in com.gpudb.protocol
GrantPermissionCredentialResponse() - Constructor for class com.gpudb.protocol.GrantPermissionCredentialResponse
Constructs a GrantPermissionCredentialResponse object with default parameters.
grantPermissionDatasource(GrantPermissionDatasourceRequest) - Method in class com.gpudb.GPUdb
GrantPermissionDatasourceRequest() - Constructor for class com.gpudb.protocol.GrantPermissionDatasourceRequest
Constructs a GrantPermissionDatasourceRequest object with default parameters.
GrantPermissionDatasourceRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionDatasourceRequest
Constructs a GrantPermissionDatasourceRequest object with the specified parameters.
GrantPermissionDatasourceRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role Supported values: ADMIN: Admin access on the given data source CONNECT: Connect access on the given data source A set of string constants for the parameter permission.
GrantPermissionDatasourceResponse - Class in com.gpudb.protocol
GrantPermissionDatasourceResponse() - Constructor for class com.gpudb.protocol.GrantPermissionDatasourceResponse
Constructs a GrantPermissionDatasourceResponse object with default parameters.
grantPermissionDirectory(GrantPermissionDirectoryRequest) - Method in class com.gpudb.GPUdb
GrantPermissionDirectoryRequest() - Constructor for class com.gpudb.protocol.GrantPermissionDirectoryRequest
Constructs a GrantPermissionDirectoryRequest object with default parameters.
GrantPermissionDirectoryRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionDirectoryRequest
Constructs a GrantPermissionDirectoryRequest object with the specified parameters.
GrantPermissionDirectoryRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionDirectoryResponse - Class in com.gpudb.protocol
GrantPermissionDirectoryResponse() - Constructor for class com.gpudb.protocol.GrantPermissionDirectoryResponse
Constructs a GrantPermissionDirectoryResponse object with default parameters.
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.
GrantPermissionRequest - Class in com.gpudb.protocol
GrantPermissionRequest() - Constructor for class com.gpudb.protocol.GrantPermissionRequest
Constructs a GrantPermissionRequest object with default parameters.
GrantPermissionRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionRequest
Constructs a GrantPermissionRequest object with the specified parameters.
GrantPermissionRequest.ObjectType - Class in com.gpudb.protocol
The type of object being granted to Supported values: CONTEXT: Context CREDENTIAL: Credential DATASINK: Data Sink DATASOURCE: Data Source DIRECTORY: KIFS File Directory GRAPH: A Graph object PROC: UDF Procedure SCHEMA: Schema SQL_PROC: SQL Procedure SYSTEM: System-level access TABLE: Database Table TABLE_MONITOR: Table monitor A set of string constants for the parameter objectType.
GrantPermissionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
GrantPermissionRequest.Permission - Class in com.gpudb.protocol
Permission being granted.
GrantPermissionResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.grantPermission(GrantPermissionRequest).
GrantPermissionResponse() - Constructor for class com.gpudb.protocol.GrantPermissionResponse
Constructs a GrantPermissionResponse object with default parameters.
grantPermissionSystem(GrantPermissionSystemRequest) - Method in class com.gpudb.GPUdb
Grants a system-level permission to a user or role.
grantPermissionSystem(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants a system-level permission to a user or role.
GrantPermissionSystemRequest - Class in com.gpudb.protocol
GrantPermissionSystemRequest() - Constructor for class com.gpudb.protocol.GrantPermissionSystemRequest
Constructs a GrantPermissionSystemRequest object with default parameters.
GrantPermissionSystemRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionSystemRequest
Constructs a GrantPermissionSystemRequest object with the specified parameters.
GrantPermissionSystemRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionSystemResponse - Class in com.gpudb.protocol
GrantPermissionSystemResponse() - Constructor for class com.gpudb.protocol.GrantPermissionSystemResponse
Constructs a GrantPermissionSystemResponse object with default parameters.
grantPermissionTable(GrantPermissionTableRequest) - Method in class com.gpudb.GPUdb
Grants a table-level permission to a user or role.
grantPermissionTable(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants a table-level permission to a user or role.
GrantPermissionTableRequest - Class in com.gpudb.protocol
GrantPermissionTableRequest() - Constructor for class com.gpudb.protocol.GrantPermissionTableRequest
Constructs a GrantPermissionTableRequest object with default parameters.
GrantPermissionTableRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantPermissionTableRequest
Constructs a GrantPermissionTableRequest object with the specified parameters.
GrantPermissionTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
GrantPermissionTableRequest.Permission - Class in com.gpudb.protocol
Permission to grant to the user or role.
GrantPermissionTableResponse - Class in com.gpudb.protocol
GrantPermissionTableResponse() - Constructor for class com.gpudb.protocol.GrantPermissionTableResponse
Constructs a GrantPermissionTableResponse object with default parameters.
grantRole(GrantRoleRequest) - Method in class com.gpudb.GPUdb
Grants membership in a role to a user or role.
grantRole(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Grants membership in a role to a user or role.
GrantRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.grantRole(GrantRoleRequest).
GrantRoleRequest() - Constructor for class com.gpudb.protocol.GrantRoleRequest
Constructs a GrantRoleRequest object with default parameters.
GrantRoleRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.GrantRoleRequest
Constructs a GrantRoleRequest object with the specified parameters.
GrantRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.grantRole(GrantRoleRequest).
GrantRoleResponse() - Constructor for class com.gpudb.protocol.GrantRoleResponse
Constructs a GrantRoleResponse object with default parameters.
GRAPH - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
A Graph object
GRAPH - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
A Graph object
GRAPH - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
A Graph object
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, in [schema_name.]table_name format, using standard 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, in [schema_name.]table_name format, using standard 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
 
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
 
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
 
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.
GZIP - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
GZIP - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
gzip file compression.
GZIP - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
GZIP - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
gzip file compression.
GZIP - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
gzip file compression.

H

hadConnectionFailure - Variable in exception com.gpudb.GPUdbException
 
hadConnectionFailure() - Method in exception com.gpudb.GPUdbException
Returns if a connection failure caused this exception.
HAS_MORE_RECORDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
Too many records.
HAS_MORE_RECORDS - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
Too many records.
HASH - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Use HASH - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Use HASH - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Use HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Use HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Use HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Use HASH - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using hashCode() - Method in class com.gpudb.BulkInserter.FlushOptions
 
hashCode() - Method in class com.gpudb.filesystem.common.Result
 
hashCode() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
hashCode() - Method in class com.gpudb.GPUdbBase.JsonOptions
 
hashCode() - Method in class com.gpudb.protocol.AdminAddHostRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAddHostResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterHostResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminBackupBeginRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminBackupBeginResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminBackupEndRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminBackupEndResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminHaRefreshRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminHaRefreshResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminRemoveHostResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminSwitchoverResponse
 
hashCode() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
hashCode() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
hashCode() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
hashCode() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterModelRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterModelResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterSchemaResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTableRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTableResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterTierRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterTierResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterUserRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterUserResponse
 
hashCode() - Method in class com.gpudb.protocol.AlterVideoRequest
 
hashCode() - Method in class com.gpudb.protocol.AlterVideoResponse
 
hashCode() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTableRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTableResponse
 
hashCode() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
hashCode() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
hashCode() - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateJobRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateJobResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateProcRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateProcResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateSchemaRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateSchemaResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateStateTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTableRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTableResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUnionRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUnionResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
hashCode() - Method in class com.gpudb.protocol.CreateVideoRequest
 
hashCode() - Method in class com.gpudb.protocol.CreateVideoResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteProcRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteProcResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.DeleteUserRequest
 
hashCode() - Method in class com.gpudb.protocol.DeleteUserResponse
 
hashCode() - Method in class com.gpudb.protocol.DownloadFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.DownloadFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
hashCode() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
hashCode() - Method in class com.gpudb.protocol.DropCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.DropCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.DropDatasinkRequest
 
hashCode() - Method in class com.gpudb.protocol.DropDatasinkResponse
 
hashCode() - Method in class com.gpudb.protocol.DropDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.DropDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
hashCode() - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
hashCode() - Method in class com.gpudb.protocol.DropModelRequest
 
hashCode() - Method in class com.gpudb.protocol.DropModelResponse
 
hashCode() - Method in class com.gpudb.protocol.DropSchemaRequest
 
hashCode() - Method in class com.gpudb.protocol.DropSchemaResponse
 
hashCode() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
hashCode() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
hashCode() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
hashCode() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
hashCode() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
hashCode() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByListRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByListResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByStringRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByStringResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByTableRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByTableResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterByValueRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterByValueResponse
 
hashCode() - Method in class com.gpudb.protocol.FilterRequest
 
hashCode() - Method in class com.gpudb.protocol.FilterResponse
 
hashCode() - Method in class com.gpudb.protocol.GetJobRequest
 
hashCode() - Method in class com.gpudb.protocol.GetJobResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.GetRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.GetVectortileRequest
 
hashCode() - Method in class com.gpudb.protocol.GetVectortileResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
hashCode() - Method in class com.gpudb.protocol.GrantRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.GrantRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.HasPermissionRequest
 
hashCode() - Method in class com.gpudb.protocol.HasPermissionResponse
 
hashCode() - Method in class com.gpudb.protocol.HasProcRequest
 
hashCode() - Method in class com.gpudb.protocol.HasProcResponse
 
hashCode() - Method in class com.gpudb.protocol.HasRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.HasRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.HasSchemaRequest
 
hashCode() - Method in class com.gpudb.protocol.HasSchemaResponse
 
hashCode() - Method in class com.gpudb.protocol.HasTableRequest
 
hashCode() - Method in class com.gpudb.protocol.HasTableResponse
 
hashCode() - Method in class com.gpudb.protocol.HasTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.HasTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.ImportModelRequest
 
hashCode() - Method in class com.gpudb.protocol.ImportModelResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
hashCode() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
hashCode() - Method in class com.gpudb.protocol.KillProcRequest
 
hashCode() - Method in class com.gpudb.protocol.KillProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ListGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ListGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.LockTableRequest
 
hashCode() - Method in class com.gpudb.protocol.LockTableResponse
 
hashCode() - Method in class com.gpudb.protocol.MatchGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.MatchGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.QueryGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.QueryGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
hashCode() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
hashCode() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.RawGpudbResponse
 
hashCode() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.RepartitionGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
hashCode() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
hashCode() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
hashCode() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowCredentialRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowModelRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowModelResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSchemaRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTableRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTableResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowTypesRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowTypesResponse
 
hashCode() - Method in class com.gpudb.protocol.ShowVideoRequest
 
hashCode() - Method in class com.gpudb.protocol.ShowVideoResponse
 
hashCode() - Method in class com.gpudb.protocol.SolveGraphRequest
 
hashCode() - Method in class com.gpudb.protocol.SolveGraphResponse
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
hashCode() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
hashCode() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
hashCode() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
hashCode() - Method in class com.gpudb.protocol.UploadFilesRequest
 
hashCode() - Method in class com.gpudb.protocol.UploadFilesResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
hashCode() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
hashCode() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
hashCode() - Method in class com.gpudb.RecordBase
 
hashCode() - Method in class com.gpudb.Type.Column
 
hashCode() - Method in class com.gpudb.Type
 
HASHLINEANGLES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEANGLES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINEINTERVALS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEINTERVALS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINELENS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINELENS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HASHLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HASHLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
hasMoreRecords() - Method in class com.gpudb.GPUdbBase.GetRecordsJsonResponse
 
hasPermission(HasPermissionRequest) - Method in class com.gpudb.GPUdb
Checks if the specified user has the specified permission on the specified object.
hasPermission(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks if the specified user has the specified permission on the specified object.
HasPermissionRequest - Class in com.gpudb.protocol
HasPermissionRequest() - Constructor for class com.gpudb.protocol.HasPermissionRequest
Constructs a HasPermissionRequest object with default parameters.
HasPermissionRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasPermissionRequest
Constructs a HasPermissionRequest object with the specified parameters.
HasPermissionRequest.ObjectType - Class in com.gpudb.protocol
The type of object being checked Supported values: CONTEXT: Context CREDENTIAL: Credential DATASINK: Data Sink DATASOURCE: Data Source DIRECTORY: KiFS File Directory GRAPH: A Graph object PROC: UDF Procedure SCHEMA: Schema SQL_PROC: SQL Procedure SYSTEM: System-level access TABLE: Database Table TABLE_MONITOR: Table monitor A set of string constants for the parameter objectType.
HasPermissionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
HasPermissionRequest.Permission - Class in com.gpudb.protocol
Permission to check for.
HasPermissionResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasPermission(HasPermissionRequest).
HasPermissionResponse() - Constructor for class com.gpudb.protocol.HasPermissionResponse
Constructs a HasPermissionResponse object with default parameters.
HasPermissionResponse.HasPermission - Class in com.gpudb.protocol
Indicates whether the specified user has the specified permission on the specified target.
hasProc(HasProcRequest) - Method in class com.gpudb.GPUdb
Checks the existence of a proc with the given name.
hasProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks the existence of a proc with the given name.
HasProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasProc(HasProcRequest).
HasProcRequest() - Constructor for class com.gpudb.protocol.HasProcRequest
Constructs a HasProcRequest object with default parameters.
HasProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasProcRequest
Constructs a HasProcRequest object with the specified parameters.
HasProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasProc(HasProcRequest).
HasProcResponse() - Constructor for class com.gpudb.protocol.HasProcResponse
Constructs a HasProcResponse object with default parameters.
HasProcResponse.ProcExists - Class in com.gpudb.protocol
Indicates whether the proc exists or not.
hasProperty(String) - Method in class com.gpudb.Type.Column
Checks if the given property applies to the column.
hasRole(HasRoleRequest) - Method in class com.gpudb.GPUdb
Checks if the specified user has the specified role.
hasRole(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks if the specified user has the specified role.
HasRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasRole(HasRoleRequest).
HasRoleRequest() - Constructor for class com.gpudb.protocol.HasRoleRequest
Constructs a HasRoleRequest object with default parameters.
HasRoleRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasRoleRequest
Constructs a HasRoleRequest object with the specified parameters.
HasRoleRequest.Options - Class in com.gpudb.protocol
Optional parameters.
HasRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasRole(HasRoleRequest).
HasRoleResponse() - Constructor for class com.gpudb.protocol.HasRoleResponse
Constructs a HasRoleResponse object with default parameters.
HasRoleResponse.HasRole - Class in com.gpudb.protocol
Indicates whether the specified user has membership in the specified target role.
HasRoleResponse.Info - Class in com.gpudb.protocol
Additional information.
hasSchema(HasSchemaRequest) - Method in class com.gpudb.GPUdb
Checks for the existence of a schema with the given name.
hasSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks for the existence of a schema with the given name.
HasSchemaRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasSchema(HasSchemaRequest).
HasSchemaRequest() - Constructor for class com.gpudb.protocol.HasSchemaRequest
Constructs a HasSchemaRequest object with default parameters.
HasSchemaRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasSchemaRequest
Constructs a HasSchemaRequest object with the specified parameters.
HasSchemaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasSchema(HasSchemaRequest).
HasSchemaResponse() - Constructor for class com.gpudb.protocol.HasSchemaResponse
Constructs a HasSchemaResponse object with default parameters.
HasSchemaResponse.SchemaExists - Class in com.gpudb.protocol
Indicates whether the schema exists or not.
hasTable(HasTableRequest) - Method in class com.gpudb.GPUdb
Checks for the existence of a table with the given name.
hasTable(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Checks for the existence of a table with the given name.
HasTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasTable(HasTableRequest).
HasTableRequest() - Constructor for class com.gpudb.protocol.HasTableRequest
Constructs a HasTableRequest object with default parameters.
HasTableRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasTableRequest
Constructs a HasTableRequest object with the specified parameters.
HasTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasTable(HasTableRequest).
HasTableResponse() - Constructor for class com.gpudb.protocol.HasTableResponse
Constructs a HasTableResponse object with default parameters.
HasTableResponse.TableExists - Class in com.gpudb.protocol
Indicates whether the table exists or not.
hasType(HasTypeRequest) - Method in class com.gpudb.GPUdb
Check for the existence of a type.
hasType(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Check for the existence of a type.
HasTypeRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.hasType(HasTypeRequest).
HasTypeRequest() - Constructor for class com.gpudb.protocol.HasTypeRequest
Constructs a HasTypeRequest object with default parameters.
HasTypeRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.HasTypeRequest
Constructs a HasTypeRequest object with the specified parameters.
HasTypeResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.hasType(HasTypeRequest).
HasTypeResponse() - Constructor for class com.gpudb.protocol.HasTypeResponse
Constructs a HasTypeResponse object with default parameters.
HasTypeResponse.TypeExists - Class in com.gpudb.protocol
Indicates whether the type exists or not.
HAVING - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Filter expression to apply to the aggregated results.
HDFS - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
HDFS - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
HDFS - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.StorageProviderTypes
Apache Hadoop Distributed File System
HDFS_DELEGATION_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Delegation token for the given HDFS user
HDFS_DELEGATION_TOKEN - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Delegation token for the given HDFS user
HDFS_DELEGATION_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Delegation token for the given HDFS user
HDFS_DELEGATION_TOKEN - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Delegation token for the given HDFS user
HDFS_KERBEROS_KEYTAB - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Kerberos keytab file location for the given HDFS user.
HDFS_KERBEROS_KEYTAB - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Kerberos keytab file location for the given HDFS user.
HDFS_KERBEROS_KEYTAB - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Kerberos keytab file location for the given HDFS user.
HDFS_KERBEROS_KEYTAB - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Kerberos keytab file location for the given HDFS user.
HDFS_KERBEROS_KEYTAB - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
Kerberos key for the given HDFS user
HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Use kerberos authentication for the given HDFS cluster Supported values: TRUE FALSE The default value is FALSE.
HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Use kerberos authentication for the given HDFS cluster Supported values: TRUE FALSE The default value is FALSE.
HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Use kerberos authentication for the given HDFS cluster Supported values: TRUE FALSE The default value is FALSE.
HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Use kerberos authentication for the given HDFS cluster Supported values: TRUE FALSE The default value is FALSE.
HEAD - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
The head node loads all data.
HEAD - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
The head node loads all data.
HEAD - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
The head node loads all data.
HEADER_AUTHORIZATION - Static variable in class com.gpudb.GPUdbBase
 
HEADER_CONTENT_TYPE - Static variable in class com.gpudb.GPUdbBase
 
HEADER_HA_SYNC_MODE - Static variable in class com.gpudb.GPUdbBase
 
HEATMAP - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
HEIGHT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When generateImage is set to true, height of the generated image.
HIGH_WATERMARK - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Threshold of usage of this tier's resource that once exceeded, will trigger watermark-based eviction from this tier.
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWCIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWDIAMOND - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWSQUARE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOLLOWSQUAREWITHPLUS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
HOLLOWSQUAREWITHPLUS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
HOST_MANAGER_PUBLIC_URL - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
The publicly-accessible full path URL to the host manager on the host being added, e.g., 'http://172.123.45.67:9300'.
HOT - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HOT - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
HSV - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
HTML - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Encoding
 

I

ID - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
IDENTITY - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
New user for the credential
IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Malformed records are skipped.
IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Malformed records are skipped.
IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Malformed records are skipped.
IGNORE_BAD_RECORDS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Malformed records are skipped.
IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Specifies the record collision error-suppression policy for inserting source table records (specified by sourceTableName) into a target table (specified by tableName) with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Specifies the record collision error-suppression policy for inserting into or updating a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
Specifies the record collision error-suppression policy for inserting into a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
Specifies the record collision error-suppression policy for updating a table with a IGNORE_EXISTING_PK - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Specifies the record collision error-suppression policy for updating a table with a IMAGE_ENCODING - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Encoding to be applied to the output image.
importModel(ImportModelRequest) - Method in class com.gpudb.GPUdb
 
importModel(String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ImportModelRequest - Class in com.gpudb.protocol
 
ImportModelRequest() - Constructor for class com.gpudb.protocol.ImportModelRequest
 
ImportModelRequest(String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ImportModelRequest
 
ImportModelRequest.Options - Class in com.gpudb.protocol
 
ImportModelResponse - Class in com.gpudb.protocol
 
ImportModelResponse() - Constructor for class com.gpudb.protocol.ImportModelResponse
 
ImportModelResponse.Info - Class in com.gpudb.protocol
 
IN_LIST - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
The filter will match all items that are in the provided list(s).
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
IN_PROGRESS - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
IN_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
INCLUDE_FILES - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
If set to true, the files that make up the proc will be returned.
INCREASING_COLUMN - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Column on subscribed table that will increase for new records (e.g., TIMESTAMP).
incrementNumClusterSwitches() - Method in class com.gpudb.GPUdbBase
Gets the number of times the client has switched to a different cluster amongst the high availability ring.
INDEX_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Type of index to create, when action is create_index, or to delete, when action is delete_index.
INFERNO - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
INFERNO - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
INFERNO - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
info - Variable in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
info(String) - Static method in class com.gpudb.GPUdbLogger
 
ingest(List<String>, String, IngestOptions, TableCreationOptions) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method will ingest several files in one go.
ingestFromFiles() - Method in class com.gpudb.filesystem.ingest.FileIngestor
This method uploads the files using the FileIngestor.fileUploader object and calls the method GPUdb.insertRecordsFromFiles(String, List, Map, Map, Map) to ingest from the uploaded files.
INGESTION_MODE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
INGESTION_MODE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Whether to do a full load, dry run, or perform a type inference on the source data.
INGESTION_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Whether to do a full load, dry run, or perform a type inference on the source data.
INGESTION_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Whether to do a full load, dry run, or perform a type inference on the source data.
INGESTION_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Whether to do a full load, dry run, or perform a type inference on the source data.
IngestOptions - Class in com.gpudb.filesystem.ingest
 
IngestOptions() - Constructor for class com.gpudb.filesystem.ingest.IngestOptions
Default constructor
IngestOptions.Option - Class in com.gpudb.filesystem.ingest
 
IngestResult - Class in com.gpudb.filesystem.ingest
 
IngestResult() - Constructor for class com.gpudb.filesystem.ingest.IngestResult
Default constructor
INIT - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Initialize a multipart file upload
INIT_WITH_NOW - Static variable in class com.gpudb.ColumnProperty
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timestamps with 'NOW()' upon insert.
INIT_WITH_NOW - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
For 'date', 'time', 'datetime', or 'timestamp' column types, replace empty strings and invalid timestamps with 'NOW()' upon insert.
INIT_WITH_UUID - Static variable in class com.gpudb.ColumnProperty
For 'uuid' type, replace empty strings and invalid UUID values with randomly-generated UUIDs upon insert.
INIT_WITH_UUID - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
For 'uuid' type, replace empty strings and invalid UUID values with randomly-generated UUIDs upon insert.
initializeHttpConnection(URL) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
initializeHttpConnection(URL, int) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
initializeHttpPostRequest(URL) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
initializeHttpPostRequest(URL, int) - Method in class com.gpudb.GPUdbBase
Create and initialize an HTTP connection object with the request headers (including authorization header), connection type, time out etc.
initializeLogger() - Static method in class com.gpudb.GPUdbLogger
Initializes the default logback logger with the value of the 'logging.level.com.gpudb' system property.
insert(T) - Method in class com.gpudb.BulkInserter
Queues a record for insertion into GPUdb.
insert(List<T>) - Method in class com.gpudb.BulkInserter
Queues a list of records for insertion into GPUdb.
INSERT - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of new record insertions.
INSERT - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Insert access to tables.
INSERT - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Insert access to tables.
INSERT - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Insert access to tables.
INSERT_TOPIC_ID - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The topic id for 'insert' event in options
INSERT_TYPE_SCHEMA - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The JSON Avro schema of the table in tableName
InsertException(String) - Constructor for exception com.gpudb.BulkInserter.InsertException
 
insertRecords(InsertRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(TypeObjectMap<TRequest>, InsertRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(String, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecords(TypeObjectMap<TRequest>, String, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
insertRecordsFromFiles(InsertRecordsFromFilesRequest) - Method in class com.gpudb.GPUdb
Reads from one or more files and inserts the data into a new or existing table.
insertRecordsFromFiles(String, List<String>, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Reads from one or more files and inserts the data into a new or existing table.
InsertRecordsFromFilesRequest - Class in com.gpudb.protocol
InsertRecordsFromFilesRequest() - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesRequest
Constructs an InsertRecordsFromFilesRequest object with default parameters.
InsertRecordsFromFilesRequest(String, List<String>, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesRequest
Constructs an InsertRecordsFromFilesRequest object with the specified parameters.
InsertRecordsFromFilesRequest.CreateTableOptions - Class in com.gpudb.protocol
Options from GPUdb.createTable(CreateTableRequest), allowing the structure of the table to be defined independently of the data source, when creating the target table TYPE_ID: ID of a currently registered InsertRecordsFromFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsFromFilesResponse - Class in com.gpudb.protocol
InsertRecordsFromFilesResponse() - Constructor for class com.gpudb.protocol.InsertRecordsFromFilesResponse
Constructs an InsertRecordsFromFilesResponse object with default parameters.
insertRecordsFromJson(GPUdbBase.InsertRecordsJsonRequest, GPUdbBase.JsonOptions) - Method in class com.gpudb.GPUdbBase
This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica table
insertRecordsFromJson(String, String) - Method in class com.gpudb.GPUdbBase
This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica table with all default options
insertRecordsFromJson(String, String, GPUdbBase.JsonOptions, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdbBase
This method inserts a JSON payload (either a single JSON record or an array) into a Kinetica table
insertRecordsFromPayload(InsertRecordsFromPayloadRequest) - Method in class com.gpudb.GPUdb
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
insertRecordsFromPayload(String, String, ByteBuffer, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Reads from the given text-based or binary payload and inserts the data into a new or existing table.
InsertRecordsFromPayloadRequest - Class in com.gpudb.protocol
InsertRecordsFromPayloadRequest() - Constructor for class com.gpudb.protocol.InsertRecordsFromPayloadRequest
Constructs an InsertRecordsFromPayloadRequest object with default parameters.
InsertRecordsFromPayloadRequest(String, String, ByteBuffer, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsFromPayloadRequest
Constructs an InsertRecordsFromPayloadRequest object with the specified parameters.
InsertRecordsFromPayloadRequest.CreateTableOptions - Class in com.gpudb.protocol
Options used when creating the target table.
InsertRecordsFromPayloadRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsFromPayloadResponse - Class in com.gpudb.protocol
InsertRecordsFromPayloadResponse() - Constructor for class com.gpudb.protocol.InsertRecordsFromPayloadResponse
Constructs an InsertRecordsFromPayloadResponse object with default parameters.
insertRecordsFromQuery(InsertRecordsFromQueryRequest) - Method in class com.gpudb.GPUdb
Computes remote query result and inserts the result data into a new or existing table
insertRecordsFromQuery(String, String, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Computes remote query result and inserts the result data into a new or existing table
InsertRecordsFromQueryRequest - Class in com.gpudb.protocol
InsertRecordsFromQueryRequest() - Constructor for class com.gpudb.protocol.InsertRecordsFromQueryRequest
Constructs an InsertRecordsFromQueryRequest object with default parameters.
InsertRecordsFromQueryRequest(String, String, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsFromQueryRequest
Constructs an InsertRecordsFromQueryRequest object with the specified parameters.
InsertRecordsFromQueryRequest.CreateTableOptions - Class in com.gpudb.protocol
Options used when creating the target table.
InsertRecordsFromQueryRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsFromQueryResponse - Class in com.gpudb.protocol
InsertRecordsFromQueryResponse() - Constructor for class com.gpudb.protocol.InsertRecordsFromQueryResponse
Constructs an InsertRecordsFromQueryResponse object with default parameters.
InsertRecordsJsonRequest() - Constructor for class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
insertRecordsRandom(InsertRecordsRandomRequest) - Method in class com.gpudb.GPUdb
Generates a specified number of random records and adds them to the given table.
insertRecordsRandom(String, long, Map<String, Map<String, Double>>) - Method in class com.gpudb.GPUdb
Generates a specified number of random records and adds them to the given table.
InsertRecordsRandomRequest - Class in com.gpudb.protocol
InsertRecordsRandomRequest() - Constructor for class com.gpudb.protocol.InsertRecordsRandomRequest
Constructs an InsertRecordsRandomRequest object with default parameters.
InsertRecordsRandomRequest(String, long, Map<String, Map<String, Double>>) - Constructor for class com.gpudb.protocol.InsertRecordsRandomRequest
Constructs an InsertRecordsRandomRequest object with the specified parameters.
InsertRecordsRandomRequest.Options - Class in com.gpudb.protocol
Optional parameter to pass in specifications for the randomness of the values.
InsertRecordsRandomResponse - Class in com.gpudb.protocol
InsertRecordsRandomResponse() - Constructor for class com.gpudb.protocol.InsertRecordsRandomResponse
Constructs an InsertRecordsRandomResponse object with default parameters.
insertRecordsRaw(RawInsertRecordsRequest) - Method in class com.gpudb.GPUdb
Adds multiple records to the specified table.
InsertRecordsRequest<T> - Class in com.gpudb.protocol
InsertRecordsRequest() - Constructor for class com.gpudb.protocol.InsertRecordsRequest
Constructs an InsertRecordsRequest object with default parameters.
InsertRecordsRequest(String, List<T>, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertRecordsRequest
Constructs an InsertRecordsRequest object with the specified parameters.
InsertRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertRecordsResponse - Class in com.gpudb.protocol
InsertRecordsResponse() - Constructor for class com.gpudb.protocol.InsertRecordsResponse
Constructs an InsertRecordsResponse object with default parameters.
InsertRecordsResponse.Info - Class in com.gpudb.protocol
Additional information.
insertSymbol(InsertSymbolRequest) - Method in class com.gpudb.GPUdb
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
insertSymbol(String, String, ByteBuffer, Map<String, String>) - Method in class com.gpudb.GPUdb
Adds a symbol or icon (i.e. an image) to represent data points when data is rendered visually.
InsertSymbolRequest - Class in com.gpudb.protocol
InsertSymbolRequest() - Constructor for class com.gpudb.protocol.InsertSymbolRequest
Constructs an InsertSymbolRequest object with default parameters.
InsertSymbolRequest(String, String, ByteBuffer, Map<String, String>) - Constructor for class com.gpudb.protocol.InsertSymbolRequest
Constructs an InsertSymbolRequest object with the specified parameters.
InsertSymbolRequest.Options - Class in com.gpudb.protocol
Optional parameters.
InsertSymbolRequest.SymbolFormat - Class in com.gpudb.protocol
Specifies the symbol format.
InsertSymbolResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.insertSymbol(InsertSymbolRequest).
InsertSymbolResponse() - Constructor for class com.gpudb.protocol.InsertSymbolResponse
Constructs an InsertSymbolResponse object with default parameters.
install() - Static method in class com.gpudb.util.ssl.X509TrustManagerBypass
 
INSTALL_PACKAGE - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Install a python package from PyPI, an external data source or KiFS
INSTALL_REQUIREMENTS - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Install packages from a requirements file
INT16 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory and query performance for int columns.
INT16 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory and query performance for int columns.
INT8 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory and query performance for int columns.
INT8 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory and query performance for int columns.
INTERNAL_USER - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A user whose credentials are managed by the database system.
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
INTERRUPTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
INTERSECT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows that appear in both of the specified tables (only works on 2 tables).
INTERSECT_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows(including duplicates) that appear in both of the specified tables (only works on 2 tables).
INTERSECTION_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'intersection' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
INTERSECTION_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'intersection' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
INTERSECTS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that intersect the given WKT.
INTERVAL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Use INTERVAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Use INTERVAL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Use INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Use INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Use INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Use INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified, generate values for all columns evenly spaced with the given interval value.
INTERVAL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using INV_DST_POW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
INVERSE_SHORTEST_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for finding the optimal path cost for each destination node to route to the source node.
INVERSE_SOLVE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_batch_solves solver only.
IoTask - Class in com.gpudb.filesystem.common
This is an internal class and not meant to be used by the end users of the filesystem API.
IoTask(GPUdb, OpMode, String, String, UploadOptions, DownloadOptions, long, ByteBuffer) - Constructor for class com.gpudb.filesystem.common.IoTask
Constructor
IPV4 - Static variable in class com.gpudb.ColumnProperty
This property provides optimized memory, disk and query performance for string columns representing IPv4 addresses (i.e. 192.168.1.1).
IPV4 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property provides optimized memory, disk and query performance for string columns representing IPv4 addresses (i.e. 192.168.1.1).
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
If true, a new partition will be created for values which don't fall into an existing partition.
IS_AUTOMATIC_PARTITION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if partitions will be created for LIST VALUES which don't fall into existing partitions.
IS_COLLECTION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
[DEPRECATED--please use GPUdb.createSchema(CreateSchemaRequest) to create a schema instead] Indicates whether to create a schema instead of a table.
IS_DEFAULT_GROUP - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
If true, this request applies to the global default resource group.
IS_DIRTY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if some input table of the materialized view that affects this member table has been modified since the last refresh.
IS_PARTITIONED - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Supported values: TRUE FALSE The default value is FALSE.
IS_REPLICATED - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
If true then the projection will be replicated even if the source table is not.
IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Affects the IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Affects the IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Affects the IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Affects the IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Affects the IS_REPLICATED - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Indicates the IS_REPLICATED - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
If set to true, replicate the solve_table.
IS_RESULT_TABLE - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Indicates whether the table is a IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Indicates whether the table is a IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Indicates whether the table is a IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Indicates whether the table is a IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Indicates whether the table is a IS_STREAM - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
To load from Azure/GCS/S3 as a stream continuously.
IS_VIEW_PERSISTED - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
True if the view named view_table_name is persisted - reported for each view member.
isAutoDiscoveryEnabled() - Method in class com.gpudb.GPUdbBase
Gets whether auto-discovery is enabled or not on the current connection.
isAutomaticPartition() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets whether the partiion is automatic or not
isCompressionOn() - Method in class com.gpudb.GPUdbBase.JsonOptions
 
isDebugEnabled() - Static method in class com.gpudb.GPUdbLogger
 
isDoingWorkerLookup() - Method in class com.gpudb.RecordRetriever
 
isEqualTo(int, int, int, int) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Given all four components of a version, check if this version object is to the given one.
isFlushWhenFull() - Method in class com.gpudb.BulkInserter.FlushOptions
 
isIntraClusterFailoverEnabled() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Deprecated.
Get whether intra-cluster failover is enabled
isKineticaRunning(URL) - Method in class com.gpudb.GPUdbBase
Deprecated.
isListOfRecordBase(List<T>) - Static method in class com.gpudb.util.json.JsonUtils
 
isListOfStrings(List<T>) - Static method in class com.gpudb.util.json.JsonUtils
 
isListOfValidJsonStrings(List<String>) - Static method in class com.gpudb.util.json.JsonUtils
 
isMultiHeadEnabled() - Method in class com.gpudb.BulkInserter
 
isMultiHeadEnabled() - Method in class com.gpudb.WorkerList
return a boolean indicating whether multi-head I/O is enabled at the server.
isMultiPart() - Method in class com.gpudb.filesystem.common.Result
 
isNewerThan(int, int, int, int) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Given all four components of a version, check if this version object is newer than the given one (not equal to).
isNoErrorIfExists() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the value of 'noErrorIfExists'
isNullable() - Method in class com.gpudb.Type.Column
Gets whether the column is nullable.
ISOCHRONE_CONCAVITY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ISOCHRONE_IMAGE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
ISOCHRONE_OUTPUT_TABLE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
isOlderThan(int, int, int, int) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
Given all four components of a version, check if this version object is older than the given one (not equal to).
isOverwriteExisting() - Method in class com.gpudb.filesystem.download.DownloadOptions
 
isPrimaryCluster() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Another getter for the primary cluster boolean flag for convenience.
isRecursive() - Method in class com.gpudb.filesystem.upload.UploadOptions
 
isReplicated() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets the value of 'isReplicated'
isResultTable() - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Gets whether the table is a result table or not
isSuccessful() - Method in class com.gpudb.filesystem.common.Result
 
isSuccessful() - Method in class com.gpudb.filesystem.ingest.IngestResult
 
isTextHasHeader() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
isTraceEnabled() - Static method in class com.gpudb.GPUdbLogger
 
isTruncateTable() - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
isUsingHeadRank() - Method in class com.gpudb.RecordRetriever
 
isValidateJson() - Method in class com.gpudb.GPUdbBase.JsonOptions
 
isValidJson(String) - Static method in class com.gpudb.util.json.JsonUtils
 
isValidJsonArray(String) - Static method in class com.gpudb.util.json.JsonUtils
 
iterator() - Method in class com.gpudb.GPUdbSqlIterator
 

J

JDBC - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
JDBC_CONNECTION_INIT_STATEMENT - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Executes the statement once before doing actual load.
JDBC_DRIVER_CLASS_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the JDBC driver class
JDBC_DRIVER_CLASS_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the JDBC driver class
JDBC_DRIVER_CLASS_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the JDBC driver class
JDBC_DRIVER_JAR_PATH - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
JDBC driver jar file location.
JDBC_DRIVER_JAR_PATH - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
JDBC driver jar file location
JDBC_DRIVER_JAR_PATH - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
JDBC driver jar file location.
JDBC_FETCH_SIZE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
The JDBC fetch size, which determines how many rows to fetch per round trip.
JDBC_FETCH_SIZE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
The JDBC fetch size, which determines how many rows to fetch per round trip.
JDBC_SESSION_INIT_STATEMENT - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Executes the statement per each jdbc session before doing actual load.
JDBC_SESSION_INIT_STATEMENT - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Executes the statement per each jdbc session before doing actual load.
JET - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
JET - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
JITTER_X - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Amplitude of horizontal jitter applied to non-numeric x column values.
JITTER_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Amplitude of vertical jitter applied to non-numeric y column values.
JOB_TAG - Static variable in class com.gpudb.protocol.AdminAlterJobsRequest.Options
Job tag returned in call to create the job
JOB_TAG - Static variable in class com.gpudb.protocol.AdminShowJobsResponse.Info
The job tag specified by the user or if unspecified by user, an internally generated unique identifier for the job across clusters.
JOB_TAG - Static variable in class com.gpudb.protocol.CreateJobRequest.Options
Tag to use for submitted job.
JOB_TAG - Static variable in class com.gpudb.protocol.CreateJobResponse.Info
The job tag specified by the user or if unspecified by user, a unique identifier generated internally for the job across clusters.
JOB_TAG - Static variable in class com.gpudb.protocol.GetJobRequest.Options
Job tag returned in call to create the job
JOIN - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
joinStrings(List<String>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
joinStrings(List<String>, char) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
JSON - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Encoding
Indicates that the returned records should be json encoded.
JSON - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
JSON - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Json file format
JSON - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetJobResponse.ResponseEncoding
The job result is json-encoded.
JSON - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsBySeriesRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
 
JSON - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Json file format
JSON - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Json file format
JSON - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.ListEncoding
 
JSON - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.RecordEncoding
 
JSON - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Encoding
 
JSON_FORMAT - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
The desired format of JSON encoded notifications message.
JSON_FORMAT - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
The desired format of JSON encoded notifications message.
JsonOptions() - Constructor for class com.gpudb.GPUdbBase.JsonOptions
Default constructor
JsonOptions(boolean, boolean) - Constructor for class com.gpudb.GPUdbBase.JsonOptions
 
JsonUtils - Class in com.gpudb.util.json
 
JsonUtils() - Constructor for class com.gpudb.util.json.JsonUtils
 

K

KAFKA - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
 
KAFKA - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
 
KAFKA_BATCH_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Maximum number of records to be ingested in a single batch.
KAFKA_CONSUMERS_PER_RANK - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Number of Kafka consumer threads per rank (valid range 1-6).
KAFKA_CONSUMERS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Number of Kafka consumer threads per rank (valid range 1-6).
KAFKA_GROUP_ID - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
The group id to be used when consuming data from a Kafka topic (valid only for Kafka datasource subscriptions).
KAFKA_GROUP_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
The group id to be used when consuming data from a Kafka topic (valid only for Kafka datasource subscriptions).
KAFKA_OFFSET_RESET_POLICY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Policy to determine whether the Kafka data consumption starts either at earliest offset or latest offset.
KAFKA_OFFSET_RESET_POLICY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Policy to determine whether the Kafka data consumption starts either at earliest offset or latest offset.
KAFKA_OPTIMISTIC_INGEST - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Enable optimistic ingestion where Kafka topic offsets and table data are committed independently to achieve parallelism.
KAFKA_OPTIMISTIC_INGEST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Enable optimistic ingestion where Kafka topic offsets and table data are committed independently to achieve parallelism.
KAFKA_POLL_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Maximum time (milliseconds) for each poll to get records from kafka.
KAFKA_SUBSCRIPTION_CANCEL_AFTER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Sets the Kafka subscription lifespan (in minutes).
KAFKA_SUBSCRIPTION_CANCEL_AFTER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Sets the Kafka subscription lifespan (in minutes).
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Kafka topic to use for this data sink, if it references a Kafka broker
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Kafka topic to use as the data source
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Kafka topic to publish to if destination is a Kafka broker
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Kafka topic to use as the data source
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Name of the Kafka topic to publish to if destination in options is specified and is a Kafka broker
KAFKA_TOPIC_NAME - Static variable in class com.gpudb.protocol.ShowDatasinkResponse.AdditionalInfo
Kafka topic if the data sink type is a Kafka broker
KAFKA_TYPE_INFERENCE_FETCH_TIMEOUT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Maximum time to collect Kafka messages before type inferencing on the set of them.
KAFKA_TYPE_INFERENCE_FETCH_TIMEOUT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Maximum time to collect Kafka messages before type inferencing on the set of them.
KAFKA_URL - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
The publicly-accessible full path URL to the kafka broker, e.g., 'http://172.123.45.67:9300'.
KAFKA_URL - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
The publicly-accessible full path URL to the Kafka broker, e.g., 'http://172.123.45.67:9300'.
KAFKA_WAIT_TIME - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Maximum time (seconds) to buffer records received from kafka before ingestion.
KEEP_AUTOGENERATED_SINK - Static variable in class com.gpudb.protocol.ClearTableMonitorRequest.Options
If true, the auto-generated KERNEL_OMP_THREADS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Set the number of kernel OpenMP threads to the specified integer value.
KEY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted by key, which corresponds to the grouping columns.
KIFS_PATH_SEPARATOR - Static variable in class com.gpudb.filesystem.common.FileOperation
 
kifsDirectoriesExist(Set<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method checks whether KIFS paths exist or not.
kifsDirectoryExists(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method checks whether a KIFS path exists or not.
KifsDirectoryInfo - Class in com.gpudb.filesystem.common
 
KifsDirectoryInfo() - Constructor for class com.gpudb.filesystem.common.KifsDirectoryInfo
Default constructor
kifsFileExists(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method checks whether a KIFS file exists or not.
KifsFileInfo - Class in com.gpudb.filesystem.common
 
KifsFileInfo() - Constructor for class com.gpudb.filesystem.common.KifsFileInfo
Default constructor
kifsPath - Variable in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
KILLED - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance was killed before completion.
KILLED - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance was killed before completion.
killProc(KillProcRequest) - Method in class com.gpudb.GPUdb
Kills a running proc instance.
killProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Kills a running proc instance.
KillProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.killProc(KillProcRequest).
KillProcRequest() - Constructor for class com.gpudb.protocol.KillProcRequest
Constructs a KillProcRequest object with default parameters.
KillProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.KillProcRequest
Constructs a KillProcRequest object with the specified parameters.
KillProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
KillProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.killProc(KillProcRequest).
KillProcResponse() - Constructor for class com.gpudb.protocol.KillProcResponse
Constructs a KillProcResponse object with default parameters.
KINETICA_HEADER - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Whether to include a Kinetica proprietary header.
KINETICA_HEADER_DELIMITER - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
If a Kinetica proprietary header is included, then specify a property separator.
KML_RESPONSE - Static variable in class com.gpudb.protocol.CreateContainerRegistryResponse.Info
 
KML_RESPONSE - Static variable in class com.gpudb.protocol.DropContainerRegistryResponse.Info
 
KML_RESPONSE - Static variable in class com.gpudb.protocol.DropModelResponse.Info
 
KML_RESPONSE - Static variable in class com.gpudb.protocol.ImportModelResponse.Info
 
KML_RESPONSE - Static variable in class com.gpudb.protocol.ShowContainerRegistryResponse.Info
 
KML_RESPONSE - Static variable in class com.gpudb.protocol.ShowModelResponse.Info
 
KRIGING - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
KURTOSIS - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Kurtosis (fourth standardized moment).

L

LABEL_DELIMITER - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If provided the label string will be split according to this delimiter and each sub-string will be applied as a separate label onto the specified edge.
LABEL_DELIMITER - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If provided the label string will be split according to this delimiter and each sub-string will be applied as a separate label onto the specified edge.
LABELS - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
LABELS_FONT_FAMILY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_FONT_FAMILY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, font name to be used when adding labels.
LABELS_FONT_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_FONT_SIZE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, size of the font (in pixels) to use for labels.
LABELS_INTERLEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_INTERLEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, this value determines the distance (in percent of the total window size) to use when separating labels of the same value.
LABELS_INTRALEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_INTRALEVEL_SEPARATION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, this value determines the distance (in multiples of the labels_font_size) to use when separating labels of different values.
LABELS_MAX_ANGLE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_MAX_ANGLE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, maximum angle (in degrees) from the vertical to use when adding labels.
LABELS_SEARCH_WINDOW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
LABELS_SEARCH_WINDOW - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When add_labels is set to true, a search window is used to rate the local quality of each isoline.
LAST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
 
LAST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
 
LAST_REFRESH_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view the a datatime string indicating the last time the view was refreshed.
LATE_MATERIALIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If true, Joins/Filters results will always be materialized ( saved to result tables format) Supported values: TRUE FALSE The default value is FALSE.
LATEST - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
 
LATEST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
 
LAYER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Geo files layer(s) name(s): comma separated.
LAYER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Geo files layer(s) name(s): comma separated.
LAYER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: geo files layer(s) name(s): comma separated.
LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'left turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'left turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
LIMIT - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
The number of records to keep.
LIMIT - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
A positive integer indicating the maximum number of results to be returned from sourceTableName.
LIMIT - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
The number of records to keep.
LIMIT - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
When specified (>0), limits the number of query results.
LIMIT - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
An integer indicating the maximum number of results to be returned, per rank, or (-1) to indicate that the maximum number of results allowed by the server should be returned.
LINE_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
LINE_SIZE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
The width of the contour lines in pixels.
list(T...) - Static method in class com.gpudb.GPUdbBase
A utility method for creating a list of objects inline.
LIST - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Use LIST - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Use LIST - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Use LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Use LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Use LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Use LIST - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using listGraph(ListGraphRequest) - Method in class com.gpudb.GPUdb
 
listGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ListGraphRequest - Class in com.gpudb.protocol
 
ListGraphRequest() - Constructor for class com.gpudb.protocol.ListGraphRequest
 
ListGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ListGraphRequest
 
ListGraphResponse - Class in com.gpudb.protocol
 
ListGraphResponse() - Constructor for class com.gpudb.protocol.ListGraphResponse
 
listOfFullFileNameToRemoteFileNameMap - Variable in class com.gpudb.filesystem.common.FullFileBatchManager
This variable is used to store the maps in a list so that each map has files whose sizes add up to a maximum of the value returned by the method getFileSizeToSplit() of the class GPUdbFileHandler.Options.
LOADING_MODE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
LOADING_MODE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Scheme for distributing the extraction and loading of data from the source data file(s).
LOADING_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Scheme for distributing the extraction and loading of data from the source data file(s).
LOADING_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Scheme for distributing the extraction and loading of data from the source data file(s).
LOCAL_TIME_OFFSET - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Apply an offset to Avro local timestamp columns.
LOCAL_TIME_OFFSET - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Apply an offset to Avro local timestamp columns.
LOCAL_TIME_OFFSET - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
For Avro local timestamp columns
localDirExists(String) - Static method in class com.gpudb.filesystem.common.FileOperation
This is an utility method that checks if a local directory exists or not
localFileExists(String) - Static method in class com.gpudb.filesystem.common.FileOperation
This method checks if a local file exists or not.
LocalFileFinder - Class in com.gpudb.filesystem.common
This is an internal class and not meant to be used by the end users of the filesystem API.
LocalFileInfo - Class in com.gpudb.filesystem.common
This is an internal class and not meant to be used by the end users of the filesystem API.
LocalFileInfo() - Constructor for class com.gpudb.filesystem.common.LocalFileInfo
Default constructor
LOCATION - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
LOCATION - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format
LOCATION_X - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
X axis label positions of sorted_x_values in pixel coordinates.
LOCATION_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Y axis label positions of sorted_y_values in pixel coordinates.
lockTable(LockTableRequest) - Method in class com.gpudb.GPUdb
Manages global access to a table's data.
lockTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Manages global access to a table's data.
LockTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.lockTable(LockTableRequest).
LockTableRequest() - Constructor for class com.gpudb.protocol.LockTableRequest
Constructs a LockTableRequest object with default parameters.
LockTableRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.LockTableRequest
Constructs a LockTableRequest object with the specified parameters.
LockTableRequest.LockType - Class in com.gpudb.protocol
The type of lock being applied to the table.
LockTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.lockTable(LockTableRequest).
LockTableResponse() - Constructor for class com.gpudb.protocol.LockTableResponse
Constructs a LockTableResponse object with default parameters.
LOG - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
A base-10 log scale is applied to the y axis.
LOGICAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
External data will not be loaded into the database; the data will be retrieved from the source upon servicing each query against the external table
LOGICAL_EXTERNAL_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
LOGICAL_VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
LOW_WATERMARK - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Threshold of resource usage that once fallen below after crossing the high_watermark, will cease watermark-based eviction from this tier.
LZ4 - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
LZ4HC - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 

M

MAGMA - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
MAGMA - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
MAGMA - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
MANUAL - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Refresh only occurs when manually requested by calling GPUdb.alterTable(AlterTableRequest) with an 'action' of 'refresh'
MANUAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Refresh only occurs when manually requested by invoking the refresh action of GPUdb.alterTable(AlterTableRequest) on this table.
MARKOV_CHAIN - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to the graph using the Hidden Markov Model (HMM)-based method, which conducts a range-tree closest-edge search to find the best combinations of possible road segments (num_segments) for each sample point to create the best route.
MATCH_BATCH_SOLVES - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints source and destination pairs for the shortest path solves in batch mode.
MATCH_CHARGING_STATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches an optimal path across a number of ev-charging stations between source and target locations.
MATCH_CLUSTERS - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches the graph nodes with a cluster index using Louvain clustering algorithm
MATCH_LOOPS - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches closed loops (Eulerian paths) originating and ending at each graph node within min and max hops (levels).
MATCH_OD_PAIRS - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to find the most probable path between origin and destination pairs with cost constraints.
MATCH_PATTERN - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches a pattern in the graph
MATCH_PICKUP_DROPOFF - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches the pickups and dropoffs by optimizing the total trip costs
MATCH_SIMILARITY - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches the intersection set(s) by computing the Jaccard similarity score between node pairs.
MATCH_SUPPLY_DEMAND - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
Matches samplePoints to optimize scheduling multiple supplies (trucks) with varying sizes to varying demand sites with varying capacities per depot.
matchGraph(MatchGraphRequest) - Method in class com.gpudb.GPUdb
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
matchGraph(String, List<String>, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Matches a directed route implied by a given set of latitude/longitude points to an existing underlying road network graph using a given solution type.
MatchGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.matchGraph(MatchGraphRequest).
MatchGraphRequest() - Constructor for class com.gpudb.protocol.MatchGraphRequest
Constructs a MatchGraphRequest object with default parameters.
MatchGraphRequest(String, List<String>, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.MatchGraphRequest
Constructs a MatchGraphRequest object with the specified parameters.
MatchGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters GPS_NOISE: GPS noise value (in meters) to remove redundant sample points.
MatchGraphRequest.SolveMethod - Class in com.gpudb.protocol
The type of solver to use for graph matching.
MatchGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.matchGraph(MatchGraphRequest).
MatchGraphResponse() - Constructor for class com.gpudb.protocol.MatchGraphResponse
Constructs a MatchGraphResponse object with default parameters.
MATERIALIZED - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Loads a copy of the external data into the database, refreshed on demand
MATERIALIZED_EXTERNAL_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MATERIALIZED_VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MATERIALIZED_VIEW_FOR_CHANGE_DETECTOR - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Materialized view that implements the change detector
MATERIALIZED_VIEW_FOR_FILTER - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Materialized views created for the filterExpressions.
MATERIALIZED_VIEW_MEMBER - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MATERIALIZED_VIEW_UNDER_CONSTRUCTION - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
MAX - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Maximum value of the column(s).
MAX - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Maximum possible length for generated series; default is 500 records per series.
MAX_BATCH_SIZE - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Maximum number of records per notification message.
MAX_BATCH_SIZE - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Maximum number of records per notification message.
MAX_COMBINATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
MAX_CONCURRENCY_PER_NODE - Static variable in class com.gpudb.protocol.CreateProcRequest.Options
The maximum number of concurrent instances of the proc that will be executed per node. 0 allows unlimited concurrency.
MAX_CONCURRENT_KERNELS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the max_concurrent_kernels value of the conf.
MAX_CPU_CONCURRENCY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum number of simultaneous threads that will be used to execute a request for this group.
MAX_CPU_CONCURRENCY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum number of simultaneous threads that will be used to execute a request for this group.
MAX_DATA - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum amount of cumulative ram usage regardless of tier status for this group.
MAX_DATA - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum amount of cumulative ram usage regardless of tier status for this group.
MAX_GET_RECORDS_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
The maximum number of records the database will serve for a given data retrieval call.
MAX_GRBC_BATCH_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
MAX_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MAX_HOPS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_similarity solver only.
MAX_ITERATIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For PAGE_RANK solvers only; Maximum number of pagerank iterations for satisfying convergence.
MAX_ITERS - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
Number of times to try to hit the tolerance limit before giving up - default is 10.
MAX_LEVEL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MAX_LOOP_LEVEL - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_loops solver only.
MAX_MEMORY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.TierAttributes
Maximum amount of memory usable in the given tier at one time for this group.
MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.TierAttributes
Maximum amount of memory usable in the given tier at one time for this group.
MAX_MESSAGE_SIZE - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Maximum size in bytes of each notification message.
MAX_MESSAGE_SIZE - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Maximum size in bytes of each notification message.
MAX_NUM_CLUSTERS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_clusters solver only.
MAX_NUM_COMBINATIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For MULTIPLE_ROUTING solvers only; sets the cap on the combinatorial sequences generated.
MAX_NUM_THREADS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the markov_chain solver only.
MAX_OUTPUT_LINES - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
The maximum number of lines of output from stdout and stderr to return via GPUdb.showProcStatus(ShowProcStatusRequest).
MAX_PARTITION_SCORE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Maximum number of points * edges in a partition.
MAX_PARTITION_SIZE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Maximum number of points in a partition.
MAX_QUERY_DIMENSIONS - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
No longer used.
MAX_RECORDS_TO_LOAD - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Limit the number of records to load in this request: if this number is larger than batch_size, then the number of records loaded will be limited to the next whole number of batch_size (per working thread).
MAX_RECORDS_TO_LOAD - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Limit the number of records to load in this request: if this number is larger than batch_size, then the number of records loaded will be limited to the next whole number of batch_size (per working thread).
MAX_RECORDS_TO_LOAD - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Limit the number of records to load in this request: If this number is larger than a batch_size, then the number of records loaded will be limited to the next whole number of batch_size (per working thread).
MAX_RUNS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For all CENTRALITY solvers only; Sets the maximum number of shortest path runs; maximum possible value is the number of nodes in the graph.
MAX_SCHEDULING_PRIORITY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum priority of a scheduled task for this group.
MAX_SCHEDULING_PRIORITY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum priority of a scheduled task for this group.
MAX_SEARCH_CELLS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MAX_SOLUTION_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For ALLPATHS, SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MAX_SOLUTION_TARGETS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For ALLPATHS, SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MAX_STOPS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
MAX_SUPPLY_COMBINATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
MAX_TIER_PRIORITY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
Maximum priority of a tiered object for this group.
MAX_TIER_PRIORITY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
Maximum priority of a tiered object for this group.
MAX_TRIP_COST - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand and match_pickup_dropoff solvers only.
MEAN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Arithmetic mean (average), equivalent to sum/count.
MEMORY_LIMIT - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
 
merge(List<ByteBuffer>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
Merge a list of buffers into a single buffer.
MERGE_TOLERANCE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If node geospatial positions are input (e.g., WKTPOINT, X, Y), determines the minimum separation allowed between unique nodes.
MERGE_VIEWS - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Merge two or more views (or views of views) of the same base data set into a new view.
mergeRecords(MergeRecordsRequest) - Method in class com.gpudb.GPUdb
Create a new empty result table (specified by tableName), and insert all records from source tables (specified by sourceTableNames) based on the field mapping information (specified by fieldMaps).
mergeRecords(String, List<String>, List<Map<String, String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Create a new empty result table (specified by tableName), and insert all records from source tables (specified by sourceTableNames) based on the field mapping information (specified by fieldMaps).
MergeRecordsRequest - Class in com.gpudb.protocol
MergeRecordsRequest() - Constructor for class com.gpudb.protocol.MergeRecordsRequest
Constructs a MergeRecordsRequest object with default parameters.
MergeRecordsRequest(String, List<String>, List<Map<String, String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.MergeRecordsRequest
Constructs a MergeRecordsRequest object with the specified parameters.
MergeRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
MergeRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.mergeRecords(MergeRecordsRequest).
MergeRecordsResponse() - Constructor for class com.gpudb.protocol.MergeRecordsResponse
Constructs a MergeRecordsResponse object with default parameters.
MergeRecordsResponse.Info - Class in com.gpudb.protocol
Additional information.
MethodHandler(Method, Method) - Constructor for class com.gpudb.TypeObjectMap.MethodHandler
Creates a TypeObjectMap.MethodHandler for the specified get and set methods.
MIN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Minimum value of the column(s).
MIN - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
Minimum possible length for generated series; default is 100 records per series.
MIN_CURV - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_LEVEL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
MIN_LOOP_LEVEL - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_loops solver only.
MIN_MAX_SCALED - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
If this options is set to "false", this endpoint expects request's min/max values are not yet scaled.
MIN_SOLUTION_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For ALLPATHS, SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
MODE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
If merge_views, then this operation will merge the provided views.
MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Mode - should be either spatial or normal.
modifyGraph(ModifyGraphRequest) - Method in class com.gpudb.GPUdb
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
modifyGraph(String, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Update an existing graph network using given nodes, edges, weights, restrictions, and options.
ModifyGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.modifyGraph(ModifyGraphRequest).
ModifyGraphRequest() - Constructor for class com.gpudb.protocol.ModifyGraphRequest
Constructs a ModifyGraphRequest object with default parameters.
ModifyGraphRequest(String, List<String>, List<String>, List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ModifyGraphRequest
Constructs a ModifyGraphRequest object with the specified parameters.
ModifyGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ModifyGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.modifyGraph(ModifyGraphRequest).
ModifyGraphResponse() - Constructor for class com.gpudb.protocol.ModifyGraphResponse
Constructs a ModifyGraphResponse object with default parameters.
MONITOR_ID - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
ID to use for this monitor instead of a randomly generated one
MONITOR_TYPE - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Notification type for the respective monitorIds and tableNames.
MOVE_TO_COLLECTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
[DEPRECATED--please use move_to_schema and use GPUdb.createSchema(CreateSchemaRequest) to create the schema if non-existent] Moves a table or view into a schema named value.
MOVE_TO_SCHEMA - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Moves a table or view into a schema named value.
MULTIPART_OPERATION - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Multipart upload operation to perform Supported values: NONE: Default, indicates this is not a multipart upload INIT: Initialize a multipart file upload UPLOAD_PART: Uploads a part of the specified multipart file upload COMPLETE: Complete the specified multipart file upload CANCEL: Cancel the specified multipart file upload The default value is NONE.
MULTIPART_UPLOAD_PART_NUMBER - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Incremental part number for each part in a multipart upload.
MULTIPART_UPLOAD_UUID - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
UUID to uniquely identify a multipart upload
MULTIPART_UPLOADS - Static variable in class com.gpudb.protocol.ShowFilesResponse.Info
JSON-encoded information about multipart uploads in progress
MultiPartDownloadInfo - Class in com.gpudb.filesystem.download
This is an internal class and not meant to be used by the end users of the filesystem API.
MultiPartDownloadInfo() - Constructor for class com.gpudb.filesystem.download.MultiPartDownloadInfo
Default constructor
multiPartList - Variable in class com.gpudb.filesystem.common.FileOperation
List of file names that are multi part uploads/downloads
multiPartRemoteFileNames - Variable in class com.gpudb.filesystem.common.FileOperation
 
MultiPartUploadInfo - Class in com.gpudb.filesystem.upload
This is an internal class and not meant to be used by the end users of the filesystem API.
MultiPartUploadInfo() - Constructor for class com.gpudb.filesystem.upload.MultiPartUploadInfo
Default constructor
MultiPartUploadInfo.MultiPartOperation - Enum in com.gpudb.filesystem.upload
This enum specifies the different operations/states that a multi-part file upload could go through.
MULTIPLE_ROUTING - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for finding the minimum cost cumulative path for a round-trip starting from the given source and visiting each given destination node once then returning to the source.

N

namesOfFilesUploaded - Variable in class com.gpudb.filesystem.common.FileOperation
 
NESTED - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
 
NESTED - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
 
NETWORK_SPEED - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Invoke the network speed test and report timing results.
NEW_GRAPH_NAME - Static variable in class com.gpudb.protocol.RepartitionGraphRequest.Options
If a non-empty value is specified, the original graph will be kept (non-default behaviour) and a new balanced graph will be created under this given name.
newInstance() - Method in class com.gpudb.Type
Creates a new Record based on the type.
newInstance() - Method in class com.gpudb.TypeObjectMap.ClassFactory
Creates a new object instance.
newInstance() - Method in interface com.gpudb.TypeObjectMap.Factory
Creates a new object instance.
newInstance() - Method in class com.gpudb.TypeObjectMap
Creates a new instance of the class specified when the type object map was created.
NEXT_REFRESH_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method a datetime string indicating the next time the view is to be refreshed.
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
NIPY_SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
NO_ACCESS - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow no read/write operations
NO_ACCESS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
No read/write operations are allowed on this table.
NO_COUNT - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Return a count of 0 for the join table for logging and for GPUdb.showTable(ShowTableRequest); optimization needed for large overlapped equi-join stencils.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateDirectoryRequest.Options
If true, does not return an error if the directory already exists Supported values: TRUE FALSE The default value is FALSE.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateSchemaRequest.Options
If true, prevents an error from occurring if the schema already exists.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
If true, does not return an error if the video already exists.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_EXISTS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
If true, prevents an error from occurring if the table already exists and is of the given type.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ClearTableRequest.Options
If true and if the table specified in tableName does not exist no error is returned.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DeleteDirectoryRequest.Options
If true, no error is returned if specified directory does not exist Supported values: TRUE FALSE The default value is FALSE.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DeleteFilesRequest.Options
If true, no error is returned if a specified file does not exist Supported values: TRUE FALSE The default value is FALSE.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DropEnvironmentRequest.Options
If true and if the environment specified in environmentName does not exist, no error is returned.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DropSchemaRequest.Options
If true and if the schema specified in schemaName does not exist, no error is returned.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.HasPermissionRequest.Options
If false will return an error if the provided object does not exist or is blank.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.HasRoleRequest.Options
If false will return an error if the provided role does not exist or is blank.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowEnvironmentRequest.Options
If true and if the environment specified in environmentName does not exist, no error is returned.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowSchemaRequest.Options
If false will return an error if the provided schemaName does not exist.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.Options
If true, no error will be returned if the requested procedure does not exist.
NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If false will return an error if the provided tableName does not exist.
NO_JOIN_TYPES - Static variable in class com.gpudb.protocol.ShowTypesRequest.Options
When set to 'true', no join types will be included.
NO_PERIODIC_FLUSH - Static variable in class com.gpudb.BulkInserter.FlushOptions
 
NONDETERMINISTIC - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
NONDISTRIBUTED - Static variable in class com.gpudb.protocol.CreateProcRequest.ExecutionMode
The proc command will be invoked only once per execution, and will not have direct access to any tables named as input or output table parameters in the call to GPUdb.executeProc(ExecuteProcRequest).
NONDISTRIBUTED - Static variable in class com.gpudb.protocol.ShowProcResponse.ExecutionModes
Nondistributed
NONE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
NONE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
No compression.
NONE - Static variable in class com.gpudb.protocol.DownloadFilesRequest.Options
Do not apply any encoding to the output file data.
NONE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
No compression.
NONE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Uncompressed
NONE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Does not apply odd/even rule restrictions to any vehicles.
NONE - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance does not have a status, i.e. it has not yet ran.
NONE - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance does not have a status, i.e. it has not yet ran.
NONE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using no partitioning
NONE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
No heuristics are applied
NONE - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Default, indicates this is not a multipart upload
NONE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.Options
Do not apply any additional encoding to the output image.
NONE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
No scale is applied to the y axis.
NONE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
NONE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
NORMAL - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
NOT_IN_LIST - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
The filter will match all items that are not in the provided list(s).
NOT_IN_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanksStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedDataStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus
 
NOT_STARTED - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanksStatus
 
NOTIFY_UNTIERED - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
NULL_PERCENTAGE - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If specified and if this column is nullable, then generate the given percentage of the count as nulls.
NULLABLE - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column is nullable.
NULLABLE - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column is nullable.
NUM_BEST_PATHS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For MULTIPLE_ROUTING solvers only; sets the number of shortest paths computed from each node.
NUM_CYCLES - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_clusters solver only.
NUM_LEVELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
NUM_LOOPS_PER_CYCLE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_clusters solver only.
NUM_OUTPUT_CLUSTERS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_clusters solver only.
NUM_SEGMENTS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Maximum number of potentially matching road segments for each sample point.
NUM_SPLITS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Optional: number of splits for reading data per rank.
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Number of tasks for reading file per rank.
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Number of tasks for reading file per rank.
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: number of tasks for reading file per rank.
NUM_TASKS_PER_RANK - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Optional: number of tasks for reading data per rank.
NUM_TRIES - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
Number of times to run the k-means algorithm with a different randomly selected starting points - helps avoid local minimum.

O

OCEAN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
OCEAN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
OCEAN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
ODD - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Applies odd/even rule restrictions to odd tagged vehicles.
OFFSET - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
A positive integer indicating the number of initial results to skip from sourceTableName.
OFFSET - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
The number of initial results to skip (this can be useful for paging through the results).
OK - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.OverallStatus
The operation was successful, or, if still in progress, the operation is successful so far.
ON_CHANGE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
If possible, incrementally refresh (refresh just those records added) whenever an insert, update, delete or refresh of input table is done.
ON_CHANGE - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Report changes as they occur.
ON_QUERY - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Refresh any time the view is queried.
ON_START - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Refresh table on database startup and when manually requested by invoking the refresh action of GPUdb.alterTable(AlterTableRequest) on this table.
onFullFileDownload(List<String>) - Method in interface com.gpudb.filesystem.download.FileDownloadListener
This method is called when a single shot full file download has been completed.
onFullFileUpload(Result) - Method in interface com.gpudb.filesystem.upload.FileUploadListener
This method is called when a single shot complete upload has been completed.
ONLY_DIRECT - Static variable in class com.gpudb.protocol.HasRoleRequest.Options
If false will search recursively if the principal is a member of role.
onMultiPartDownloadComplete(List<Result>) - Method in interface com.gpudb.filesystem.download.FileDownloadListener
This method is called when all segments/parts of a multi-part download have been completed.
onMultiPartUploadComplete(List<Result>) - Method in interface com.gpudb.filesystem.upload.FileUploadListener
This method is called when all the parts of a multi-part upload have been completed.
onPartDownload(Result) - Method in interface com.gpudb.filesystem.download.FileDownloadListener
This method is called whenever any part of a multi-part download has been completed.
onPartUpload(Result) - Method in interface com.gpudb.filesystem.upload.FileUploadListener
This method is called whenever any part of a multi-part upload has been completed.
opMode - Variable in class com.gpudb.filesystem.common.FileOperation
 
OpMode - Enum in com.gpudb.filesystem.common
This is an enum indicating whether a particular operation is an upload or a download This is an enum used by the class Result which is used by the interfaces FileUploadListener and FileDownloadListener
OPTIMIZE_LOOKUPS - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Use more memory to speed up the joining of tables.
Option() - Constructor for class com.gpudb.filesystem.ingest.IngestOptions.Option
 
Option() - Constructor for class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
Options() - Constructor for class com.gpudb.filesystem.GPUdbFileHandler.Options
Constructor with default values for the class members
Options(GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler.Options
A copy constructor
options(String...) - Static method in class com.gpudb.GPUdbBase
A utility method for creating a map of strings to strings} inline.
Options() - Constructor for class com.gpudb.GPUdbBase.Options
No-argument constructor needed for the copy constructor.
Options(GPUdbBase.Options) - Constructor for class com.gpudb.GPUdbBase.Options
Copy constructor.
ORANGES - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ORANGES - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
ORDER_BY - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Comma-separated list of the columns to be sorted by; e.g.
ORDER_BY - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Comma-separated list of the columns to be sorted by from source table (specified by sourceTableName), e.g., 'timestamp asc, x desc'.
ORDER_BY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Comma-separated list of the columns to be sorted by; e.g.
ORDER_BY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Comma-separated list of the columns to be sorted by as well as the sort direction, e.g., 'timestamp asc, x desc'.
ORDER_BY - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
Single column to be sorted by as well as the sort direction, e.g., 'size asc'.
ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
Name of the column used for candlestick charting techniques.
ORIENTED_ARROW - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
ORIENTED_ARROW - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
ORIENTED_TRIANGLE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
ORIENTED_TRIANGLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
ORRD - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
OUTPUT_BATCH_SIZE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_loops solver only.
OUTPUT_CHARN_LENGTH - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
When specified (>0 and <=256), limits the number of char length on the output tables for string based nodes.
OUTPUT_CLUSTERS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
For STATS_ALL solvers only; the cluster index for each node will be inserted as an additional column in the output.
OUTPUT_EDGE_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
If true then concatenated edge ids will be added as the EDGE path column of the solution table for each source and target pair in shortest path solves.
OUTPUT_TRACKS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
OUTPUT_WKT_PATH - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
If true then concatenated wkt line segments will be added as the WKT column of the adjacency table.
OUTPUT_WKT_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
If true then concatenated wkt line segments will be added as the Wktroute column of the solution table for each source and target pair in shortest path solves.
OVERLAPS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that overlap the given WKT.
OVERWRITE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
OWNER_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
OWNER_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Name of the owner resource group.

P

PAGE_RANK - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the probability of each destination node being visited based on the links of the graph topology.
PAGING_TABLE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
When empty or the specified paging table not exists, the system will create a paging table and return when query output has more records than the user asked.
PAGING_TABLE_TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Sets the 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
 
PAIRED_SIMILARITY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_similarity solver only.
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.CreateTableExternalRequest.Options
Apache Parquet file format
PARQUET - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
PARQUET - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Apache Parquet file format
PARQUET - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Apache Parquet file format
parseFileNames(List<String>) - Static method in class com.gpudb.filesystem.common.FileOperation
This method parses the list of file names passed in to the constructor of the classes FileUploader, FileDownloader which are derivatives of this class.
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.filesystem.ingest.TableCreationOptions.Option
 
PARTITION_DEFINITIONS - Static variable in class com.gpudb.protocol.CreateProjectionRequest.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.CreateTableExternalRequest.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.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.InsertRecordsFromPayloadRequest.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.InsertRecordsFromQueryRequest.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.filesystem.ingest.TableCreationOptions.Option
 
PARTITION_KEYS - Static variable in class com.gpudb.protocol.CreateProjectionRequest.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.CreateTableExternalRequest.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.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.InsertRecordsFromPayloadRequest.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.InsertRecordsFromQueryRequest.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.filesystem.ingest.TableCreationOptions.Option
 
PARTITION_TYPE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
PARTITION_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
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.InsertRecordsFromPayloadRequest.CreateTableOptions
PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
PARTITION_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
PASS_THROUGH - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
PASSWORD - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Password for the remote system user; may be an empty string
PASSWORD - Static variable in class com.gpudb.protocol.CreateContainerRegistryRequest.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
 
PAUSE_DATASOURCE_SUBSCRIPTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Temporarily unsubscribe a data source that is loading continuously as a stream.
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
PERIODIC - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Report changes periodically at rate specified by refresh_period.
permission - Variable in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
PERMISSIVE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Records with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped.
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.
PERMISSIVE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Records with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped.
PERMISSIVE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Records with missing columns are populated with nulls if possible; otherwise, the malformed records are skipped.
PERMUTE_SUPPLIES - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
PERSIST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
If true and a system-level change was requested, the system configuration will be written to disk upon successful application of this request.
PERSIST - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.Options
If true the system configuration will be written to disk upon successful application of this request.
PERSIST - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
If true the system configuration will be written to disk upon successful application of this request.
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.
ping(URL) - Method in class com.gpudb.GPUdbBase
Pings the given URL and returns the response.
ping(URL, int) - Method in class com.gpudb.GPUdbBase
Pings the given URL and returns the response.
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
 
PIPE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
PIPE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.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.VisualizeGetFeatureInfoRequest.Projection
 
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
 
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.
PLUS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
PLUS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
POINTCOLOR - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
The color of points in the plot represented as a hexadecimal number.
POINTCOLOR_ATTR - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
 
POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
POINTCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.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
 
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
 
POLL_INTERVAL - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
POLL_INTERVAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
If true, the number of seconds between attempts to load external files into the table.
POLL_INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
If true, the number of seconds between attempts to load external files into the table.
POLL_INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
If true, the number of seconds between attempts to load external files into the table.
POSTGRES_PROXY_IDLE_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Idle connection timeout in seconds
POSTGRES_PROXY_KEEP_ALIVE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Enable postgres proxy keep alive.
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.
preVisitDirectory(Path, BasicFileAttributes) - Method in class com.gpudb.filesystem.common.LocalFileFinder
This method is automatically called as a directory is found.
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 - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column will be part of (or the entire) PRIMARY_KEYS - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
PRIMARY_KEYS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Comma separated list of column names to set as primary keys, when not specified in the type.
PRIMARY_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Comma separated list of column names to set as primary keys, when not specified in the type.
PRIMARY_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: comma separated list of column names, to set as primary keys, when not specified in the type.
PRIMARY_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Optional: comma separated list of column names, to set as primary keys, when not specified in the type.
PRIORITY - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
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 - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
UDF Procedure
PROC - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
UDF Procedure
PROC - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
UDF Procedure
PROC_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionProcRequest.Permission
Admin access to the proc.
PROC_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionProcRequest.Permission
Admin access to the proc.
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
No longer used.
PROTECTED - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
No longer used.
PROTECTED_HEADERS - Static variable in class com.gpudb.GPUdbBase
 
PUBLIC_ADDRESS - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
The publicly-accessible IP address for the host being added, typically specified for clients using multi-head operations.
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
 
put(String, int) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
put(String, long) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
put(String, String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
put(String, boolean) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
put(String, int) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
One of the four overloaded methods based on varying data types for setting options not already exposed through the other setter methods as documented here.
put(String, long) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
One of the four overloaded methods based on varying data types for setting options not already exposed through the other setter methods as documented here.
put(String, String) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
One of the four overloaded methods based on varying data types for setting options not already exposed through the other setter methods as documented here.
put(String, boolean) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
One of the four overloaded methods based on varying data types for setting options not already exposed through the other setter methods as documented here.
put(int, Object) - Method in class com.gpudb.GenericRecord
 
put(int, Object) - Method in class com.gpudb.protocol.AdminAddHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminAddHostResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.AdminAlterHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminAlterHostResponse
This method 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.AdminBackupBeginRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminBackupBeginResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminBackupEndRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminBackupEndResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminHaRefreshRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminHaRefreshResponse
This method 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.AdminRemoveHostRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminRemoveHostResponse
This method 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.AdminSwitchoverRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AdminSwitchoverResponse
This method 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.AlterCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterGraphRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AlterGraphResponse
 
put(int, Object) - Method in class com.gpudb.protocol.AlterModelRequest
 
put(int, Object) - Method in class com.gpudb.protocol.AlterModelResponse
 
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.AlterSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterSchemaResponse
This method 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.AlterTableMonitorRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
This method 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.AlterVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.AlterVideoResponse
This method 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.CreateContainerRegistryRequest
 
put(int, Object) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
put(int, Object) - Method in class com.gpudb.protocol.CreateCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
put(int, Object) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
put(int, Object) - Method in class com.gpudb.protocol.CreateDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.CreateSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
put(int, Object) - Method in class com.gpudb.protocol.CreateStateTableResponse
 
put(int, Object) - Method in class com.gpudb.protocol.CreateTableExternalRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateTableExternalResponse
This method 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.CreateVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.CreateVideoResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DeleteFilesResponse
This method 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.DownloadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DownloadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
put(int, Object) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
put(int, Object) - Method in class com.gpudb.protocol.DropCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropModelRequest
 
put(int, Object) - Method in class com.gpudb.protocol.DropModelResponse
 
put(int, Object) - Method in class com.gpudb.protocol.DropSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.DropSchemaResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
put(int, Object) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
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.ExportRecordsToFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
This method 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.GrantPermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
This method supports the Avro framework and is not intended to be called directly by the user.
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.GrantPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.GrantPermissionResponse
This method 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.HasPermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasPermissionResponse
This method 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.HasRoleRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasRoleResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.HasSchemaResponse
This method 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.ImportModelRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ImportModelResponse
 
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.InsertRecordsFromPayloadRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
This method 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.RepartitionGraphRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RepartitionGraphResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
This method 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.RevokePermissionRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.RevokePermissionResponse
This method 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.ShowContainerRegistryRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
put(int, Object) - Method in class com.gpudb.protocol.ShowCredentialRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowCredentialResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDatasinkRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDatasinkResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDatasourceRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDatasourceResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowFilesResponse
This method 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.ShowModelRequest
 
put(int, Object) - Method in class com.gpudb.protocol.ShowModelResponse
 
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.ShowResourceObjectsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
This method 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.ShowSchemaRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowSchemaResponse
This method 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.ShowTableMonitorsRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
This method 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.ShowVideoRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.ShowVideoResponse
This method 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.UploadFilesFromurlRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UploadFilesRequest
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.UploadFilesResponse
This method supports the Avro framework and is not intended to be called directly by the user.
put(int, Object) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
put(int, Object) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
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 interface com.gpudb.Record
Sets the value of the specified field.
put(String, Object) - Method in interface com.gpudb.Record
Sets the value of the specified field.
put(String, Object) - Method in class com.gpudb.RecordBase
 
put(int, Object) - Method in class com.gpudb.RecordObject
 
put(Object, int, Object) - Method in class com.gpudb.TypeObjectMap
Sets the value of the column at the specified index in the specified object.
putDateTime(String, Object) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the system timezone.
putDateTime(String, Object, TimeZone) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the given timezone (system timezone if none given).
putDateTime(int, Object) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the system timezone.
putDateTime(int, Object, TimeZone) - Method in class com.gpudb.GenericRecord
For string columns with date, time, or datetime property, parse the string and convert to the appropriate Kinetica format using the given timezone (system timezone if none given).

Q

QUALIFIED_JOIN_TABLE_NAME - Static variable in class com.gpudb.protocol.CreateJoinTableResponse.Info
The fully qualified name of the join table (i.e. including the schema)
QUALIFIED_PROJECTION_NAME - Static variable in class com.gpudb.protocol.CreateProjectionResponse.Info
The fully qualified name of the projection (i.e. including the schema).
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.AggregateGroupByResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.AggregateKMeansResponse.Info
The fully qualified name of the result table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.AggregateUniqueResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.AggregateUnpivotResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.RawAggregateGroupByResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.RawAggregateUniqueResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_RESULT_TABLE_NAME - Static variable in class com.gpudb.protocol.RawAggregateUnpivotResponse.Info
The fully qualified name of the table (i.e. including the schema) used to store the results.
QUALIFIED_TABLE_NAME - Static variable in class com.gpudb.protocol.CreateMaterializedViewResponse.Info
The fully qualified name of the result table (i.e. including the schema)
QUALIFIED_TABLE_NAME - Static variable in class com.gpudb.protocol.CreateTableResponse.Info
The fully qualified name of the new table (i.e. including the schema)
QUALIFIED_TABLE_NAME - Static variable in class com.gpudb.protocol.CreateUnionResponse.Info
The fully qualified name of the result table (i.e. including the schema)
QUALIFIED_TABLE_NAME - Static variable in class com.gpudb.protocol.MergeRecordsResponse.Info
The fully qualified name of the result table (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByAreaGeometryResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByAreaResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByBoxGeometryResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByBoxResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByGeometryResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByListResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByRadiusResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByRangeResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterBySeriesResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByStringResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByTableResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterByValueResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUALIFIED_VIEW_NAME - Static variable in class com.gpudb.protocol.FilterResponse.Info
The fully qualified name of the view (i.e. including the schema)
QUERY_PARAMETERS - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Query parameters in JSON array or arrays (for inserting multiple rows).
queryGraph(QueryGraphRequest) - Method in class com.gpudb.GPUdb
Employs a topological query on a network graph generated a-priori by GPUdb.createGraph(CreateGraphRequest) and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
queryGraph(String, List<String>, List<String>, String, int, Map<String, String>) - Method in class com.gpudb.GPUdb
Employs a topological query on a network graph generated a-priori by GPUdb.createGraph(String, boolean, List, List, List, List, Map) and returns a list of adjacent edge(s) or node(s), also known as an adjacency list, depending on what's been provided to the endpoint; providing edges will return nodes and providing nodes will return edges.
QueryGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.queryGraph(QueryGraphRequest).
QueryGraphRequest() - Constructor for class com.gpudb.protocol.QueryGraphRequest
Constructs a QueryGraphRequest object with default parameters.
QueryGraphRequest(String, List<String>, List<String>, String, int, Map<String, String>) - Constructor for class com.gpudb.protocol.QueryGraphRequest
Constructs a QueryGraphRequest object with the specified parameters.
QueryGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters FORCE_UNDIRECTED: If set to true, all inbound edges and outbound edges relative to the node will be returned.
QueryGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.queryGraph(QueryGraphRequest).
QueryGraphResponse() - Constructor for class com.gpudb.protocol.QueryGraphResponse
Constructs a QueryGraphResponse object with default parameters.

R

RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RAINBOW - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RAINBOW - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RAM_LIMIT - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
The desired RAM limit for the host being added, i.e. the sum of RAM usage for all processes on the host will not be able to exceed this value.
RANGE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Use RANGE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Use RANGE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Use RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Use RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Use RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Use RANGE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using RANK - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Apply the requested change only to a specific rank.
RASTER - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
 
RawAggregateGroupByResponse - Class in com.gpudb.protocol
RawAggregateGroupByResponse() - Constructor for class com.gpudb.protocol.RawAggregateGroupByResponse
Constructs a RawAggregateGroupByResponse object with default parameters.
RawAggregateGroupByResponse.Info - Class in com.gpudb.protocol
Additional information.
RawAggregateUniqueResponse - Class in com.gpudb.protocol
RawAggregateUniqueResponse() - Constructor for class com.gpudb.protocol.RawAggregateUniqueResponse
Constructs a RawAggregateUniqueResponse object with default parameters.
RawAggregateUniqueResponse.Info - Class in com.gpudb.protocol
Additional information.
RawAggregateUnpivotResponse - Class in com.gpudb.protocol
RawAggregateUnpivotResponse() - Constructor for class com.gpudb.protocol.RawAggregateUnpivotResponse
Constructs a RawAggregateUnpivotResponse object with default parameters.
RawAggregateUnpivotResponse.Info - Class in com.gpudb.protocol
Additional information.
RawExecuteSqlResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.executeSqlRaw(ExecuteSqlRequest).
RawExecuteSqlResponse() - Constructor for class com.gpudb.protocol.RawExecuteSqlResponse
Constructs a RawExecuteSqlResponse object with default parameters.
RawExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
Too many records.
RawExecuteSqlResponse.Info - Class in com.gpudb.protocol
Additional information.
RawGetRecordsByColumnResponse - Class in com.gpudb.protocol
RawGetRecordsByColumnResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsByColumnResponse
Constructs a RawGetRecordsByColumnResponse object with default parameters.
RawGetRecordsBySeriesResponse - Class in com.gpudb.protocol
RawGetRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsBySeriesResponse
Constructs a RawGetRecordsBySeriesResponse object with default parameters.
RawGetRecordsFromCollectionResponse - Class in com.gpudb.protocol
RawGetRecordsFromCollectionResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
Constructs a RawGetRecordsFromCollectionResponse object with default parameters.
RawGetRecordsFromCollectionResponse.Info - Class in com.gpudb.protocol
Additional information.
RawGetRecordsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.getRecordsRaw(GetRecordsRequest).
RawGetRecordsResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsResponse
Constructs a RawGetRecordsResponse object with default parameters.
RawGpudbResponse - Class in com.gpudb.protocol
A set of parameters for the raw wrapper for GPUdb responses.
RawGpudbResponse() - Constructor for class com.gpudb.protocol.RawGpudbResponse
Constructs a RawGpudbResponse object with default parameters.
RawInsertRecordsRequest - Class in com.gpudb.protocol
RawInsertRecordsRequest() - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with default parameters.
RawInsertRecordsRequest(String, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with the specified parameters.
RawInsertRecordsRequest(String, List<ByteBuffer>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
Constructs a RawInsertRecordsRequest object with the specified parameters.
RawInsertRecordsRequest.ListEncoding - Class in com.gpudb.protocol
The encoding of the records to be inserted.
RawInsertRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RawUpdateRecordsRequest - Class in com.gpudb.protocol
RawUpdateRecordsRequest() - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with default parameters.
RawUpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with the specified parameters.
RawUpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<ByteBuffer>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RawUpdateRecordsRequest
Constructs a RawUpdateRecordsRequest object with the specified parameters.
RawUpdateRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RawUpdateRecordsRequest.RecordEncoding - Class in com.gpudb.protocol
Identifies which of recordsToInsert and recordsToInsertStr should be used.
RDBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDGY - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDPU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDYLBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
RDYLGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
READ - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Ability to read, list and use the object.
READ - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Ability to read, list and use the object.
READ - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Ability to read, list and use the object.
READ_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only read operations
READ_ONLY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Only read operations are allowed on this table.
READ_WRITE - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow all read/write operations
READ_WRITE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
All read/write operations are allowed on this table.
REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
If true, REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
If true, REBALANCE_UNSHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
If true, unsharded data (a.k.a.
REBALANCE_UNSHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
If true, unsharded data (a.k.a.
REBUILD - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Recreates the environment and re-installs all packages, upgrades the packages if necessary based on dependencies
REBUILD_ON_ERROR - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
[DEPRECATED -- Use the Rebuild DB feature of GAdmin instead.]
Record - Interface in com.gpudb
Interface for objects that contain record data.
RECORD_BYTES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The number of in-memory bytes per record which is the sum of the byte sizes of all columns with property 'data'.
RECORD_ID - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
A record ID identifying a single record, obtained at the time of insertion of the record or by calling GPUdb.getRecordsFromCollectionRaw(GetRecordsFromCollectionRequest) with the *return_record_ids* option.
RECORD_ID - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
RECORD_ID - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
RecordBase - Class in com.gpudb
Abstract class that provides default implementations of most methods of Record.
RecordBase() - Constructor for class com.gpudb.RecordBase
 
RecordObject - Class in com.gpudb
Abstract base class for objects that contain Record data with a schema defined at compile time.
RecordObject() - Constructor for class com.gpudb.RecordObject
Creates a new record object instance.
RecordObject.Column - Annotation Type in com.gpudb
Indicates that a public field is a GPUdb type column.
RecordObject.Type - Annotation Type in com.gpudb
Provides additional information about a GPUdb type.
RecordRetriever<T> - Class in com.gpudb
Object that permits efficient retrieval of records from GPUdb, with support for multi-head access.
RecordRetriever(GPUdb, String, Type) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, WorkerList) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, Type, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
Creates a RecordRetriever with the specified parameters.
RECREATE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true and the graph (using graphName) already exists, the graph is deleted and recreated.
recursive - Variable in class com.gpudb.filesystem.common.FileOperation
Indicates whether the search for files is to be recursive through a directory hierarchy or not.
RECURSIVE - Static variable in class com.gpudb.protocol.DeleteDirectoryRequest.Options
If true, will delete directory and all files residing in it.
REDS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
REDS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
REFERENCES - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Reference count on the respective monitorIds.
REFRESH - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
 
REFRESH - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
For a REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Method by which the join can be refreshed when the data in underlying member tables have changed.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Method by which the table can be refreshed from its source data.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Method controlling when the table monitor reports changes to the tableName.
REFRESH_METHOD - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view current refresh_method - one of manual, periodic, on_change.
REFRESH_PERIOD - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
When refresh_method is periodic, specifies the period in seconds at which refresh occurs
REFRESH_PERIOD - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
When refresh_method is periodic, specifies the period in seconds at which changes are reported.
REFRESH_PERIOD - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method the current refresh period in seconds.
REFRESH_SPAN - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Sets the future time-offset(in seconds) at which periodic refresh stops
REFRESH_START_TIME - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
When refresh_method is periodic, specifies the first time at which a refresh is to be done.
REFRESH_START_TIME - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
When refresh_method is periodic, specifies the first time at which changes are reported.
REFRESH_START_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view with periodic refresh_method the current intial datetime string that periodic refreshes began.
REFRESH_STOP_TIME - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
When refresh_method is periodic, specifies the time at which a periodic refresh is stopped.
REFRESH_STOP_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Time at which the periodic view refresh stops.
REGEX - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Full regular expression search (not accelerated).
REGISTRY - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
 
REMAINING_TABLE_TTL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The remaining REMOTE_QUERY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Remote SQL query from which data will be sourced
REMOTE_QUERY - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Remote SQL query from which data will be sourced
REMOTE_QUERY_FILTER_COLUMN - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Name of column to be used for splitting remote_query into multiple sub-queries using the data distribution of given column
REMOTE_QUERY_FILTER_COLUMN - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Name of column to be used for splitting the query into multiple sub-queries using the data distribution of given column.
REMOTE_QUERY_INCREASING_COLUMN - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Column on subscribed remote query result that will increase for new records (e.g., TIMESTAMP).
REMOTE_QUERY_INCREASING_COLUMN - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Column on subscribed remote query result that will increase for new records (e.g., TIMESTAMP).
REMOTE_QUERY_ORDER_BY - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Name of column to be used for splitting the query into multiple sub-queries using ordering of given column.
REMOTE_QUERY_PARTITION_COLUMN - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Alias name for remote_query_filter_column.
REMOTE_QUERY_PARTITION_COLUMN - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Alias name for remote_query_filter_column.
REMOTE_TABLE - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Name of the target table to which source table is exported.
REMOVE_JOB_ON_COMPLETE - Static variable in class com.gpudb.protocol.CreateJobRequest.Options
Supported values: TRUE FALSE
REMOVE_LABEL_ONLY - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
When RESTRICTIONS on labeled entities requested, if set to true this will NOT delete the entity but only the label associated with the entity.
REMOVE_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Removes the partition specified in value (and relocates all of its data to the default partition) from either a REMOVE_PREVIOUS_RESTRICTIONS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
REMOVE_SHARD_KEYS - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Removes the shard key property from all columns, so that the table will be considered randomly sharded.
REMOVE_TEXT_SEARCH_ATTRIBUTES - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Removes removeHttpHeader(String) - Method in class com.gpudb.GPUdbBase
Removes the given HTTP header from the map of additional HTTP headers to send to GPUdb with each request.
RENAME_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When changing a column, specify new column name.
RENAME_SCHEMA - Static variable in class com.gpudb.protocol.AlterSchemaRequest.Action
Renames a schema to value.
RENAME_TABLE - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Renames a table or view within its current schema to value.
RENDER_OUTPUT_GRID - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
REPAIR_INCORRECTLY_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Scans for any data sharded incorrectly and re-routes the data to the correct location.
repartitionGraph(RepartitionGraphRequest) - Method in class com.gpudb.GPUdb
Rebalances an existing partitioned graph.
repartitionGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Rebalances an existing partitioned graph.
RepartitionGraphRequest - Class in com.gpudb.protocol
RepartitionGraphRequest() - Constructor for class com.gpudb.protocol.RepartitionGraphRequest
Constructs a RepartitionGraphRequest object with default parameters.
RepartitionGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.RepartitionGraphRequest
Constructs a RepartitionGraphRequest object with the specified parameters.
RepartitionGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RepartitionGraphResponse - Class in com.gpudb.protocol
RepartitionGraphResponse() - Constructor for class com.gpudb.protocol.RepartitionGraphResponse
Constructs a RepartitionGraphResponse object with default parameters.
REPLACE_IF_EXISTS - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
If true, deletes any existing video with the same path before creating a new video.
REPLICATED - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
REQUEST_AVRO_JSON - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The JSON representation of request creating this table.
REQUEST_AVRO_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Method by which this table was created.
REQUEST_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Number of minutes after which filtering (e.g., GPUdb.filter(FilterRequest)) and aggregating (e.g., GPUdb.aggregateGroupByRaw(AggregateGroupByRequest)) queries will timeout.
reserveResource(ReserveResourceRequest) - Method in class com.gpudb.GPUdb
 
reserveResource(String, String, String, long, long, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ReserveResourceRequest - Class in com.gpudb.protocol
 
ReserveResourceRequest() - Constructor for class com.gpudb.protocol.ReserveResourceRequest
 
ReserveResourceRequest(String, String, String, long, long, Map<String, String>) - Constructor for class com.gpudb.protocol.ReserveResourceRequest
 
ReserveResourceRequest.Action - Class in com.gpudb.protocol
 
ReserveResourceRequest.Options - Class in com.gpudb.protocol
 
ReserveResourceResponse - Class in com.gpudb.protocol
 
ReserveResourceResponse() - Constructor for class com.gpudb.protocol.ReserveResourceResponse
 
RESET - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Uninstalls all packages in the environment and resets it to the original state at time of creation
RESET_CLIENT - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
RESET_SERVER - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
RESOURCE_GROUP - Static variable in class com.gpudb.protocol.CreateRoleRequest.Options
Name of an existing resource group to associate with this user
RESOURCE_GROUP - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
Name of an existing resource group to associate with this user
RESOURCE_GROUP - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
Name of an existing resource group to associate with this user
RESTORE_GRAPHS - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
RESTRICTED_TYPE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Value-based restriction comparison.
RESTRICTION_THRESHOLD_VALUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
Value-based restriction comparison.
Result - Class in com.gpudb.filesystem.common
This class encapsulates information about the outcome of an upload or a download operation.
Result() - Constructor for class com.gpudb.filesystem.common.Result
Default constructor
Result.SortByDownloadPartNumber - Class in com.gpudb.filesystem.common
This is an implementation of the Comparator interface used to sort the list of Result objects returned by background threads downloading parts of a file.
RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
The name of a table used to store the results, in [schema_name.]table_name format, using standard RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
The name of a table used to store the results, in [schema_name.]table_name format, using standard RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
The name of the table used to store the results, in [schema_name.]table_name format, using standard RESULT_TABLE - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
The name of a table used to store the results, in [schema_name.]table_name format, using standard RESULT_TABLE - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_FORCE_REPLICATED - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Force the result table to be replicated (ignores any sharding).
RESULT_TABLE_GENERATE_PK - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
If true then set a primary key for the result table.
RESULT_TABLE_GENERATE_PK - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
If true then set a primary key for the result table.
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
If true, then the result table specified in result_table will be persisted and will not expire unless a ttl is specified.
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
If true, then the result table specified in result_table will be persisted and will not expire unless a ttl is specified.
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
If true, then the result table specified in result_table will be persisted and will not expire unless a ttl is specified.
RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
If true, then the result table specified in result_table will be persisted and will not expire unless a ttl is specified.
RESULTS_CACHING - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables caching of the results of the given query Supported values: TRUE FALSE The default value is TRUE.
RESUME_DATASOURCE_SUBSCRIPTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Resubscribe to a paused data source subscription.
RETAIN_PARTITIONS - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Determines whether the created projection will retain the partitioning scheme from the source table.
RETURN_INDIVIDUAL_ERRORS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, success will always be returned, and any errors found will be included in the info map.
RETURN_INDIVIDUAL_ERRORS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, success will always be returned, and any errors found will be included in the info map.
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
If true then return the internal record ID along with each returned record.
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If true then return the internal record id along for each inserted record.
RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If true then return the internal record id along for each inserted record.
revokePermission(RevokePermissionRequest) - Method in class com.gpudb.GPUdb
Revoke user or role the specified permission on the specified object.
revokePermission(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revoke user or role the specified permission on the specified object.
revokePermissionCredential(RevokePermissionCredentialRequest) - Method in class com.gpudb.GPUdb
RevokePermissionCredentialRequest() - Constructor for class com.gpudb.protocol.RevokePermissionCredentialRequest
Constructs a RevokePermissionCredentialRequest object with default parameters.
RevokePermissionCredentialRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionCredentialRequest
Constructs a RevokePermissionCredentialRequest object with the specified parameters.
RevokePermissionCredentialRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionCredentialResponse - Class in com.gpudb.protocol
RevokePermissionCredentialResponse() - Constructor for class com.gpudb.protocol.RevokePermissionCredentialResponse
Constructs a RevokePermissionCredentialResponse object with default parameters.
revokePermissionDatasource(RevokePermissionDatasourceRequest) - Method in class com.gpudb.GPUdb
RevokePermissionDatasourceRequest() - Constructor for class com.gpudb.protocol.RevokePermissionDatasourceRequest
Constructs a RevokePermissionDatasourceRequest object with default parameters.
RevokePermissionDatasourceRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionDatasourceRequest
Constructs a RevokePermissionDatasourceRequest object with the specified parameters.
RevokePermissionDatasourceRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role Supported values: ADMIN: Admin access on the given data source CONNECT: Connect access on the given data source A set of string constants for the parameter permission.
RevokePermissionDatasourceResponse - Class in com.gpudb.protocol
RevokePermissionDatasourceResponse() - Constructor for class com.gpudb.protocol.RevokePermissionDatasourceResponse
Constructs a RevokePermissionDatasourceResponse object with default parameters.
revokePermissionDirectory(RevokePermissionDirectoryRequest) - Method in class com.gpudb.GPUdb
RevokePermissionDirectoryRequest() - Constructor for class com.gpudb.protocol.RevokePermissionDirectoryRequest
Constructs a RevokePermissionDirectoryRequest object with default parameters.
RevokePermissionDirectoryRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionDirectoryRequest
Constructs a RevokePermissionDirectoryRequest object with the specified parameters.
RevokePermissionDirectoryRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionDirectoryResponse - Class in com.gpudb.protocol
RevokePermissionDirectoryResponse() - Constructor for class com.gpudb.protocol.RevokePermissionDirectoryResponse
Constructs a RevokePermissionDirectoryResponse object with default parameters.
revokePermissionProc(RevokePermissionProcRequest) - Method in class com.gpudb.GPUdb
Revokes a proc-level permission from a user or role.
revokePermissionProc(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a proc-level permission from a user or role.
RevokePermissionProcRequest - Class in com.gpudb.protocol
RevokePermissionProcRequest() - Constructor for class com.gpudb.protocol.RevokePermissionProcRequest
Constructs a RevokePermissionProcRequest object with default parameters.
RevokePermissionProcRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionProcRequest
Constructs a RevokePermissionProcRequest object with the specified parameters.
RevokePermissionProcRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionProcResponse - Class in com.gpudb.protocol
RevokePermissionProcResponse() - Constructor for class com.gpudb.protocol.RevokePermissionProcResponse
Constructs a RevokePermissionProcResponse object with default parameters.
RevokePermissionRequest - Class in com.gpudb.protocol
RevokePermissionRequest() - Constructor for class com.gpudb.protocol.RevokePermissionRequest
Constructs a RevokePermissionRequest object with default parameters.
RevokePermissionRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionRequest
Constructs a RevokePermissionRequest object with the specified parameters.
RevokePermissionRequest.ObjectType - Class in com.gpudb.protocol
The type of object being revoked Supported values: CONTEXT: Context CREDENTIAL: Credential DATASINK: Data Sink DATASOURCE: Data Source DIRECTORY: KIFS File Directory GRAPH: A Graph object PROC: UDF Procedure SCHEMA: Schema SQL_PROC: SQL Procedure SYSTEM: System-level access TABLE: Database Table TABLE_MONITOR: Table monitor A set of string constants for the parameter objectType.
RevokePermissionRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RevokePermissionRequest.Permission - Class in com.gpudb.protocol
Permission being revoked.
RevokePermissionResponse - Class in com.gpudb.protocol
RevokePermissionResponse() - Constructor for class com.gpudb.protocol.RevokePermissionResponse
Constructs a RevokePermissionResponse object with default parameters.
revokePermissionSystem(RevokePermissionSystemRequest) - Method in class com.gpudb.GPUdb
Revokes a system-level permission from a user or role.
revokePermissionSystem(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a system-level permission from a user or role.
RevokePermissionSystemRequest - Class in com.gpudb.protocol
RevokePermissionSystemRequest() - Constructor for class com.gpudb.protocol.RevokePermissionSystemRequest
Constructs a RevokePermissionSystemRequest object with default parameters.
RevokePermissionSystemRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionSystemRequest
Constructs a RevokePermissionSystemRequest object with the specified parameters.
RevokePermissionSystemRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionSystemResponse - Class in com.gpudb.protocol
RevokePermissionSystemResponse() - Constructor for class com.gpudb.protocol.RevokePermissionSystemResponse
Constructs a RevokePermissionSystemResponse object with default parameters.
revokePermissionTable(RevokePermissionTableRequest) - Method in class com.gpudb.GPUdb
Revokes a table-level permission from a user or role.
revokePermissionTable(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes a table-level permission from a user or role.
RevokePermissionTableRequest - Class in com.gpudb.protocol
RevokePermissionTableRequest() - Constructor for class com.gpudb.protocol.RevokePermissionTableRequest
Constructs a RevokePermissionTableRequest object with default parameters.
RevokePermissionTableRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokePermissionTableRequest
Constructs a RevokePermissionTableRequest object with the specified parameters.
RevokePermissionTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
RevokePermissionTableRequest.Permission - Class in com.gpudb.protocol
Permission to revoke from the user or role.
RevokePermissionTableResponse - Class in com.gpudb.protocol
RevokePermissionTableResponse() - Constructor for class com.gpudb.protocol.RevokePermissionTableResponse
Constructs a RevokePermissionTableResponse object with default parameters.
revokeRole(RevokeRoleRequest) - Method in class com.gpudb.GPUdb
Revokes membership in a role from a user or role.
revokeRole(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Revokes membership in a role from a user or role.
RevokeRoleRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.revokeRole(RevokeRoleRequest).
RevokeRoleRequest() - Constructor for class com.gpudb.protocol.RevokeRoleRequest
Constructs a RevokeRoleRequest object with default parameters.
RevokeRoleRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RevokeRoleRequest
Constructs a RevokeRoleRequest object with the specified parameters.
RevokeRoleResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.revokeRole(RevokeRoleRequest).
RevokeRoleResponse() - Constructor for class com.gpudb.protocol.RevokeRoleResponse
Constructs a RevokeRoleResponse object with default parameters.
RIGHT_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as' right turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
RIGHT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as' right turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
ROLE - Static variable in class com.gpudb.protocol.ShowSecurityResponse.Types
A role.
ROLLUP - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
This option is used to specify the multilevel aggregates.
ROUND_TRIP - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
RULE_BASED_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, disables rule-based rewrite optimizations for the given query Supported values: TRUE FALSE The default value is TRUE.
RUN_TAG - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A string that, if not empty, can be used in subsequent calls to GPUdb.showProcStatus(ShowProcStatusRequest) or GPUdb.killProc(KillProcRequest) to identify the proc instance.
RUN_TAG - Static variable in class com.gpudb.protocol.KillProcRequest.Options
If runId is specified, kill the proc instance that has a matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest).
RUN_TAG - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
If runId is specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided to GPUdb.executeProc(ExecuteProcRequest).
RUNNING - Static variable in class com.gpudb.protocol.GetJobResponse.JobStatus
The job is currently executing.
RUNNING - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.OverallStatuses
The proc instance is currently running.
RUNNING - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Statuses
The proc instance is currently running.

S

S3 - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.StorageProviderTypes
Amazon S3 bucket
S3_AWS_ROLE_ARN - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Amazon IAM Role ARN which has required S3 permissions that can be assumed for the given S3 IAM user
S3_AWS_ROLE_ARN - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Amazon IAM Role ARN which has required S3 permissions that can be assumed for the given S3 IAM user
S3_AWS_ROLE_ARN - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Amazon IAM Role ARN which has required S3 permissions that can be assumed for the given S3 IAM user
S3_AWS_ROLE_ARN - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Amazon IAM Role ARN which has required S3 permissions that can be assumed for the given S3 IAM user
S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Amazon S3 bucket to use as the data sink
S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Amazon S3 bucket to use as the data source
S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Amazon S3 bucket to use as the data sink
S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Amazon S3 bucket to use as the data source
S3_BUCKET_NAME - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
Name of the Amazon S3 bucket used as the data source
S3_ENCRYPTION_CUSTOMER_ALGORITHM - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Customer encryption algorithm used encrypting data
S3_ENCRYPTION_CUSTOMER_ALGORITHM - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Customer encryption algorithm used encrypting data
S3_ENCRYPTION_CUSTOMER_ALGORITHM - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Customer encryption algorithm used encrypting data
S3_ENCRYPTION_CUSTOMER_KEY - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Customer encryption key to encrypt or decrypt data
S3_ENCRYPTION_CUSTOMER_KEY - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Customer encryption key to encrypt or decrypt data
S3_ENCRYPTION_CUSTOMER_KEY - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Customer encryption key to encrypt or decrypt data
S3_ENCRYPTION_TYPE - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Server side encryption type
S3_KMS_KEY_ID - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
KMS key
S3_REGION - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Name of the Amazon S3 region where the given bucket is located
S3_REGION - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the Amazon S3 region where the given bucket is located
S3_REGION - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Name of the Amazon S3 region where the given bucket is located
S3_REGION - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Name of the Amazon S3 region where the given bucket is located
S3_REGION - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
Name of the Amazon S3 region where the bucket is located
S3_USE_VIRTUAL_ADDRESSING - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
When true (default), the requests URI should be specified in virtual-hosted-style format where the bucket name is part of the domain name in the URL.
S3_USE_VIRTUAL_ADDRESSING - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Whether to use virtual addressing when referencing the Amazon S3 source Supported values: TRUE: The requests URI should be specified in virtual-hosted-style format where the bucket name is part of the domain name in the URL.
S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Set to false for testing purposes or when necessary to bypass TLS errors (e.g. self-signed certificates).
S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Set to false for testing purposes or when necessary to bypass TLS errors (e.g. self-signed certificates).
SAVE_PERSIST - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
If set to true, the graph will be saved in the persist directory (see the SAVE_PERSIST - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
If set to true, the graph will be saved in the persist directory (see the SCALAR - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
SCALE_TYPE_X - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Type of x axis scale.
SCALE_TYPE_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
Type of y axis scale.
SCHEMA - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Schema
SCHEMA - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Schema
SCHEMA - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Schema
SCHEMA - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
SCHEMA_NAME - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
Updates the schema name.
SCHEMA_NAME - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Updates the schema name.
SCHEMA_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Updates the schema name.
SCHEMA_NAME - Static variable in class com.gpudb.protocol.AlterTableMonitorRequest.MonitorUpdatesMap
Updates the schema name.
SCHEMA_NAME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The name of the schema for the table.
SCHEMA_REGISTRY_CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Confluent Schema Registry SCHEMA_REGISTRY_LOCATION - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Location of Confluent Schema Registry in '[storage_path[:storage_port]]' format.
SCHEMA_REGISTRY_PORT - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Confluent Schema Registry port (optional).
SCHEMA_REGISTRY_SCHEMA_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
 
SCHEMA_REGISTRY_SCHEMA_NAME - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Name of the Avro schema in the schema registry to use when reading Avro records.
SCHEMA_REGISTRY_SCHEMA_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Name of the Avro schema in the schema registry to use when reading Avro records.
SCHEMA_REGISTRY_SCHEMA_NAME - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
 
SCHEMA_REGISTRY_SCHEMA_VERSION - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
 
SEARCH - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Full text search query with wildcards and boolean operators.
SEARCH_LIMIT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_loops solver only.
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Maximum search radius used when snapping sample points onto potentially matching surrounding segments.
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
SEARCH_RADIUS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When interpolating the graph solution to generate the isochrone, neighborhood of influence of sample data (in percent of the image/grid).
SECRET - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
New password for the credential
SEED - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
If provided, the internal random number generator will be initialized with the given value.
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SEISMIC - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
selectNextCluster() - Method in class com.gpudb.GPUdbBase
Select the next cluster based on the HA failover priority set by the user.
SERIES - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Use SERIES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Use SERIES - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Use SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Use SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Use SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Use SERIES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Using SERVER_ID - Static variable in class com.gpudb.protocol.AlterGraphRequest.Options
 
SERVER_ID - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVER_ID - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVER_ID - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVER_ID - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVER_ID - Static variable in class com.gpudb.protocol.ShowGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVER_ID - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Indicates which graph server(s) to send the request to.
SERVICE_LIMIT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
SERVICE_RADIUS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand and match_pickup_dropoff solvers only.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.ConvertingFieldHandler
Sets the value of the field specified in the constructor in the specified object after converting it from the data type of the GPUdb column specified in the constructor.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.ConvertingMethodHandler
Sets a value in the specified object via the set method specified in the constructor after converting it from the data type of the GPUdb column specified in the constructor.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.FieldHandler
Sets the value of the field specified in the constructor in the specified object.
set(Object, Object) - Method in class com.gpudb.TypeObjectMap.MethodHandler
Sets a value in the specified object via the set method specified in the constructor.
set(Object, Object) - Method in interface com.gpudb.TypeObjectMap.Mutator
Sets a value in an object.
SET1 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET1 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET1 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET2 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SET3 - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SET_COLUMN_COMPRESSION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
No longer supported; action will be ignored.
SET_DEFAULT_SCHEMA - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
Set the default_schema for an internal user.
SET_ENVIRONMENT - Static variable in class com.gpudb.protocol.CreateProcRequest.Options
A python environment to use when executing the proc.
SET_GLOBAL_ACCESS_MODE - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the global access mode (i.e. locking) for the table specified in tableName.
SET_PASSWORD - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
Sets the password of the user.
SET_REFRESH_EXECUTE_AS - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the user name to refresh this SET_REFRESH_METHOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
For a SET_REFRESH_PERIOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time interval in seconds at which to refresh this SET_REFRESH_SPAN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the future time-offset(in seconds) for the view refresh to stop.
SET_REFRESH_START_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time to start periodic refreshes of this SET_REFRESH_STOP_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the time to stop periodic refreshes of this SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterRoleRequest.Action
Sets the resource group for an internal role.
SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
Sets the resource group for an internal user.
SET_STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterGraphRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterGraphResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterModelRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterModelResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setAction(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setAction(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setAction(String) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setActionArg(String) - Method in class com.gpudb.protocol.AlterGraphRequest
 
setActionArg(String) - Method in class com.gpudb.protocol.AlterGraphResponse
 
setActiveHeadNodeUrl(URL) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Set the active head node URL.
setAddedHost(String) - Method in class com.gpudb.protocol.AdminAddHostResponse
 
setAddedRanks(List<String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setAddRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAddRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAddRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setAdjacencyListIntArray(List<Long>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyListStringArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyListWktArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setAdjacencyTable(String) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setAdjoiningResourceGroup(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setAdjoiningResourceGroup(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setArgs(List<String>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setArgs(List<List<String>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setAttribute(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setAuthId(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setAuthorization(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setAuthorization(String) - Method in class com.gpudb.protocol.ClearTableRequest
 
setAutomaticPartition(boolean) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the value of 'automaticPartition'
setAxesInfo(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setBadRecordTableLimit(long) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the value of 'bad_record_table_limit'
setBadRecordTableName(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the value of 'bad_record_table_name'.
setBegin(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setBgColor(long) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setBinParams(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setBinParams(Map<String, Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setBinResults(Map<String, Map<String, Map<String, ByteBuffer>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setBypassSslCertCheck(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the flag indicating whether to verify the SSL certificate for HTTPS connections.
setBytesRequested(long) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setCbAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointalphaAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointalphaVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointcolorAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointcolorVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointshapeAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointshapeVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointsizeAttr(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbPointsizeVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbTransparencyVec(List<Integer>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setCbVals(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setClusterReconnectCount(int) - Method in class com.gpudb.GPUdbBase.Options
Deprecated.
Sets the number of times the API tries to reconnect to the same cluster (when a failover event has been triggered), before actually failing over to any available backup cluster.
setColumnAlterations(List<Map<String, String>>) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
setColumnAlterations(List<Map<String, String>>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setColumnFormats(Map<String, Pair<String, String>>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the column formats
setColumnName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
setColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setColumnName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setColumnNames(List<String>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setColumnsToLoad(Set<String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the set of column names to load
setColumnsToSkip(Set<String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the column names to skip
setColumnValuesMap(Map<String, List<String>>) - Method in class com.gpudb.protocol.FilterByListRequest
 
setCommand(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setCommands(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setComponent(String) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setComponent(String) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
setComponentsJson(String) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setConfigParams(List<Map<String, String>>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
setConnectionInactivityValidationTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the period of inactivity (in milliseconds) after which connection validity would be checked before reusing it.
setContainer(String) - Method in class com.gpudb.protocol.ImportModelRequest
 
setContainerList(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setContourInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setContourOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setCount(int) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setCount(long) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setCount(long) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByListResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByStringResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByTableResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterByValueResponse
 
setCount(long) - Method in class com.gpudb.protocol.FilterResponse
 
setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setCount(int) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
setCountAffected(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setCountAffected(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setCountDeleted(long) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setCountExported(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setCountInserted(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setCountInserted(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setCountInserted(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setCountInserted(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCounts(List<Double>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setCounts(List<Long>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setCountsDeleted(List<Long>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setCountsInserted(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCountSkipped(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setCountSkipped(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setCountsUpdated(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCountUpdated(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setCountUpdated(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setCountUpdated(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setCountUpdated(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setCreatedBy(String) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
setCreatedBy(String) - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
setCreateTableOptions(TableCreationOptions) - Method in class com.gpudb.filesystem.ingest.FileIngestor
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
setCreationTime(long) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
setCreationTime(long) - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
setCreationTimes(List<Long>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setCreationTimes(List<Long>) - Method in class com.gpudb.protocol.ShowFilesResponse
 
setCreationTimes(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setCredential(String) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
setCredentialIdentities(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setCredentialList(List<String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.AlterCredentialRequest
 
setCredentialName(String) - Method in class com.gpudb.protocol.AlterCredentialResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
setCredentialName(String) - Method in class com.gpudb.protocol.CreateCredentialResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.DropCredentialRequest
 
setCredentialName(String) - Method in class com.gpudb.protocol.DropCredentialResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
setCredentialName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
setCredentialName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
setCredentialName(String) - Method in class com.gpudb.protocol.ShowCredentialRequest
 
setCredentialNames(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setCredentials(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setCredentialTypes(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setCredentialUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialRequest
 
setData(ByteBuffer) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
setData(List<Record>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setData(ByteBuffer) - Method in class com.gpudb.protocol.CreateJobRequest
 
setData(List<ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setData(List<Record>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setData(List<Record>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setData(List<List<T>>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setData(ByteBuffer) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setData(List<T>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setDataBytes(ByteBuffer) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setDataBytes(List<ByteBuffer>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setDataBytes(ByteBuffer) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setDataLimits(List<Long>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setDatasinkNames(List<String>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
setDatasinkNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setDatasinkUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
setDatasourceName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
setDatasourceName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
setDatasourceName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
setDatasourceName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
setDatasourceNames(List<String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
setDatasourceUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
setDataStr(String) - Method in class com.gpudb.protocol.CreateJobRequest
 
setDataStr(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setDataText(String) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setDataText(List<String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setDataText(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setDataType(Type) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setDataType(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setDataUsages(List<Long>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setDefaultColumnFormats(Map<String, String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Sets the default column formats
setDeltaTableName(String) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
setDeltaTableName(String) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
setDeploymentMode(String) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setDeployments(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setDestination(String) - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
setDestinationNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setDestinations(List<String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
setDestinationTable(String) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setDestinationTable(String) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
setDestinationTypes(List<String>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
setDifference(Set<T>, Set<T>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
setDirected(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setDirectedGraph(boolean) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setDirectories(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
setDirectoryName(String) - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
setDirectoryName(String) - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
setDirectoryName(String) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
setDirectoryName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
setDirectoryName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
setDirectoryName(String) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
setDirectoryUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
setDisableAutoDiscovery(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the value of the flag indicating whether to disable automatic discovery of backup clusters or worker rank URLs.
setDisableFailover(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the value of the flag indicating whether to disable failover upon failures.
setDownloadInfo(MultiPartDownloadInfo) - Method in class com.gpudb.filesystem.common.Result
 
setDownloadPartNumber(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
setDrawBox(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setDrawLeader(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setDryRun(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setDurationSeconds(double) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setEdges(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setEdges(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setElapsedRenderTimeSeconds(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setEncodedData(String) - Method in class com.gpudb.protocol.GetVectortileResponse
 
setEncoding(String) - Method in class com.gpudb.filesystem.download.FileDownloader
 
setEncoding(String) - Method in class com.gpudb.filesystem.upload.FileUploader
 
setEncoding(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setEncoding(String) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setEnd(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setEnd(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setEndpoint(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEndpoint(String) - Method in class com.gpudb.protocol.CreateJobRequest
 
setEndpoint(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setEndpointName(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setEndpoints(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setEndpointSchema(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEndTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setEntityId(int) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
setEntityId(int) - Method in class com.gpudb.protocol.ImportModelResponse
 
setEntityIds(List<Integer>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setEntityIds(List<Integer>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
setEnvironmentName(String) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
setEnvironmentNames(List<String>) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
setErrorHandlingMode(ErrorHandlingMode) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setErrorList(List<String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setErrorMessage(String) - Method in class com.gpudb.filesystem.common.Result
 
setErrorMessage(String) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setEvents(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setException(Exception) - Method in class com.gpudb.filesystem.common.Result
 
setException(Exception) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setExecutionMode(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setExecutionModes(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setExecutor(ExecutorService) - Method in class com.gpudb.GPUdbBase.Options
Sets the executor service used for managing threads during data encoding and decoding operations.
setExitStatus(String) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
setExitType(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setExpression(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setExpression(String) - Method in class com.gpudb.protocol.FilterRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setExpressions(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setFieldMap(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setFieldMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setFileData(List<ByteBuffer>) - Method in class com.gpudb.protocol.DownloadFilesResponse
 
setFileData(List<ByteBuffer>) - Method in class com.gpudb.protocol.UploadFilesRequest
 
setFileName(String) - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
setFileName(String) - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
setFileName(String) - Method in class com.gpudb.filesystem.common.Result
 
setFileName(String) - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.DeleteFilesRequest
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.DeleteFilesResponse
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.DownloadFilesRequest
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.DownloadFilesResponse
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.ShowFilesResponse
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
setFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesRequest
 
setFilePath(Path) - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
setFilepath(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
setFilepaths(List<String>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
setFilepaths(List<String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
setFiles(List<String>) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setFiles(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setFiles(List<String>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setFiles(List<String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setFiles(List<String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setFiles(List<Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setFileSize(long) - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
setFileSize(Long) - Method in class com.gpudb.filesystem.common.LocalFileInfo
 
setFileSizeToSplit(long) - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
Split files greater than this size so that they are uploaded multi-part.
setFileType(FileType) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setFillColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setFillN0(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setFillNn(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setFilter(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setFilterExpression(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setFilterExpression(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setFilterExpressions(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setFilters(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setFlags(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setFlags(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setFlushInterval(int) - Method in class com.gpudb.BulkInserter.FlushOptions
Sets the flush interval
setFlushWhenFull(boolean) - Method in class com.gpudb.BulkInserter.FlushOptions
Sets the flag to set whether to flush when queues are full or not
setFont(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setForeignKeys(List<String>) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the list of foreign keys
setForeignShardKey(String) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the foreign shard key value
setFramesPerSecond(double) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setFullFileDispatcherThreadpoolSize(int) - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
This value is used to configure the size of the thread pool used internally to handle batches of full file uploads.
setFullFileNames(List<String>) - Method in class com.gpudb.filesystem.common.Result
 
setFullSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setFunctionNames(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setGenerateImage(boolean) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setGeojsonEncodedResponse(String) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setGeometryColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setGeometryColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.AlterGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.DeleteGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ListGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.RepartitionGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.ShowGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setGraphName(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setGraphNames(List<String>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setGraphNames(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setGraphOwnerResourceGroups(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setGraphOwnerUserNames(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setGraphServerIds(List<Integer>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setGridData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setGroups(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
setHAFailoverOrder(GPUdbBase.HAFailoverOrder) - Method in class com.gpudb.GPUdbBase.Options
Sets the value of the enum controlling the inter-cluster (high availability) failover priority.
setHasInsertTableMonitor(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setHasPermission(boolean) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setHasRole(boolean) - Method in class com.gpudb.protocol.HasRoleResponse
 
setHASyncMode(GPUdbBase.HASynchronicityMode) - Method in class com.gpudb.GPUdbBase
Sets the current high availability synchronicity override mode.
setHeight(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setHeight(int) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setHistorySize(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setHost(String) - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
setHost(String) - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
setHostAddress(String) - Method in class com.gpudb.protocol.AdminAddHostRequest
 
setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the host manager port number.
setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase
Deprecated.
As of version 7.1.0.0, this method will no longer be functional. This method will be a no-op, not changing host manager port. The method will be removed in version 7.2.0.0.
setHostManagerUrl(URL) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Set the host manager URL.
setHostnameRegex(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the IP address or hostname regex against which the server's rank URLs would be matched when obtaining them.
setHostnameRegex(Pattern) - Method in class com.gpudb.GPUdbBase.Options
Sets the IP address or hostname regex against which the server's rank URLs would be matched when obtaining them.
setHostNames(Set<String>) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Set the list of host names for all available machines (whether active or passive).
setHosts(List<String>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
setHttpHeaders(Map<String, String>) - Method in class com.gpudb.GPUdbBase.Options
Replaces the contents of the map of additional HTTP headers to send to GPUdb with each request with the contents of the specified map.
setIdentity(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setIncreasingColumns(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
setInfo(Map<String, String>) - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddHostResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterHostResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupBeginResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupEndResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaRefreshResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveHostResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminSwitchoverResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterModelResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterSchemaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTierResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterVideoResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateSchemaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateStateTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateVideoResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DownloadFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasinkResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropModelResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropSchemaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetVectortileResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasSchemaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ImportModelResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.KillProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.LockTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setIngestOptions(IngestOptions) - Method in class com.gpudb.filesystem.ingest.FileIngestor
 
setInitialConnectionAttemptTimeout(long) - Method in class com.gpudb.GPUdbBase.Options
Sets the timeout used when trying to establish a connection to the database at GPUdb initialization.
setInitTableName(String) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
setInProgress(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setInputColumnNames(List<List<String>>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setInputColumnNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setInputColumnNames(Map<String, Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInputSchemas(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setInputTableName(String) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
setInputTableNames(List<String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setInputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setInputWkt(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setIntersection(Set<T>, Set<T>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
 
setInterval(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setInterval(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setIntraClusterFailoverTimeout(long) - Method in class com.gpudb.GPUdbBase.Options
Deprecated.
Sets the timeout used when trying to recover from an intra-cluster failover event. The value is given in milliseconds.
setIsCollection(boolean) - Method in class com.gpudb.protocol.CreateTableResponse
 
setIsIntraClusterFailoverEnabled(boolean) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Deprecated.
Set whether this cluster has intra-cluster failover enabled. Return this object to be able to chain operations.
setIsOffline(boolean) - Method in class com.gpudb.protocol.AdminOfflineResponse
 
setIsPartitioned(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setIsPersisted(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setIsPrimaryCluster(boolean) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Set whether this cluster is the primary one.
setIsString(boolean) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setIsSyncDb(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setIsValid(boolean) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setJobId(List<Long>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setJobId(long) - Method in class com.gpudb.protocol.CreateJobResponse
 
setJobId(long) - Method in class com.gpudb.protocol.CreateVideoResponse
 
setJobId(long) - Method in class com.gpudb.protocol.GetJobRequest
 
setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setJobids(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setJobIds(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setJobResponse(ByteBuffer) - Method in class com.gpudb.protocol.GetJobResponse
 
setJobResponseStr(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setJobStatus(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setJoinSizes(List<Double>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setJsonOptions(GPUdbBase.JsonOptions) - Method in class com.gpudb.BulkInserter
This method could be used to set GPUdbBase.JsonOptions in case the user wants to modify the defaults.
setK(int) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setKifsPath(String) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
setLabel(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setLabel(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setLabel(String) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setLabel(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setLabel(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setLabel(String) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setLabels(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setLastTimestamp(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setLayers(Map<String, List<String>>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setLeaderXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLeaderYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLevelsTable(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setLimit(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setLimit(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setLimit(long) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setLimit(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setLimit(long) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setLimit(long) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setLineColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setLineWidth(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setList(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setListEncoding(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setListRecordsBinary(List<List<ByteBuffer>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setListRecordsJson(List<List<String>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setListStr(List<String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setLoad(List<Integer>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setLocation(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
setLockType(String) - Method in class com.gpudb.protocol.LockTableRequest
 
setLockType(String) - Method in class com.gpudb.protocol.LockTableResponse
 
setLoggingLevel(String) - Static method in class com.gpudb.GPUdbLogger
Dynamically set the default 'logback' logger 'com.gpudb' log level.
setLowerBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setMatchScore(float) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setMax(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setMax(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setMaxConnectionsPerHost(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the maximum number of connections, per host, allowed at any given time.
setMaxLevel(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setMaxRetries(int) - Method in class com.gpudb.BulkInserter
Sets the number of times inserts into GPUdb will be retried in the event of an error.
setMaxSolutionRadius(double) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setMaxTotalConnections(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the maximum number of connections, across all hosts, allowed at any given time.
setMaxX(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMeans(List<List<Double>>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setMember(String) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setMember(String) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setMember(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setMember(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setMemory(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setMessage(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setMessages(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setMessages(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setMetadataMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setMin(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
setMin(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setMinLevel(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setMinX(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMinY(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setMode(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setModelName(String) - Method in class com.gpudb.protocol.AlterModelRequest
 
setModelName(String) - Method in class com.gpudb.protocol.AlterModelResponse
 
setModelName(String) - Method in class com.gpudb.protocol.DropModelRequest
 
setModelName(String) - Method in class com.gpudb.protocol.DropModelResponse
 
setModelName(String) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setModelName(String) - Method in class com.gpudb.protocol.EvaluateModelResponse
 
setModelName(String) - Method in class com.gpudb.protocol.ImportModelRequest
 
setModelName(String) - Method in class com.gpudb.protocol.ImportModelResponse
 
setModelNames(List<String>) - Method in class com.gpudb.protocol.ShowModelRequest
 
setModelNames(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setModelType(String) - Method in class com.gpudb.protocol.ImportModelRequest
 
setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
setMonitorIds(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
setMonitorIds(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setMonitorUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
setMultiPart(boolean) - Method in class com.gpudb.filesystem.common.Result
 
setMultiPartDownloadInfo(MultiPartDownloadInfo) - Method in class com.gpudb.filesystem.common.IoTask
 
setMultiPartUploadInfo(MultiPartUploadInfo) - Method in class com.gpudb.filesystem.common.IoTask
 
setName(String) - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
setName(String) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.AlterTierRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterTierResponse
 
setName(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setName(String) - Method in class com.gpudb.protocol.AlterUserResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
setName(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setName(String) - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
setName(String) - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
setName(String) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteRoleResponse
 
setName(String) - Method in class com.gpudb.protocol.DeleteUserRequest
 
setName(String) - Method in class com.gpudb.protocol.DeleteUserResponse
 
setName(String) - Method in class com.gpudb.protocol.DropDatasinkRequest
 
setName(String) - Method in class com.gpudb.protocol.DropDatasinkResponse
 
setName(String) - Method in class com.gpudb.protocol.DropDatasourceRequest
 
setName(String) - Method in class com.gpudb.protocol.DropDatasourceResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setName(String) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setName(String) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setName(String) - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
setName(String) - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
setNames(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
setNames(List<String>) - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
setNames(List<String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setNodes(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setNodes(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setNoErrorIfExists(boolean) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the value of 'noErrorIfExists' A truthy value indicates that no error will be thrown if there is an attempt to re-create an already existent table and false otherwise.
setNumAlerts(int) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
setNumBytes(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setNumEdges(long) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setNumEdges(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setNumIters(int) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setNumLevels(int) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setNumNodes(long) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
 
setNumNodes(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setNumShardsChanging(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setObject(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
setObject(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
setObject(String) - Method in class com.gpudb.protocol.HasPermissionRequest
 
setObject(String) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setObject(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
setObject(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
setObjectType(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
setObjectType(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
setObjectType(String) - Method in class com.gpudb.protocol.HasPermissionRequest
 
setObjectType(String) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setObjectType(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
setObjectType(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
setOffline(boolean) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
setOffset(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setOffset(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setOffset(long) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setOffset(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setOffset(long) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setOperation(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setOpMode(OpMode) - Method in class com.gpudb.filesystem.common.Result
 
setOptionalParameterCount(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddHostRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupBeginRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupEndRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaRefreshRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterModelRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSchemaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTierRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterVideoRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateSchemaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DownloadFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasinkRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropModelRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropSchemaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetJobRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasSchemaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ImportModelRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
setOptions(Map<String, Map<String, Double>>) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.KillProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ListGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.LockTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RepartitionGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowCredentialRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowModelRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcRequest
 
setOptions(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
setOptions(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSchemaRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowVideoRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setOptions(Map<String, String>) - Method in class com.gpudb.RecordRetriever
Sets the options to be used for the retriever methods.
setOriginalRequest(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setOrphanedTablesTotalSize(long) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setOutput(Map<String, Map<String, Map<String, List<String>>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOutputColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setOutputSchemas(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setOutputTableNames(List<String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setOutputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOverallStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setOverallStatuses(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setOverwriteExisting(boolean) - Method in class com.gpudb.filesystem.download.DownloadOptions
 
setOwnerId(long) - Method in class com.gpudb.protocol.ReserveResourceRequest
 
setPackages(List<List<String>>) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
setPagingTable(String) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setPagingTable(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setParameters(List<List<String>>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setParams(List<Map<String, String>>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setParams(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setParams(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setPartitionDefinitions(List<String>) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the list of partition definitions
setPartitionKeys(List<String>) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the list of partition keys
setPartitionType(PartitionType) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the parition type value used for table creation
setPartOperation(MultiPartUploadInfo.MultiPartOperation) - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
setPassword(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the password to be used for authentication to GPUdb.
setPassword(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
setPassword(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
setPath(String) - Method in class com.gpudb.protocol.AlterVideoRequest
 
setPath(String) - Method in class com.gpudb.protocol.AlterVideoResponse
 
setPath(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setPath(String) - Method in class com.gpudb.protocol.CreateVideoResponse
 
setPaths(List<String>) - Method in class com.gpudb.protocol.ShowFilesRequest
 
setPaths(List<String>) - Method in class com.gpudb.protocol.ShowVideoRequest
 
setPaths(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setPermission(String) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setPermission(String) - Method in class com.gpudb.protocol.HasPermissionRequest
 
setPermission(String) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setPermissions(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setPermissions(Map<String, List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setPivotedColumns(List<String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setPrimaryKeys(List<String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setPrimaryUrl(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the URL of the primary cluster to use amongst the HA clusters.
setPrincipal(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
 
setPrincipal(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
 
setPrincipal(String) - Method in class com.gpudb.protocol.HasPermissionRequest
 
setPrincipal(String) - Method in class com.gpudb.protocol.HasPermissionResponse
 
setPrincipal(String) - Method in class com.gpudb.protocol.HasRoleRequest
 
setPrincipal(String) - Method in class com.gpudb.protocol.HasRoleResponse
 
setPrincipal(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
 
setPrincipal(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
 
setProcedureDefinitions(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setProcedureName(String) - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
setProcedureNames(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
setProcesses(List<String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
setProcExists(boolean) - Method in class com.gpudb.protocol.HasProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.CreateProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.CreateProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.DeleteProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.DeleteProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.ExecuteProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.HasProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.HasProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
setProcName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
setProcName(String) - Method in class com.gpudb.protocol.ShowProcRequest
 
setProcNames(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
 
setProcNames(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setProgress(int) - Method in class com.gpudb.protocol.GetJobResponse
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setProjection(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setProjectionName(String) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setProjectionName(String) - Method in class com.gpudb.protocol.CreateProjectionResponse
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.AlterTableResponse
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setPropertyMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
setPropertyUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
setQueries(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setQueryColumnNames(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setRadius(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setRank(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setRankForLocalDist(int) - Method in class com.gpudb.filesystem.upload.FileUploader
 
setRankHosts(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRanking(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setRanking(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setRankObjects(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
setRanks(List<String>) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
setRanksBeingAdded(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRanksBeingRemoved(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRankUsage(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
setReadLength(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
setReadLengths(List<Long>) - Method in class com.gpudb.protocol.DownloadFilesRequest
 
setReadOffset(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
setReadOffsets(List<Long>) - Method in class com.gpudb.protocol.DownloadFilesRequest
 
setRebalance(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceShardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceShardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceUnshardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRebalanceUnshardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRecordEncoding(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
 
setRecordIds(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setRecordsJson(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setRecordsToInsert(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRecordsToInsertStr(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setRefreshMethod(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setRefreshPeriod(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setRefreshStartTime(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setRegistryList(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setRegistryName(String) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
setRegistryName(String) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
setRegistryName(String) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
setRegistryName(String) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
setRegistryName(String) - Method in class com.gpudb.protocol.ImportModelRequest
 
setRegistryName(String) - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
setRegistryName(String) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setRegistryNames(List<String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setRemoteQuery(String) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
setRemoteQuery(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
setRemovedRanks(List<String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
setRemoveRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRemoveRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRemoveRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setRenderedBytes(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setRenderedFrames(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setRenderedPercents(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setReplicas(int) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setReplicated(boolean) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the value of 'replicated' indicating whether the table to be created will be a replicated table or not.
setRequestEncoding(String) - Method in class com.gpudb.protocol.CreateJobRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setRequests(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setRequestSchemaStr(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setReservation(long) - Method in class com.gpudb.protocol.ReserveResourceResponse
 
setReserved(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setResourceCapacity(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setResourceGroups(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setResponseEncoding(String) - Method in class com.gpudb.protocol.GetJobResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setRestrictions(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setResult(boolean) - Method in class com.gpudb.protocol.CreateGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.DeleteGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ListGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.MatchGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ModifyGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.QueryGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphResponse
 
setResult(boolean) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setResultPerDestinationNode(List<Float>) - Method in class com.gpudb.protocol.SolveGraphResponse
 
setResults(Map<String, Map<String, Map<String, String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setResultTable(boolean) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the value of 'resultTable' indicating whether this table is a result table or not
setRetryCount(int) - Method in class com.gpudb.BulkInserter
Deprecated.
setReturnTypes(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setRings(int) - Method in class com.gpudb.protocol.QueryGraphRequest
 
setRmsDist(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setRmsDists(List<Double>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setRole(String) - Method in class com.gpudb.protocol.GrantRoleRequest
 
setRole(String) - Method in class com.gpudb.protocol.GrantRoleResponse
 
setRole(String) - Method in class com.gpudb.protocol.HasRoleRequest
 
setRole(String) - Method in class com.gpudb.protocol.HasRoleResponse
 
setRole(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
 
setRole(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
 
setRoles(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setRunFunction(String) - Method in class com.gpudb.protocol.ImportModelRequest
 
setRunFunctionList(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
 
setRunId(String) - Method in class com.gpudb.protocol.ExecuteProcResponse
 
setRunId(String) - Method in class com.gpudb.protocol.KillProcRequest
 
setRunId(String) - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
setRunIds(List<String>) - Method in class com.gpudb.protocol.KillProcResponse
 
setRunning(boolean) - Method in class com.gpudb.protocol.GetJobResponse
 
setSamplePoints(List<String>) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSamplesUsed(long) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setSchemaExists(boolean) - Method in class com.gpudb.protocol.HasSchemaResponse
 
setSchemaName(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
 
setSchemaName(String) - Method in class com.gpudb.protocol.AlterSchemaResponse
 
setSchemaName(String) - Method in class com.gpudb.protocol.CreateSchemaRequest
 
setSchemaName(String) - Method in class com.gpudb.protocol.CreateSchemaResponse
 
setSchemaName(String) - Method in class com.gpudb.protocol.DropSchemaRequest
 
setSchemaName(String) - Method in class com.gpudb.protocol.DropSchemaResponse
 
setSchemaName(String) - Method in class com.gpudb.protocol.HasSchemaRequest
 
setSchemaName(String) - Method in class com.gpudb.protocol.HasSchemaResponse
 
setSchemaName(String) - Method in class com.gpudb.protocol.ShowSchemaRequest
 
setSchemaName(String) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
setSchemaNames(List<String>) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
setSchemaTables(List<List<String>>) - Method in class com.gpudb.protocol.ShowSchemaResponse
 
setSecret(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
setSelectExpression(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setServerConnectionTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the server connection timeout value, in milliseconds, after which an inability to establish a connection with the GPUdb server will result in requests being aborted.
setShardArrayVersion(long) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setShardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setShardKeys(List<String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowFilesResponse
 
setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setSolutionTable(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSolutionTable(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSolveInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setSolveMethod(String) - Method in class com.gpudb.protocol.MatchGraphRequest
 
setSolveOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setSolverType(String) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSourceIp(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setSourceNode(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setSourceNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setSourceTable(String) - Method in class com.gpudb.protocol.EvaluateModelRequest
 
setSourceTableColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setSourceTableName(String) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setSourceTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setSourceTableNames(List<String>) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setSqlOptions(Map<String, String>) - Method in class com.gpudb.GPUdbSqlIterator
 
setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
setStart(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setStartTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setStastisticsMap(List<List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
setStatement(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
setStatisticsMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setStats(Map<String, List<Double>>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setStats(Map<String, Double>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
setStatus(List<String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
setStatus(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setStatus(String) - Method in class com.gpudb.protocol.RawGpudbResponse
 
setStatus(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setStatuses(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
 
setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
setStorageProviderTypes(List<String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
setStyle(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setStyleOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setStyleParameters(String) - Method in class com.gpudb.protocol.CreateVideoRequest
 
setSuccessful(boolean) - Method in class com.gpudb.filesystem.common.Result
 
setSuccessful(boolean) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setSuccessful(boolean) - Method in class com.gpudb.protocol.GetJobResponse
 
setSuccessfulFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
setSuccessfulUrls(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
setSymbolColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setSymbolColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setSymbolData(ByteBuffer) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolFormat(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
 
setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolResponse
 
setTableDescriptions(List<List<String>>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableExists(boolean) - Method in class com.gpudb.protocol.HasTableResponse
 
setTableName(String) - Method in class com.gpudb.filesystem.ingest.IngestResult
 
setTableName(String) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.AppendRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.AppendRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ClearTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ClearTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateProjectionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateStateTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateStateTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.CreateUnionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByListRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setTableName(String) - Method in class com.gpudb.protocol.FilterRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.HasTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.HasTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.LockTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.MergeRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.MergeRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTableName(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.ShowTableRequest
 
setTableName(String) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setTargetTrackIds(List<String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTextAngle(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextColor(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextCommentString(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextDelimiter(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextEncodedResponse(String) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setTextEscapeCharacter(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextHasHeader(boolean) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextHeaderPropertyDelimiter(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextNullString(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTextQuoteCharacter(String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
Setter method for text quote character
setTextScale(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setTextString(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setThreadCount(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the number of threads that will be used during data encoding and decoding operations.
setTierAttributes(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
setTierAttributes(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
setTileX(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setTileY(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
setTimedFlushOptions(BulkInserter.FlushOptions) - Method in class com.gpudb.BulkInserter
This method could potentially result in two different scenarios 1.
setTimeInMs(List<Float>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
setTimeout(int) - Method in class com.gpudb.GPUdbBase.Options
Sets the timeout value, in milliseconds, after which a lack of response from the GPUdb server will result in requests being aborted.
setTimeReceived(List<Long>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setTimestamps(List<String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setTimings(Map<String, Map<String, Map<String, Long>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
setTom(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setTopicId(String) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
setTopicId(String) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
setTopicId(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTotalFullSize(long) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTotalParts(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
 
setTotalParts(long) - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
setTotalSize(long) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTrackId(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setTrackIds(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setTrackIds(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setTriggerId(String) - Method in class com.gpudb.protocol.ClearTriggerRequest
 
setTriggerId(String) - Method in class com.gpudb.protocol.ClearTriggerResponse
 
setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
setTriggerIds(List<String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
 
setTriggerMap(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowTriggersResponse
 
setTruncateTable(boolean) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTrustStoreFilePath(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the SSL trustStore file path.
setTrustStorePassword(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the SSL trustStore file password.
setTtl(int) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the 'ttl' value for the table
setTtls(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
 
setType(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeRequest
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setTypeDescriptorIfMissing(String, String, String, Map<String, List<String>>) - Method in class com.gpudb.GPUdbBase
 
setTypeExists(boolean) - Method in class com.gpudb.protocol.HasTypeResponse
 
setTypeId(String) - Method in class com.gpudb.filesystem.ingest.TableCreationOptions
Sets the type ID for the table
setTypeId(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTableRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTableResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.CreateTypeResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.HasTypeRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.HasTypeResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setTypeId(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
setTypeId(String) - Method in class com.gpudb.protocol.ShowTypesRequest
 
setTypeIds(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeIds(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setTypeInferenceMode(TypeInferenceMode) - Method in class com.gpudb.filesystem.ingest.IngestOptions
 
setTypeLabel(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setTypeLabels(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeName(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTypeName(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
setTypes(List<String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
setTypes(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.GetRecordsResponse
 
setTypeSchema(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
 
setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
setUnshardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
setUploadInfo(MultiPartUploadInfo) - Method in class com.gpudb.filesystem.common.Result
 
setUploadOptions(UploadOptions) - Method in class com.gpudb.filesystem.upload.FileUploader
 
setUploadPartNumber(int) - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
setUpperBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setUri(String) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
setUriList(List<String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
setUrls(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
setUserData(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
setUsername(String) - Method in class com.gpudb.GPUdbBase.Options
Sets the username to be used for authentication to GPUdb.
setUserName(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
setUsers(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
setUsers(List<String>) - Method in class com.gpudb.protocol.ShowFilesResponse
 
setUserStopped(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
setUseSnappy(boolean) - Method in class com.gpudb.GPUdbBase.Options
Sets the flag indicating whether to use Snappy compression for certain GPUdb requests that potentially submit large amounts of data.
setUuid(String) - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
setValue(String) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterModelRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterModelResponse
 
setValue(String) - Method in class com.gpudb.protocol.AlterRoleRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterTableRequest
 
setValue(String) - Method in class com.gpudb.protocol.AlterTableResponse
 
setValue(String) - Method in class com.gpudb.protocol.AlterUserRequest
 
setValue(double) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setValueColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setValueStr(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setVariableColumnName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
setVerifiedOk(boolean) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
setVersion(long) - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
setViewId(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByListRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
 
setViewName(String) - Method in class com.gpudb.protocol.FilterRequest
 
setViewName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setWeights(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
 
setWeights(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
 
setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
 
setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
 
setWidth(int) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
setWorkerRankUrls(List<URL>) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
Set the worker rank URLs.
setWorldTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
setWorldTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
setWorldTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setWorldTableNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setX(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setXCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setXCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setXColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setXColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setXColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setXOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setY(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setYColumnName(String) - Method in class com.gpudb.protocol.VisualizeImageRequest
 
setYColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
setYColumnNames(List<String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
setYOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
 
setZoom(int) - Method in class com.gpudb.protocol.GetVectortileRequest
 
SHADOW_AGG_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Size of the shadow aggregate chunk cache in bytes.
SHADOW_FILTER_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Size of the shadow filter chunk cache in bytes.
SHAPEFILE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
ShapeFile file format
SHAPEFILE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
ShapeFile file format
SHAPEFILE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
ShapeFile file format
SHAPEFILLCOLOR_ATTR - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
 
SHAPEFILLCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPEFILLCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINEPATTERNLEN - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEPATTERNLEN - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINEPATTERNS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEPATTERNS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHAPELINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SHAPELINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SHARD_KEY - Static variable in class com.gpudb.ColumnProperty
This property indicates that this column will be part of (or the entire) SHARD_KEY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Comma-separated list of the columns to be sharded on; e.g.
SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
This property indicates that this column will be part of (or the entire) SHARD_KEYS - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
SHARD_KEYS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Comma separated list of column names to set as shard keys, when not specified in the type.
SHARD_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Comma separated list of column names to set as shard keys, when not specified in the type.
SHARD_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: comma separated list of column names, to set as primary keys, when not specified in the type.
SHARD_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Optional: comma separated list of column names, to set as primary keys, when not specified in the type.
SHARP_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
This will add an additonal weight over the edges labelled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
SHARP_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
This will add an additonal weight over the edges labelled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the GPUdb.createGraph(CreateGraphRequest) was invoked at graph creation.
SHORTEST_PATH - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for the optimal (shortest) path based on weights and restrictions from one source to destinations nodes.
SHOW_AGGREGATE_FUNCTIONS - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
SHOW_ASYNC_JOBS - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
If true, then the completed async jobs are also included in the response.
SHOW_CAST_FUNCTIONS - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
SHOW_CHILDREN - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
If tableName is a schema, then true will return information about the tables and views in the schema, and false will return information about the schema itself.
SHOW_CURRENT_USER - Static variable in class com.gpudb.protocol.ShowSecurityRequest.Options
If true, returns only security information for the current user.
SHOW_DEFAULT_GROUP - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
If true include the default and system resource groups in the response.
SHOW_DEFAULT_VALUES - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
If true include values of fields that are based on the default resource group.
SHOW_ORIGINAL_REQUEST - Static variable in class com.gpudb.protocol.ShowGraphRequest.Options
If set to true, the request that was originally used to create the graph is also returned as JSON.
SHOW_SCALAR_FUNCTIONS - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
SHOW_SQL_PROCEDURES - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
SHOW_TIER_USAGE - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
If true include the resource group usage on the worker ranks in the response.
SHOW_USER_DEFINED_FUNCTIONS - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
SHOW_WORKER_INFO - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
If true, then information is also returned from worker ranks.
showAllDirectories() - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information all KIFS directories and returns the information as a list of KifsDirectoryInfo objects.
showAllDirectories(Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information all KIFS directories and returns the information as a list of KifsDirectoryInfo objects.
showContainerRegistry(ShowContainerRegistryRequest) - Method in class com.gpudb.GPUdb
 
showContainerRegistry(String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowContainerRegistryRequest - Class in com.gpudb.protocol
 
ShowContainerRegistryRequest() - Constructor for class com.gpudb.protocol.ShowContainerRegistryRequest
 
ShowContainerRegistryRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowContainerRegistryRequest
 
ShowContainerRegistryResponse - Class in com.gpudb.protocol
 
ShowContainerRegistryResponse() - Constructor for class com.gpudb.protocol.ShowContainerRegistryResponse
 
ShowContainerRegistryResponse.Info - Class in com.gpudb.protocol
 
showCredential(ShowCredentialRequest) - Method in class com.gpudb.GPUdb
Shows information about a specified showCredential(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a specified ShowCredentialRequest - Class in com.gpudb.protocol
ShowCredentialRequest() - Constructor for class com.gpudb.protocol.ShowCredentialRequest
Constructs a ShowCredentialRequest object with default parameters.
ShowCredentialRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowCredentialRequest
Constructs a ShowCredentialRequest object with the specified parameters.
ShowCredentialResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showCredential(ShowCredentialRequest).
ShowCredentialResponse() - Constructor for class com.gpudb.protocol.ShowCredentialResponse
Constructs a ShowCredentialResponse object with default parameters.
showDatasink(ShowDatasinkRequest) - Method in class com.gpudb.GPUdb
Shows information about a specified showDatasink(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a specified ShowDatasinkRequest - Class in com.gpudb.protocol
ShowDatasinkRequest() - Constructor for class com.gpudb.protocol.ShowDatasinkRequest
Constructs a ShowDatasinkRequest object with default parameters.
ShowDatasinkRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowDatasinkRequest
Constructs a ShowDatasinkRequest object with the specified parameters.
ShowDatasinkResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showDatasink(ShowDatasinkRequest).
ShowDatasinkResponse() - Constructor for class com.gpudb.protocol.ShowDatasinkResponse
Constructs a ShowDatasinkResponse object with default parameters.
ShowDatasinkResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective data sinks in datasinkNames.
showDatasource(ShowDatasourceRequest) - Method in class com.gpudb.GPUdb
Shows information about a specified showDatasource(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a specified ShowDatasourceRequest - Class in com.gpudb.protocol
ShowDatasourceRequest() - Constructor for class com.gpudb.protocol.ShowDatasourceRequest
Constructs a ShowDatasourceRequest object with default parameters.
ShowDatasourceRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowDatasourceRequest
Constructs a ShowDatasourceRequest object with the specified parameters.
ShowDatasourceResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showDatasource(ShowDatasourceRequest).
ShowDatasourceResponse() - Constructor for class com.gpudb.protocol.ShowDatasourceResponse
Constructs a ShowDatasourceResponse object with default parameters.
ShowDatasourceResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective data sources in datasourceNames.
ShowDatasourceResponse.StorageProviderTypes - Class in com.gpudb.protocol
The storage provider type of the data sources named in datasourceNames.
showDirectories(Set<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information for a given list of KIFS directories and returns the information as a list of KifsDirectoryInfo objects.
showDirectories(Set<String>, Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information for a given list of KIFS directories and returns the information as a list of KifsDirectoryInfo objects.
showDirectories(ShowDirectoriesRequest) - Method in class com.gpudb.GPUdb
Shows information about directories in showDirectories(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about directories in ShowDirectoriesRequest - Class in com.gpudb.protocol
ShowDirectoriesRequest() - Constructor for class com.gpudb.protocol.ShowDirectoriesRequest
Constructs a ShowDirectoriesRequest object with default parameters.
ShowDirectoriesRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowDirectoriesRequest
Constructs a ShowDirectoriesRequest object with the specified parameters.
ShowDirectoriesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showDirectories(ShowDirectoriesRequest).
ShowDirectoriesResponse() - Constructor for class com.gpudb.protocol.ShowDirectoriesResponse
Constructs a ShowDirectoriesResponse object with default parameters.
showDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information for a given KIFS directory and returns the information as a list of KifsDirectoryInfo objects.
showDirectory(String, Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method retrieves the directory information for a given KIFS directory and returns the information as a list of KifsDirectoryInfo objects.
showEnvironment(ShowEnvironmentRequest) - Method in class com.gpudb.GPUdb
Shows information about a specified showEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a specified ShowEnvironmentRequest - Class in com.gpudb.protocol
ShowEnvironmentRequest() - Constructor for class com.gpudb.protocol.ShowEnvironmentRequest
Constructs a ShowEnvironmentRequest object with default parameters.
ShowEnvironmentRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowEnvironmentRequest
Constructs a ShowEnvironmentRequest object with the specified parameters.
ShowEnvironmentRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowEnvironmentResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showEnvironment(ShowEnvironmentRequest).
ShowEnvironmentResponse() - Constructor for class com.gpudb.protocol.ShowEnvironmentResponse
Constructs a ShowEnvironmentResponse object with default parameters.
showFiles(List<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method shows the files
showFiles(ShowFilesRequest) - Method in class com.gpudb.GPUdb
Shows information about files in showFiles(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about files in ShowFilesRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showFiles(ShowFilesRequest).
ShowFilesRequest() - Constructor for class com.gpudb.protocol.ShowFilesRequest
Constructs a ShowFilesRequest object with default parameters.
ShowFilesRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowFilesRequest
Constructs a ShowFilesRequest object with the specified parameters.
ShowFilesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showFiles(ShowFilesRequest).
ShowFilesResponse() - Constructor for class com.gpudb.protocol.ShowFilesResponse
Constructs a ShowFilesResponse object with default parameters.
ShowFilesResponse.Info - Class in com.gpudb.protocol
Additional information.
showFunctions(ShowFunctionsRequest) - Method in class com.gpudb.GPUdb
 
showFunctions(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowFunctionsRequest - Class in com.gpudb.protocol
 
ShowFunctionsRequest() - Constructor for class com.gpudb.protocol.ShowFunctionsRequest
 
ShowFunctionsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowFunctionsRequest
 
ShowFunctionsRequest.Options - Class in com.gpudb.protocol
 
ShowFunctionsResponse - Class in com.gpudb.protocol
 
ShowFunctionsResponse() - Constructor for class com.gpudb.protocol.ShowFunctionsResponse
 
ShowFunctionsResponse.Flags - Class in com.gpudb.protocol
 
showGraph(ShowGraphRequest) - Method in class com.gpudb.GPUdb
Shows information and characteristics of graphs that exist on the graph server.
showGraph(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information and characteristics of graphs that exist on the graph server.
showGraphGrammar(ShowGraphGrammarRequest) - Method in class com.gpudb.GPUdb
 
showGraphGrammar(Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowGraphGrammarRequest - Class in com.gpudb.protocol
 
ShowGraphGrammarRequest() - Constructor for class com.gpudb.protocol.ShowGraphGrammarRequest
 
ShowGraphGrammarRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowGraphGrammarRequest
 
ShowGraphGrammarResponse - Class in com.gpudb.protocol
 
ShowGraphGrammarResponse() - Constructor for class com.gpudb.protocol.ShowGraphGrammarResponse
 
ShowGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showGraph(ShowGraphRequest).
ShowGraphRequest() - Constructor for class com.gpudb.protocol.ShowGraphRequest
Constructs a ShowGraphRequest object with default parameters.
ShowGraphRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowGraphRequest
Constructs a ShowGraphRequest object with the specified parameters.
ShowGraphRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showGraph(ShowGraphRequest).
ShowGraphResponse() - Constructor for class com.gpudb.protocol.ShowGraphResponse
Constructs a ShowGraphResponse object with default parameters.
showModel(ShowModelRequest) - Method in class com.gpudb.GPUdb
 
showModel(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
ShowModelRequest - Class in com.gpudb.protocol
 
ShowModelRequest() - Constructor for class com.gpudb.protocol.ShowModelRequest
 
ShowModelRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowModelRequest
 
ShowModelResponse - Class in com.gpudb.protocol
 
ShowModelResponse() - Constructor for class com.gpudb.protocol.ShowModelResponse
 
ShowModelResponse.Info - Class in com.gpudb.protocol
 
showProc(ShowProcRequest) - Method in class com.gpudb.GPUdb
Shows information about a proc.
showProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about a proc.
ShowProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showProc(ShowProcRequest).
ShowProcRequest() - Constructor for class com.gpudb.protocol.ShowProcRequest
Constructs a ShowProcRequest object with default parameters.
ShowProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowProcRequest
Constructs a ShowProcRequest object with the specified parameters.
ShowProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showProc(ShowProcRequest).
ShowProcResponse() - Constructor for class com.gpudb.protocol.ShowProcResponse
Constructs a ShowProcResponse object with default parameters.
ShowProcResponse.ExecutionModes - Class in com.gpudb.protocol
The execution modes of the procs named in procNames.
showProcStatus(ShowProcStatusRequest) - Method in class com.gpudb.GPUdb
Shows the statuses of running or completed proc instances.
showProcStatus(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows the statuses of running or completed proc instances.
ShowProcStatusRequest - Class in com.gpudb.protocol
ShowProcStatusRequest() - Constructor for class com.gpudb.protocol.ShowProcStatusRequest
Constructs a ShowProcStatusRequest object with default parameters.
ShowProcStatusRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowProcStatusRequest
Constructs a ShowProcStatusRequest object with the specified parameters.
ShowProcStatusRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowProcStatusResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showProcStatus(ShowProcStatusRequest).
ShowProcStatusResponse() - Constructor for class com.gpudb.protocol.ShowProcStatusResponse
Constructs a ShowProcStatusResponse object with default parameters.
ShowProcStatusResponse.Output - Class in com.gpudb.protocol
Output lines for the returned run IDs, grouped by data segment ID.
ShowProcStatusResponse.OverallStatuses - Class in com.gpudb.protocol
Overall statuses for the returned run IDs.
ShowProcStatusResponse.Statuses - Class in com.gpudb.protocol
Statuses for the returned run IDs, grouped by data segment ID.
showResourceGroups(ShowResourceGroupsRequest) - Method in class com.gpudb.GPUdb
Requests resource group properties.
showResourceGroups(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Requests resource group properties.
ShowResourceGroupsRequest - Class in com.gpudb.protocol
ShowResourceGroupsRequest() - Constructor for class com.gpudb.protocol.ShowResourceGroupsRequest
Constructs a ShowResourceGroupsRequest object with default parameters.
ShowResourceGroupsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowResourceGroupsRequest
Constructs a ShowResourceGroupsRequest object with the specified parameters.
ShowResourceGroupsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowResourceGroupsResponse - Class in com.gpudb.protocol
ShowResourceGroupsResponse() - Constructor for class com.gpudb.protocol.ShowResourceGroupsResponse
Constructs a ShowResourceGroupsResponse object with default parameters.
showResourceObjects(ShowResourceObjectsRequest) - Method in class com.gpudb.GPUdb
Returns information about the internal sub-components (tiered objects) which use resources of the system.
showResourceObjects(Map<String, String>) - Method in class com.gpudb.GPUdb
Returns information about the internal sub-components (tiered objects) which use resources of the system.
ShowResourceObjectsRequest - Class in com.gpudb.protocol
ShowResourceObjectsRequest() - Constructor for class com.gpudb.protocol.ShowResourceObjectsRequest
Constructs a ShowResourceObjectsRequest object with default parameters.
ShowResourceObjectsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowResourceObjectsRequest
Constructs a ShowResourceObjectsRequest object with the specified parameters.
ShowResourceObjectsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowResourceObjectsResponse - Class in com.gpudb.protocol
ShowResourceObjectsResponse() - Constructor for class com.gpudb.protocol.ShowResourceObjectsResponse
Constructs a ShowResourceObjectsResponse object with default parameters.
showResourceStatistics(ShowResourceStatisticsRequest) - Method in class com.gpudb.GPUdb
Requests various statistics for storage/memory tiers and resource groups.
showResourceStatistics(Map<String, String>) - Method in class com.gpudb.GPUdb
Requests various statistics for storage/memory tiers and resource groups.
ShowResourceStatisticsRequest - Class in com.gpudb.protocol
ShowResourceStatisticsRequest() - Constructor for class com.gpudb.protocol.ShowResourceStatisticsRequest
Constructs a ShowResourceStatisticsRequest object with default parameters.
ShowResourceStatisticsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowResourceStatisticsRequest
Constructs a ShowResourceStatisticsRequest object with the specified parameters.
ShowResourceStatisticsResponse - Class in com.gpudb.protocol
ShowResourceStatisticsResponse() - Constructor for class com.gpudb.protocol.ShowResourceStatisticsResponse
Constructs a ShowResourceStatisticsResponse object with default parameters.
showSchema(ShowSchemaRequest) - Method in class com.gpudb.GPUdb
Retrieves information about a showSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information about a ShowSchemaRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showSchema(ShowSchemaRequest).
ShowSchemaRequest() - Constructor for class com.gpudb.protocol.ShowSchemaRequest
Constructs a ShowSchemaRequest object with default parameters.
ShowSchemaRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSchemaRequest
Constructs a ShowSchemaRequest object with the specified parameters.
ShowSchemaRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSchemaResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showSchema(ShowSchemaRequest).
ShowSchemaResponse() - Constructor for class com.gpudb.protocol.ShowSchemaResponse
Constructs a ShowSchemaResponse object with default parameters.
showSecurity(ShowSecurityRequest) - Method in class com.gpudb.GPUdb
Shows security information relating to users and/or roles.
showSecurity(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows security information relating to users and/or roles.
ShowSecurityRequest - Class in com.gpudb.protocol
ShowSecurityRequest() - Constructor for class com.gpudb.protocol.ShowSecurityRequest
Constructs a ShowSecurityRequest object with default parameters.
ShowSecurityRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSecurityRequest
Constructs a ShowSecurityRequest object with the specified parameters.
ShowSecurityRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSecurityResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showSecurity(ShowSecurityRequest).
ShowSecurityResponse() - Constructor for class com.gpudb.protocol.ShowSecurityResponse
Constructs a ShowSecurityResponse object with default parameters.
ShowSecurityResponse.Types - Class in com.gpudb.protocol
Map of user/role name to the type of that user/role.
showSqlProc(ShowSqlProcRequest) - Method in class com.gpudb.GPUdb
Shows information about SQL procedures, including the full definition of each requested procedure.
showSqlProc(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Shows information about SQL procedures, including the full definition of each requested procedure.
ShowSqlProcRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showSqlProc(ShowSqlProcRequest).
ShowSqlProcRequest() - Constructor for class com.gpudb.protocol.ShowSqlProcRequest
Constructs a ShowSqlProcRequest object with default parameters.
ShowSqlProcRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSqlProcRequest
Constructs a ShowSqlProcRequest object with the specified parameters.
ShowSqlProcRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSqlProcResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showSqlProc(ShowSqlProcRequest).
ShowSqlProcResponse() - Constructor for class com.gpudb.protocol.ShowSqlProcResponse
Constructs a ShowSqlProcResponse object with default parameters.
ShowSqlProcResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective tables in the requested procedures.
showStatistics(ShowStatisticsRequest) - Method in class com.gpudb.GPUdb
Retrieves the collected column statistics for the specified table(s).
showStatistics(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the collected column statistics for the specified table(s).
ShowStatisticsRequest - Class in com.gpudb.protocol
ShowStatisticsRequest() - Constructor for class com.gpudb.protocol.ShowStatisticsRequest
Constructs a ShowStatisticsRequest object with default parameters.
ShowStatisticsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowStatisticsRequest
Constructs a ShowStatisticsRequest object with the specified parameters.
ShowStatisticsResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showStatistics(ShowStatisticsRequest).
ShowStatisticsResponse() - Constructor for class com.gpudb.protocol.ShowStatisticsResponse
Constructs a ShowStatisticsResponse object with default parameters.
showSystemProperties(ShowSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
Returns server configuration and version related information to the caller.
showSystemProperties(Map<String, String>) - Method in class com.gpudb.GPUdb
Returns server configuration and version related information to the caller.
ShowSystemPropertiesRequest - Class in com.gpudb.protocol
ShowSystemPropertiesRequest() - Constructor for class com.gpudb.protocol.ShowSystemPropertiesRequest
Constructs a ShowSystemPropertiesRequest object with default parameters.
ShowSystemPropertiesRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemPropertiesRequest
Constructs a ShowSystemPropertiesRequest object with the specified parameters.
ShowSystemPropertiesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowSystemPropertiesResponse - Class in com.gpudb.protocol
ShowSystemPropertiesResponse() - Constructor for class com.gpudb.protocol.ShowSystemPropertiesResponse
Constructs a ShowSystemPropertiesResponse object with default parameters.
ShowSystemPropertiesResponse.PropertyMap - Class in com.gpudb.protocol
A map of server configuration parameters and version information.
showSystemStatus(ShowSystemStatusRequest) - Method in class com.gpudb.GPUdb
Provides server configuration and health related status to the caller.
showSystemStatus(Map<String, String>) - Method in class com.gpudb.GPUdb
Provides server configuration and health related status to the caller.
ShowSystemStatusRequest - Class in com.gpudb.protocol
ShowSystemStatusRequest() - Constructor for class com.gpudb.protocol.ShowSystemStatusRequest
Constructs a ShowSystemStatusRequest object with default parameters.
ShowSystemStatusRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemStatusRequest
Constructs a ShowSystemStatusRequest object with the specified parameters.
ShowSystemStatusResponse - Class in com.gpudb.protocol
ShowSystemStatusResponse() - Constructor for class com.gpudb.protocol.ShowSystemStatusResponse
Constructs a ShowSystemStatusResponse object with default parameters.
showSystemTiming(ShowSystemTimingRequest) - Method in class com.gpudb.GPUdb
Returns the last 100 database requests along with the request timing and internal job id.
showSystemTiming(Map<String, String>) - Method in class com.gpudb.GPUdb
Returns the last 100 database requests along with the request timing and internal job id.
ShowSystemTimingRequest - Class in com.gpudb.protocol
ShowSystemTimingRequest() - Constructor for class com.gpudb.protocol.ShowSystemTimingRequest
Constructs a ShowSystemTimingRequest object with default parameters.
ShowSystemTimingRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ShowSystemTimingRequest
Constructs a ShowSystemTimingRequest object with the specified parameters.
ShowSystemTimingResponse - Class in com.gpudb.protocol
ShowSystemTimingResponse() - Constructor for class com.gpudb.protocol.ShowSystemTimingResponse
Constructs a ShowSystemTimingResponse object with default parameters.
showTable(ShowTableRequest) - Method in class com.gpudb.GPUdb
Retrieves detailed information about a table, view, or schema, specified in tableName.
showTable(String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves detailed information about a table, view, or schema, specified in tableName.
showTableMetadata(ShowTableMetadataRequest) - Method in class com.gpudb.GPUdb
Retrieves the user provided metadata for the specified tables.
showTableMetadata(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves the user provided metadata for the specified tables.
ShowTableMetadataRequest - Class in com.gpudb.protocol
ShowTableMetadataRequest() - Constructor for class com.gpudb.protocol.ShowTableMetadataRequest
Constructs a ShowTableMetadataRequest object with default parameters.
ShowTableMetadataRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTableMetadataRequest
Constructs a ShowTableMetadataRequest object with the specified parameters.
ShowTableMetadataResponse - Class in com.gpudb.protocol
ShowTableMetadataResponse() - Constructor for class com.gpudb.protocol.ShowTableMetadataResponse
Constructs a ShowTableMetadataResponse object with default parameters.
showTableMonitors(ShowTableMonitorsRequest) - Method in class com.gpudb.GPUdb
Show table monitors and their properties.
showTableMonitors(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Show table monitors and their properties.
ShowTableMonitorsRequest - Class in com.gpudb.protocol
ShowTableMonitorsRequest() - Constructor for class com.gpudb.protocol.ShowTableMonitorsRequest
Constructs a ShowTableMonitorsRequest object with default parameters.
ShowTableMonitorsRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTableMonitorsRequest
Constructs a ShowTableMonitorsRequest object with the specified parameters.
ShowTableMonitorsResponse - Class in com.gpudb.protocol
ShowTableMonitorsResponse() - Constructor for class com.gpudb.protocol.ShowTableMonitorsResponse
Constructs a ShowTableMonitorsResponse object with default parameters.
ShowTableMonitorsResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective monitors in monitorIds.
ShowTableRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showTable(ShowTableRequest).
ShowTableRequest() - Constructor for class com.gpudb.protocol.ShowTableRequest
Constructs a ShowTableRequest object with default parameters.
ShowTableRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTableRequest
Constructs a ShowTableRequest object with the specified parameters.
ShowTableRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowTableResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTable(ShowTableRequest).
ShowTableResponse() - Constructor for class com.gpudb.protocol.ShowTableResponse
Constructs a ShowTableResponse object with default parameters.
ShowTableResponse.AdditionalInfo - Class in com.gpudb.protocol
Additional information about the respective tables in tableNames.
ShowTableResponse.TableDescriptions - Class in com.gpudb.protocol
List of descriptions for the respective tables in tableNames.
showTablesByType(ShowTablesByTypeRequest) - Method in class com.gpudb.GPUdb
Gets names of the tables whose type matches the given criteria.
showTablesByType(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Gets names of the tables whose type matches the given criteria.
ShowTablesByTypeRequest - Class in com.gpudb.protocol
ShowTablesByTypeRequest() - Constructor for class com.gpudb.protocol.ShowTablesByTypeRequest
Constructs a ShowTablesByTypeRequest object with default parameters.
ShowTablesByTypeRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTablesByTypeRequest
Constructs a ShowTablesByTypeRequest object with the specified parameters.
ShowTablesByTypeResponse - Class in com.gpudb.protocol
ShowTablesByTypeResponse() - Constructor for class com.gpudb.protocol.ShowTablesByTypeResponse
Constructs a ShowTablesByTypeResponse object with default parameters.
showTriggers(ShowTriggersRequest) - Method in class com.gpudb.GPUdb
Retrieves information regarding the specified triggers or all existing triggers currently active.
showTriggers(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information regarding the specified triggers or all existing triggers currently active.
ShowTriggersRequest - Class in com.gpudb.protocol
ShowTriggersRequest() - Constructor for class com.gpudb.protocol.ShowTriggersRequest
Constructs a ShowTriggersRequest object with default parameters.
ShowTriggersRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTriggersRequest
Constructs a ShowTriggersRequest object with the specified parameters.
ShowTriggersResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTriggers(ShowTriggersRequest).
ShowTriggersResponse() - Constructor for class com.gpudb.protocol.ShowTriggersResponse
Constructs a ShowTriggersResponse object with default parameters.
showTypes(ShowTypesRequest) - Method in class com.gpudb.GPUdb
Retrieves information for the specified data type ID or type label.
showTypes(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information for the specified data type ID or type label.
ShowTypesRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showTypes(ShowTypesRequest).
ShowTypesRequest() - Constructor for class com.gpudb.protocol.ShowTypesRequest
Constructs a ShowTypesRequest object with default parameters.
ShowTypesRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowTypesRequest
Constructs a ShowTypesRequest object with the specified parameters.
ShowTypesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
ShowTypesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showTypes(ShowTypesRequest).
ShowTypesResponse() - Constructor for class com.gpudb.protocol.ShowTypesResponse
Constructs a ShowTypesResponse object with default parameters.
showVideo(ShowVideoRequest) - Method in class com.gpudb.GPUdb
Retrieves information about rendered videos.
showVideo(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Retrieves information about rendered videos.
ShowVideoRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.showVideo(ShowVideoRequest).
ShowVideoRequest() - Constructor for class com.gpudb.protocol.ShowVideoRequest
Constructs a ShowVideoRequest object with default parameters.
ShowVideoRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowVideoRequest
Constructs a ShowVideoRequest object with the specified parameters.
ShowVideoResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.showVideo(ShowVideoRequest).
ShowVideoResponse() - Constructor for class com.gpudb.protocol.ShowVideoResponse
Constructs a ShowVideoResponse object with default parameters.
SINGLE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Insert all records into a single table.
SINGLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Insert all records into a single table.
SINGLE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
 
SINGLE_FILE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Save records to a single file.
SINGLE_FILE_MAX_SIZE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Max file size (in MB) to allow saving to a single file.
SIZE - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
SKEW - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Skewness (third standardized moment).
SKIP_LINES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Skip number of lines from begining of file.
SKIP_LINES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Skip number of lines from begining of file.
SKIP_LINES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Skip number of lines from begining of file.
SKIP_VALIDATION - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Bypass validation of connection to this data sink.
SKIP_VALIDATION - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Bypass validation of connection to remote source.
SKIP_VALIDATION - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Bypass validation of connection to this data sink.
SKIP_VALIDATION - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Bypass validation of connection to remote source.
SM_OMP_THREADS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Set the number of OpenMP threads that will be used to service filter & aggregation requests to the specified integer value.
SMOOTHING_FACTOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
 
SNAPPY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
SNAPPY - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
SNAPPY - Static variable in class com.gpudb.protocol.CreateJobRequest.RequestEncoding
 
SNAPPY - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
SOLVE_DIRECTION - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Specify whether we are going to the source node, or starting from it.
SOLVE_HEURISTIC - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
Specify heuristic search criterion only for the geo graphs and shortest path solves towards a single target Supported values: ASTAR: Employs A-STAR heuristics to speed up the shortest path traversal NONE: No heuristics are applied The default value is NONE.
SOLVE_TABLE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Name of the table to host intermediate solve results, in [schema_name.]table_name format, using standard solveGraph(SolveGraphRequest) - Method in class com.gpudb.GPUdb
Solves an existing graph for a type of problem (e.g., shortest path, page rank, travelling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
solveGraph(String, List<String>, List<String>, String, List<String>, List<String>, String, Map<String, String>) - Method in class com.gpudb.GPUdb
Solves an existing graph for a type of problem (e.g., shortest path, page rank, travelling salesman, etc.) using source nodes, destination nodes, and additional, optional weights and restrictions.
SolveGraphRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.solveGraph(SolveGraphRequest).
SolveGraphRequest() - Constructor for class com.gpudb.protocol.SolveGraphRequest
Constructs a SolveGraphRequest object with default parameters.
SolveGraphRequest(String, List<String>, List<String>, String, List<String>, List<String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.SolveGraphRequest
Constructs a SolveGraphRequest object with the specified parameters.
SolveGraphRequest.Options - Class in com.gpudb.protocol
Additional parameters MAX_SOLUTION_RADIUS: For ALLPATHS, SHORTEST_PATH and INVERSE_SHORTEST_PATH solvers only.
SolveGraphRequest.SolverType - Class in com.gpudb.protocol
The type of solver to use for the graph.
SolveGraphResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.solveGraph(SolveGraphRequest).
SolveGraphResponse() - Constructor for class com.gpudb.protocol.SolveGraphResponse
Constructs a SolveGraphResponse object with default parameters.
SORT_BY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
String determining how the results are sorted.
SORT_BY - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
Optional column that the data should be sorted by.
SORT_BY - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
Optional column that the data should be sorted by.
SORT_ORDER - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SORT_ORDER - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
String indicating how the returned values should be sorted.
SORT_ORDER - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SORT_ORDER - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
String indicating how the returned values should be sorted - ascending or descending.
SortByDownloadPartNumber() - Constructor for class com.gpudb.filesystem.common.Result.SortByDownloadPartNumber
 
SORTED_X_VALUES - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Sorted non-numeric x column value list for drawing x axis label.
SORTED_Y_VALUES - Static variable in class com.gpudb.protocol.VisualizeImageChartResponse.AxesInfo
Sorted non-numeric y column value list for drawing y axis label.
sortFilesIntoFullAndMultipartLists(List<String>, List<String>) - Method in class com.gpudb.filesystem.common.FileOperation
This method takes a list of completely resolved file paths and puts each file into either the FileOperation.multiPartList or FileOperation.fullFileList depending on the file size threshold returned by the method getFileSizeToSplit() of the GPUdbFileHandler.Options class.
SOURCE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Optional WKT starting point from samplePoints for the solver.
SOURCE_NODE - Static variable in class com.gpudb.protocol.RepartitionGraphRequest.Options
The distributed shortest path solve is run from this source node to all the nodes in the graph to create balaced partitions using the iso-distance levels of the solution.
SPATIAL - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
SPATIAL_DISTANCE_METRIC - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A string representing the coordinate system to use for the spatial search criteria.
SPATIAL_RADIUS - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A positive number passed as a string representing the radius of the search area centered around each track point's geospatial coordinates.
SPECTRAL - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
Applies recursive spectral bisection (RSB) partitioning solver
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SPECTRAL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SPEED - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Scans data and picks the widest possible column types so that 'all' values will fit with minimum data scanned
SPEED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Scans data and picks the widest possible column types so that 'all' values will fit with minimum data scanned
SPEED - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Scans data and picks the widest possible column types so that 'all' values will fit with minimum data scanned
SPRING - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SPRING - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SPRING - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SQL - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
SQL_PROC - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
SQL Procedure
SQL_PROC - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
SQL Procedure
SQL_PROC - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
SQL Procedure
SQL_REQUEST_AVRO_JSON - Static variable in class com.gpudb.protocol.RepartitionGraphRequest.Options
The default value is ''.
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
 
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SQUARE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SslErrorMessageFormat - Static variable in class com.gpudb.GPUdbBase
 
SSQ_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
If false, scalar subqueries will be translated into joins Supported values: TRUE FALSE The default value is TRUE.
start() - Method in class com.gpudb.filesystem.download.DownloadIoJob
This method starts the job to download the multipart file by submitting different segments of the file according to the value returned by getFileSizeToSplit() method of GPUdbFileHandler.Options class.
start() - Method in class com.gpudb.filesystem.upload.UploadIoJob
This method starts the job to upload the multipart file by submitting different stages MultiPartUploadInfo.MultiPartOperation to indicate which stage is being executed.
STARTS_WITH - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
Strings that start with the given expression (not accelerated).
STATS_ALL - Static variable in class com.gpudb.protocol.SolveGraphRequest.SolverType
Solves for graph statistics such as graph diameter, longest pairs, vertex valences, topology numbers, average and max cluster sizes, etc.
STATUS - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
 
STATUS - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Show locked status
STDERR - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Output
Output lines from stderr.
STDOUT - Static variable in class com.gpudb.protocol.ShowProcStatusResponse.Output
Output lines from stdout.
STDV - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Sample standard deviation (denominator is count-1).
stop() - Method in class com.gpudb.filesystem.download.DownloadIoJob
This method is used to stop all the running IoTask instances by shutting down the thread pool running them after they're completed.
stop() - Method in class com.gpudb.filesystem.upload.UploadIoJob
This method is used to stop all the running threadpool and return the result list.
STOP_DEPLOYMENT - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
 
STORE_ONLY - Static variable in class com.gpudb.ColumnProperty
Persist the column value but do not make it available to queries (e.g.
STORE_ONLY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Persist the column value but do not make it available to queries (e.g.
STRATEGY_DEFINITION - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Optional parameter for specifying the STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
The STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
The submit(FullFileDispatcher.FullFileUploadTask) - Method in class com.gpudb.filesystem.upload.FullFileDispatcher
Submit an instance of FullFileDispatcher.FullFileUploadTask to the internal threadpool.
submitRequest(String, IndexedRecord, T) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object.
submitRequest(String, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(String, String, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(String, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(URL, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(URL, String, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(URL, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequest(URL, IndexedRecord, T, boolean, int) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, String, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, IndexedRecord, T, boolean, int) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, String, boolean, int) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestRaw(URL, boolean, int) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
submitRequestToHM(String, IndexedRecord, T) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to the GPUdb host manager and saves the response into a pre-created response object.
submitRequestToHM(String, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
Submits an arbitrary request to the GPUdb host manager and saves the response into a pre-created response object, optionally compressing the request before sending.
SUBSCRIBE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
SUBSCRIBE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Continuously poll the data source to check for new data and load it into the table.
SUBSCRIBE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Continuously poll the data source to check for new data and load it into the table.
SUBSCRIBE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Continuously poll the data source to check for new data and load it into the table.
SUBSCRIBE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Continuously poll the data source to check for new data and load it into the table.
SUBTASK_CONCURRENCY_LIMIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the maximum number of simultaneous threads allocated to a given request, on each rank.
SUM - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Sum of all values in the column(s).
SUMMER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
SUMMER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
SUMMER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
SVG - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
SVG_PATH - Static variable in class com.gpudb.protocol.InsertSymbolRequest.SymbolFormat
 
switchURL(URL, int) - Method in class com.gpudb.GPUdbBase
Switches the URL of the HA ring cluster.
SYMBOLCODE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SYMBOLCODE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SYMBOLROTATIONS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
SYMBOLROTATIONS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
SYNCHRONOUS_COMPRESSION - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
compress vector on set_compression (instead of waiting for background thread).
SYSTEM - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
System-level access
SYSTEM - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
System-level access
SYSTEM - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
System-level access
SYSTEM_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Full access to all data and system functions.
SYSTEM_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Full access to all data and system functions.
SYSTEM_READ - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Read-only access to all tables.
SYSTEM_READ - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Read-only access to all tables.
SYSTEM_USER_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Access to administer users and roles that do not have system_admin permission.
SYSTEM_USER_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Access to administer users and roles that do not have system_admin permission.
SYSTEM_WRITE - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
Read and write access to all tables.
SYSTEM_WRITE - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
Read and write access to all tables.

T

TABLE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Database Table
TABLE - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Database Table
TABLE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Database Table
TABLE_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Full read/write and administrative access to the table.
TABLE_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Full read/write and administrative access to the table.
TABLE_DELETE - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Delete access to the table.
TABLE_DELETE - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Delete access to the table.
TABLE_EXCLUDES - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Comma-separated list of unsharded table names to not rebalance.
TABLE_INCLUDES - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
Comma-separated list of unsharded table names to rebalance.
TABLE_INSERT - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Insert access to the table.
TABLE_INSERT - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Insert access to the table.
TABLE_INSERT_MODE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TABLE_INSERT_MODE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Insertion scheme to use when inserting records from multiple shapefiles.
TABLE_INSERT_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Insertion scheme to use when inserting records from multiple shapefiles.
TABLE_INSERT_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Optional: table_insert_mode.
TABLE_MONITOR - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
Table monitor
TABLE_MONITOR - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
Table monitor
TABLE_MONITOR - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
Table monitor
TABLE_NAME - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
 
TABLE_NAMES - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
Comma-separated list of tables to restrict the results to.
TABLE_PER_FILE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Insert records from each file into a new table corresponding to that file.
TABLE_PER_FILE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Insert records from each file into a new table corresponding to that file.
TABLE_PER_FILE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
 
TABLE_READ - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Read access to the table.
TABLE_READ - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Read access to the table.
TABLE_TTL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The value of the TABLE_UPDATE - Static variable in class com.gpudb.protocol.GrantPermissionTableRequest.Permission
Update access to the table.
TABLE_UPDATE - Static variable in class com.gpudb.protocol.RevokePermissionTableRequest.Permission
Update access to the table.
TableCreationOptions - Class in com.gpudb.filesystem.ingest
 
TableCreationOptions() - Constructor for class com.gpudb.filesystem.ingest.TableCreationOptions
 
TableCreationOptions.Option - Class in com.gpudb.filesystem.ingest
 
TCS_PER_TOM - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the tcs_per_tom value of the conf.
terminate() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher
This method is called to terminate the threadpool once an instance of the class FullFileDispatcher has done its job.
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
TERRAIN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
TEXT_COLOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
TEXT_COLOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
When add_labels is set to true, color for the labels.
TEXT_COMMENT_STRING - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_COMMENT_STRING - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the character string that should be interpreted as a comment line prefix in the source data.
TEXT_COMMENT_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the character string that should be interpreted as a comment line prefix in the source data.
TEXT_COMMENT_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the character string that should be interpreted as a comment line prefix in the source data.
TEXT_DELIMITER - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the character delimiting field values in the source data and field names in the header (if present).
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Specifies the character to write out to delimit field values and field names in the header (if present).
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the character delimiting field values in the source data and field names in the header (if present).
TEXT_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the character delimiting field values in the source data and field names in the header (if present).
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the character that is used to escape other characters in the source data.
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the character that is used to escape other characters in the source data.
TEXT_ESCAPE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the character that is used to escape other characters in the source data.
TEXT_HAS_HEADER - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Indicates whether the source data contains a header row.
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Indicates whether to write out a header row.
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Indicates whether the source data contains a header row.
TEXT_HAS_HEADER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Indicates whether the source data contains a header row.
TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the delimiter for TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the delimiter for TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the delimiter for TEXT_NULL_STRING - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the character string that should be interpreted as a null value in the source data.
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
Specifies the character string that should be written out for the null value in the data.
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the character string that should be interpreted as a null value in the source data.
TEXT_NULL_STRING - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the character string that should be interpreted as a null value in the source data.
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the character that should be interpreted as a field value quoting character in the source data.
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the character that should be interpreted as a field value quoting character in the source data.
TEXT_QUOTE_CHARACTER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the character that should be interpreted as a field value quoting character in the source data.
TEXT_SEARCH - Static variable in class com.gpudb.ColumnProperty
Valid only for select 'string' columns.
TEXT_SEARCH - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for select 'string' columns.
TEXT_SEARCH_COLUMNS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Add 'text_search' property to internally inferenced string columns.
TEXT_SEARCH_COLUMNS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Add 'text_search' property to internally inferenced string columns.
TEXT_SEARCH_COLUMNS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Add 'text_search' property to internally inferenced string columns.
TEXT_SEARCH_MIN_COLUMN_LENGTH - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Set the minimum column size for strings to apply the 'text_search' property to.
TEXT_SEARCH_MIN_COLUMN_LENGTH - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Set the minimum column size for strings to apply the 'text_search' property to.
TEXT_SEARCH_MIN_COLUMN_LENGTH - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Set minimum column size.
TIER - Static variable in class com.gpudb.protocol.ReserveResourceRequest.Action
 
TIER - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
 
TIERS - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
Comma-separated list of tiers to query, leave blank for all tiers.
TIME - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
TIME - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
TIME_RADIUS - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
A positive number passed as a string representing the maximum allowable time difference between the timestamps of a filtered object and the given track's points.
TIMESTAMP - Static variable in class com.gpudb.ColumnProperty
Valid only for 'long' columns.
TIMESTAMP - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'long' columns.
TO_SOURCE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
Shortest path to source (Dijkstra)
toJsonArray(List<String>) - Static method in class com.gpudb.util.json.JsonUtils
Converts a List to a JSON array where each element is a valid JSON String
toString() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
 
toString() - Method in class com.gpudb.filesystem.common.KifsFileInfo
 
toString() - Method in class com.gpudb.filesystem.common.Result
 
toString() - Method in enum com.gpudb.filesystem.ingest.PartitionType
 
toString() - Method in class com.gpudb.filesystem.upload.MultiPartUploadInfo
 
toString() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
 
toString() - Method in class com.gpudb.GPUdbBase.GetRecordsJsonResponse
 
toString() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
 
toString() - Method in class com.gpudb.GPUdbBase.JsonOptions
 
toString() - Method in class com.gpudb.GPUdbBase.Options
Returns the set of options as a JSON-style string
toString() - Method in class com.gpudb.protocol.AdminAddHostRequest
 
toString() - Method in class com.gpudb.protocol.AdminAddHostResponse
 
toString() - Method in class com.gpudb.protocol.AdminAddRanksRequest
 
toString() - Method in class com.gpudb.protocol.AdminAddRanksResponse
 
toString() - Method in class com.gpudb.protocol.AdminAlterHostRequest
 
toString() - Method in class com.gpudb.protocol.AdminAlterHostResponse
 
toString() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
 
toString() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
 
toString() - Method in class com.gpudb.protocol.AdminBackupBeginRequest
 
toString() - Method in class com.gpudb.protocol.AdminBackupBeginResponse
 
toString() - Method in class com.gpudb.protocol.AdminBackupEndRequest
 
toString() - Method in class com.gpudb.protocol.AdminBackupEndResponse
 
toString() - Method in class com.gpudb.protocol.AdminHaRefreshRequest
 
toString() - Method in class com.gpudb.protocol.AdminHaRefreshResponse
 
toString() - Method in class com.gpudb.protocol.AdminOfflineRequest
 
toString() - Method in class com.gpudb.protocol.AdminOfflineResponse
 
toString() - Method in class com.gpudb.protocol.AdminRebalanceRequest
 
toString() - Method in class com.gpudb.protocol.AdminRebalanceResponse
 
toString() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
 
toString() - Method in class com.gpudb.protocol.AdminRemoveHostResponse
 
toString() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
 
toString() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowJobsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowJobsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShowShardsRequest
 
toString() - Method in class com.gpudb.protocol.AdminShowShardsResponse
 
toString() - Method in class com.gpudb.protocol.AdminShutdownRequest
 
toString() - Method in class com.gpudb.protocol.AdminShutdownResponse
 
toString() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
 
toString() - Method in class com.gpudb.protocol.AdminSwitchoverResponse
 
toString() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
 
toString() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
 
toString() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
 
toString() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
 
toString() - Method in class com.gpudb.protocol.AggregateGroupByRequest
 
toString() - Method in class com.gpudb.protocol.AggregateGroupByResponse
 
toString() - Method in class com.gpudb.protocol.AggregateHistogramRequest
 
toString() - Method in class com.gpudb.protocol.AggregateHistogramResponse
 
toString() - Method in class com.gpudb.protocol.AggregateKMeansRequest
 
toString() - Method in class com.gpudb.protocol.AggregateKMeansResponse
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
 
toString() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.AggregateUniqueRequest
 
toString() - Method in class com.gpudb.protocol.AggregateUniqueResponse
 
toString() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
 
toString() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
 
toString() - Method in class com.gpudb.protocol.AlterCredentialRequest
 
toString() - Method in class com.gpudb.protocol.AlterCredentialResponse
 
toString() - Method in class com.gpudb.protocol.AlterDatasinkRequest
 
toString() - Method in class com.gpudb.protocol.AlterDatasinkResponse
 
toString() - Method in class com.gpudb.protocol.AlterDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.AlterDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.AlterDirectoryRequest
 
toString() - Method in class com.gpudb.protocol.AlterDirectoryResponse
 
toString() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
 
toString() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
 
toString() - Method in class com.gpudb.protocol.AlterGraphRequest
 
toString() - Method in class com.gpudb.protocol.AlterGraphResponse
 
toString() - Method in class com.gpudb.protocol.AlterModelRequest
 
toString() - Method in class com.gpudb.protocol.AlterModelResponse
 
toString() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
 
toString() - Method in class com.gpudb.protocol.AlterRoleRequest
 
toString() - Method in class com.gpudb.protocol.AlterRoleResponse
 
toString() - Method in class com.gpudb.protocol.AlterSchemaRequest
 
toString() - Method in class com.gpudb.protocol.AlterSchemaResponse
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
 
toString() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
 
toString() - Method in class com.gpudb.protocol.AlterTableRequest
 
toString() - Method in class com.gpudb.protocol.AlterTableResponse
 
toString() - Method in class com.gpudb.protocol.AlterTierRequest
 
toString() - Method in class com.gpudb.protocol.AlterTierResponse
 
toString() - Method in class com.gpudb.protocol.AlterUserRequest
 
toString() - Method in class com.gpudb.protocol.AlterUserResponse
 
toString() - Method in class com.gpudb.protocol.AlterVideoRequest
 
toString() - Method in class com.gpudb.protocol.AlterVideoResponse
 
toString() - Method in class com.gpudb.protocol.AppendRecordsRequest
 
toString() - Method in class com.gpudb.protocol.AppendRecordsResponse
 
toString() - Method in class com.gpudb.protocol.ClearStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ClearStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
 
toString() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
 
toString() - Method in class com.gpudb.protocol.ClearTableRequest
 
toString() - Method in class com.gpudb.protocol.ClearTableResponse
 
toString() - Method in class com.gpudb.protocol.ClearTriggerRequest
 
toString() - Method in class com.gpudb.protocol.ClearTriggerResponse
 
toString() - Method in class com.gpudb.protocol.CollectStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.CollectStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
 
toString() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
 
toString() - Method in class com.gpudb.protocol.CreateCredentialRequest
 
toString() - Method in class com.gpudb.protocol.CreateCredentialResponse
 
toString() - Method in class com.gpudb.protocol.CreateDatasinkRequest
 
toString() - Method in class com.gpudb.protocol.CreateDatasinkResponse
 
toString() - Method in class com.gpudb.protocol.CreateDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.CreateDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateDirectoryRequest
 
toString() - Method in class com.gpudb.protocol.CreateDirectoryResponse
 
toString() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
 
toString() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
 
toString() - Method in class com.gpudb.protocol.CreateGraphRequest
 
toString() - Method in class com.gpudb.protocol.CreateGraphResponse
 
toString() - Method in class com.gpudb.protocol.CreateJobRequest
 
toString() - Method in class com.gpudb.protocol.CreateJobResponse
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateJoinTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
 
toString() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
 
toString() - Method in class com.gpudb.protocol.CreateProcRequest
 
toString() - Method in class com.gpudb.protocol.CreateProcResponse
 
toString() - Method in class com.gpudb.protocol.CreateProjectionRequest
 
toString() - Method in class com.gpudb.protocol.CreateProjectionResponse
 
toString() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
 
toString() - Method in class com.gpudb.protocol.CreateRoleRequest
 
toString() - Method in class com.gpudb.protocol.CreateRoleResponse
 
toString() - Method in class com.gpudb.protocol.CreateSchemaRequest
 
toString() - Method in class com.gpudb.protocol.CreateSchemaResponse
 
toString() - Method in class com.gpudb.protocol.CreateStateTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateStateTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateTableExternalRequest
 
toString() - Method in class com.gpudb.protocol.CreateTableExternalResponse
 
toString() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
 
toString() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
 
toString() - Method in class com.gpudb.protocol.CreateTableRequest
 
toString() - Method in class com.gpudb.protocol.CreateTableResponse
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
 
toString() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
 
toString() - Method in class com.gpudb.protocol.CreateTypeRequest
 
toString() - Method in class com.gpudb.protocol.CreateTypeResponse
 
toString() - Method in class com.gpudb.protocol.CreateUnionRequest
 
toString() - Method in class com.gpudb.protocol.CreateUnionResponse
 
toString() - Method in class com.gpudb.protocol.CreateUserExternalRequest
 
toString() - Method in class com.gpudb.protocol.CreateUserExternalResponse
 
toString() - Method in class com.gpudb.protocol.CreateUserInternalRequest
 
toString() - Method in class com.gpudb.protocol.CreateUserInternalResponse
 
toString() - Method in class com.gpudb.protocol.CreateVideoRequest
 
toString() - Method in class com.gpudb.protocol.CreateVideoResponse
 
toString() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
 
toString() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
 
toString() - Method in class com.gpudb.protocol.DeleteFilesRequest
 
toString() - Method in class com.gpudb.protocol.DeleteFilesResponse
 
toString() - Method in class com.gpudb.protocol.DeleteGraphRequest
 
toString() - Method in class com.gpudb.protocol.DeleteGraphResponse
 
toString() - Method in class com.gpudb.protocol.DeleteProcRequest
 
toString() - Method in class com.gpudb.protocol.DeleteProcResponse
 
toString() - Method in class com.gpudb.protocol.DeleteRecordsRequest
 
toString() - Method in class com.gpudb.protocol.DeleteRecordsResponse
 
toString() - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
 
toString() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
 
toString() - Method in class com.gpudb.protocol.DeleteRoleRequest
 
toString() - Method in class com.gpudb.protocol.DeleteRoleResponse
 
toString() - Method in class com.gpudb.protocol.DeleteUserRequest
 
toString() - Method in class com.gpudb.protocol.DeleteUserResponse
 
toString() - Method in class com.gpudb.protocol.DownloadFilesRequest
 
toString() - Method in class com.gpudb.protocol.DownloadFilesResponse
 
toString() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
 
toString() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
 
toString() - Method in class com.gpudb.protocol.DropCredentialRequest
 
toString() - Method in class com.gpudb.protocol.DropCredentialResponse
 
toString() - Method in class com.gpudb.protocol.DropDatasinkRequest
 
toString() - Method in class com.gpudb.protocol.DropDatasinkResponse
 
toString() - Method in class com.gpudb.protocol.DropDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.DropDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.DropEnvironmentRequest
 
toString() - Method in class com.gpudb.protocol.DropEnvironmentResponse
 
toString() - Method in class com.gpudb.protocol.DropModelRequest
 
toString() - Method in class com.gpudb.protocol.DropModelResponse
 
toString() - Method in class com.gpudb.protocol.DropSchemaRequest
 
toString() - Method in class com.gpudb.protocol.DropSchemaResponse
 
toString() - Method in class com.gpudb.protocol.EvaluateModelRequest
 
toString() - Method in class com.gpudb.protocol.EvaluateModelResponse
 
toString() - Method in class com.gpudb.protocol.ExecuteProcRequest
 
toString() - Method in class com.gpudb.protocol.ExecuteProcResponse
 
toString() - Method in class com.gpudb.protocol.ExecuteSqlRequest
 
toString() - Method in class com.gpudb.protocol.ExecuteSqlResponse
 
toString() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
 
toString() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
 
toString() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
 
toString() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
 
toString() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByAreaRequest
 
toString() - Method in class com.gpudb.protocol.FilterByAreaResponse
 
toString() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByBoxRequest
 
toString() - Method in class com.gpudb.protocol.FilterByBoxResponse
 
toString() - Method in class com.gpudb.protocol.FilterByGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByListRequest
 
toString() - Method in class com.gpudb.protocol.FilterByListResponse
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRadiusResponse
 
toString() - Method in class com.gpudb.protocol.FilterByRangeRequest
 
toString() - Method in class com.gpudb.protocol.FilterByRangeResponse
 
toString() - Method in class com.gpudb.protocol.FilterBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.FilterBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.FilterByStringRequest
 
toString() - Method in class com.gpudb.protocol.FilterByStringResponse
 
toString() - Method in class com.gpudb.protocol.FilterByTableRequest
 
toString() - Method in class com.gpudb.protocol.FilterByTableResponse
 
toString() - Method in class com.gpudb.protocol.FilterByValueRequest
 
toString() - Method in class com.gpudb.protocol.FilterByValueResponse
 
toString() - Method in class com.gpudb.protocol.FilterRequest
 
toString() - Method in class com.gpudb.protocol.FilterResponse
 
toString() - Method in class com.gpudb.protocol.GetJobRequest
 
toString() - Method in class com.gpudb.protocol.GetJobResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
 
toString() - Method in class com.gpudb.protocol.GetRecordsRequest
 
toString() - Method in class com.gpudb.protocol.GetRecordsResponse
 
toString() - Method in class com.gpudb.protocol.GetVectortileRequest
 
toString() - Method in class com.gpudb.protocol.GetVectortileResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
 
toString() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
 
toString() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
 
toString() - Method in class com.gpudb.protocol.GrantRoleRequest
 
toString() - Method in class com.gpudb.protocol.GrantRoleResponse
 
toString() - Method in class com.gpudb.protocol.HasPermissionRequest
 
toString() - Method in class com.gpudb.protocol.HasPermissionResponse
 
toString() - Method in class com.gpudb.protocol.HasProcRequest
 
toString() - Method in class com.gpudb.protocol.HasProcResponse
 
toString() - Method in class com.gpudb.protocol.HasRoleRequest
 
toString() - Method in class com.gpudb.protocol.HasRoleResponse
 
toString() - Method in class com.gpudb.protocol.HasSchemaRequest
 
toString() - Method in class com.gpudb.protocol.HasSchemaResponse
 
toString() - Method in class com.gpudb.protocol.HasTableRequest
 
toString() - Method in class com.gpudb.protocol.HasTableResponse
 
toString() - Method in class com.gpudb.protocol.HasTypeRequest
 
toString() - Method in class com.gpudb.protocol.HasTypeResponse
 
toString() - Method in class com.gpudb.protocol.ImportModelRequest
 
toString() - Method in class com.gpudb.protocol.ImportModelResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
 
toString() - Method in class com.gpudb.protocol.InsertRecordsRequest
 
toString() - Method in class com.gpudb.protocol.InsertRecordsResponse
 
toString() - Method in class com.gpudb.protocol.InsertSymbolRequest
 
toString() - Method in class com.gpudb.protocol.InsertSymbolResponse
 
toString() - Method in class com.gpudb.protocol.KillProcRequest
 
toString() - Method in class com.gpudb.protocol.KillProcResponse
 
toString() - Method in class com.gpudb.protocol.ListGraphRequest
 
toString() - Method in class com.gpudb.protocol.ListGraphResponse
 
toString() - Method in class com.gpudb.protocol.LockTableRequest
 
toString() - Method in class com.gpudb.protocol.LockTableResponse
 
toString() - Method in class com.gpudb.protocol.MatchGraphRequest
 
toString() - Method in class com.gpudb.protocol.MatchGraphResponse
 
toString() - Method in class com.gpudb.protocol.MergeRecordsRequest
 
toString() - Method in class com.gpudb.protocol.MergeRecordsResponse
 
toString() - Method in class com.gpudb.protocol.ModifyGraphRequest
 
toString() - Method in class com.gpudb.protocol.ModifyGraphResponse
 
toString() - Method in class com.gpudb.protocol.QueryGraphRequest
 
toString() - Method in class com.gpudb.protocol.QueryGraphResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
 
toString() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
 
toString() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
 
toString() - Method in class com.gpudb.protocol.RawGetRecordsResponse
 
toString() - Method in class com.gpudb.protocol.RawGpudbResponse
 
toString() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
 
toString() - Method in class com.gpudb.protocol.RepartitionGraphRequest
 
toString() - Method in class com.gpudb.protocol.RepartitionGraphResponse
 
toString() - Method in class com.gpudb.protocol.ReserveResourceRequest
 
toString() - Method in class com.gpudb.protocol.ReserveResourceResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
 
toString() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
 
toString() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
 
toString() - Method in class com.gpudb.protocol.RevokeRoleRequest
 
toString() - Method in class com.gpudb.protocol.RevokeRoleResponse
 
toString() - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
 
toString() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
 
toString() - Method in class com.gpudb.protocol.ShowCredentialRequest
 
toString() - Method in class com.gpudb.protocol.ShowCredentialResponse
 
toString() - Method in class com.gpudb.protocol.ShowDatasinkRequest
 
toString() - Method in class com.gpudb.protocol.ShowDatasinkResponse
 
toString() - Method in class com.gpudb.protocol.ShowDatasourceRequest
 
toString() - Method in class com.gpudb.protocol.ShowDatasourceResponse
 
toString() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
 
toString() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
 
toString() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
 
toString() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
 
toString() - Method in class com.gpudb.protocol.ShowFilesRequest
 
toString() - Method in class com.gpudb.protocol.ShowFilesResponse
 
toString() - Method in class com.gpudb.protocol.ShowFunctionsRequest
 
toString() - Method in class com.gpudb.protocol.ShowFunctionsResponse
 
toString() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
 
toString() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
 
toString() - Method in class com.gpudb.protocol.ShowGraphRequest
 
toString() - Method in class com.gpudb.protocol.ShowGraphResponse
 
toString() - Method in class com.gpudb.protocol.ShowModelRequest
 
toString() - Method in class com.gpudb.protocol.ShowModelResponse
 
toString() - Method in class com.gpudb.protocol.ShowProcRequest
 
toString() - Method in class com.gpudb.protocol.ShowProcResponse
 
toString() - Method in class com.gpudb.protocol.ShowProcStatusRequest
 
toString() - Method in class com.gpudb.protocol.ShowProcStatusResponse
 
toString() - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
 
toString() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
 
toString() - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
 
toString() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
 
toString() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.ShowSchemaRequest
 
toString() - Method in class com.gpudb.protocol.ShowSchemaResponse
 
toString() - Method in class com.gpudb.protocol.ShowSecurityRequest
 
toString() - Method in class com.gpudb.protocol.ShowSecurityResponse
 
toString() - Method in class com.gpudb.protocol.ShowSqlProcRequest
 
toString() - Method in class com.gpudb.protocol.ShowSqlProcResponse
 
toString() - Method in class com.gpudb.protocol.ShowStatisticsRequest
 
toString() - Method in class com.gpudb.protocol.ShowStatisticsResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
 
toString() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
 
toString() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
 
toString() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
 
toString() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
 
toString() - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
 
toString() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
 
toString() - Method in class com.gpudb.protocol.ShowTableRequest
 
toString() - Method in class com.gpudb.protocol.ShowTableResponse
 
toString() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
 
toString() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
 
toString() - Method in class com.gpudb.protocol.ShowTriggersRequest
 
toString() - Method in class com.gpudb.protocol.ShowTriggersResponse
 
toString() - Method in class com.gpudb.protocol.ShowTypesRequest
 
toString() - Method in class com.gpudb.protocol.ShowTypesResponse
 
toString() - Method in class com.gpudb.protocol.ShowVideoRequest
 
toString() - Method in class com.gpudb.protocol.ShowVideoResponse
 
toString() - Method in class com.gpudb.protocol.SolveGraphRequest
 
toString() - Method in class com.gpudb.protocol.SolveGraphResponse
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesRequest
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsBySeriesResponse
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsRequest
 
toString() - Method in class com.gpudb.protocol.UpdateRecordsResponse
 
toString() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
 
toString() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
 
toString() - Method in class com.gpudb.protocol.UploadFilesRequest
 
toString() - Method in class com.gpudb.protocol.UploadFilesResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeImageRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeImageResponse
 
toString() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
 
toString() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
 
toString() - Method in class com.gpudb.RecordBase
 
toString() - Method in class com.gpudb.Type.Column
 
toString() - Method in class com.gpudb.Type
 
TOTAL_BYTES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
The total size in bytes of all data stored in the table.
TOTAL_NUMBER_OF_RECORDS - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
Total number of records.
TOTAL_NUMBER_OF_RECORDS - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
Total number of records.
TOUCHES - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that touch the given WKT.
TPS_PER_TOM - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
Sets the tps_per_tom value of the conf.
trace(String) - Static method in class com.gpudb.GPUdbLogger
 
trace_with_info(String) - Static method in class com.gpudb.GPUdbLogger
Print extra information with the trace message.
TRACK_ID_COLUMN_NAME - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
 
TRACK_ID_COLUMN_NAME - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
 
TRACK_LENGTH - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
This key-map pair is only valid for track data sets (an error is thrown otherwise).
TRACK_ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
 
TRACK_ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
 
TRACKHEADCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKHEADSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKHEADSIZES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKHEADSIZES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKLINECOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKLINEWIDTHS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERCOLORS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERSHAPES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRACKMARKERSIZES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRACKMARKERSIZES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRAVERSAL_NODE_LIMIT - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_similarity solver only.
traverseLocalDirectories(String, List<String>) - Method in class com.gpudb.filesystem.common.FileOperation
This method traverses the local directory hierarchy starting with the directory given by the argument 'startingDirName' and the list of file names.
TRUE - Static variable in class com.gpudb.protocol.AdminAddHostRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminAddRanksRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminAlterHostRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Offline
 
TRUE - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminRemoveHostRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.AddRanks
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.DryRun
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.InProgress
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.Rebalance
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceShardedData
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RebalanceUnshardedData
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.RemoveRanks
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowClusterOperationsResponse.UserStopped
 
TRUE - Static variable in class com.gpudb.protocol.AdminShowJobsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminSwitchoverRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
 
TRUE - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
 
TRUE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
TRUE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Reset the expiration countdown timer to the table's configured TTL.
TRUE - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ClearTableMonitorRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ClearTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateDirectoryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateGraphRequest.DirectedGraph
 
TRUE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateJobRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateSchemaRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
 
TRUE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Upsert new records when primary keys match existing records
TRUE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteDirectoryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteFilesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DeleteResourceGroupRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DropDatasinkRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DropEnvironmentRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.DropSchemaRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.HasMoreRecords
 
TRUE - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.FilterRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsFromCollectionResponse.Info
 
TRUE - Static variable in class com.gpudb.protocol.GetRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.HasPermissionResponse.HasPermission
User has the effective queried permission
TRUE - Static variable in class com.gpudb.protocol.HasProcResponse.ProcExists
 
TRUE - Static variable in class com.gpudb.protocol.HasRoleRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.HasRoleResponse.HasRole
User has membership in the role
TRUE - Static variable in class com.gpudb.protocol.HasRoleResponse.Info
 
TRUE - Static variable in class com.gpudb.protocol.HasSchemaResponse.SchemaExists
 
TRUE - Static variable in class com.gpudb.protocol.HasTableResponse.TableExists
 
TRUE - Static variable in class com.gpudb.protocol.HasTypeResponse.TypeExists
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Upsert new records when primary keys match existing records
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Upsert new records when primary keys match existing records
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
 
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Upsert new records when primary keys match existing records
TRUE - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.KillProcRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.QueryGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.HasMoreRecords
 
TRUE - Static variable in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse.Info
 
TRUE - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowEnvironmentRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowFunctionsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowGraphRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowProcRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSchemaRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSecurityRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSqlProcRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Indicates that the system is configured for multi-head ingestion.
TRUE - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
 
TRUE - Static variable in class com.gpudb.protocol.ShowTypesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
An additional column 'CLUSTER' will be added for each node
TRUE - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Options
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.GenerateImage
 
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
uses the solvers scheduled for 'shortest_path' and 'inverse_shortest_path' based on solve_direction
TRUE - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
 
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
If set to true, it allows inserting longer strings into smaller charN string columns by truncating the longer strings to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
If set to true, truncate string values that are longer than the column's type size.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
If set to true, truncate string values that are longer than the column's type size.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
If set to true, truncate string values that are longer than the column's type size.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
If set to true, truncate string values that are longer than the column's type size.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
If set to true, any strings which are too long for their target charN string columns will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
If set to true, any strings which are too long for their target charN string columns will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
If set to true, any strings which are too long for their charN string fields will be truncated to fit.
TRUNCATE_STRINGS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
If set to true, any strings which are too long for their charN string fields will be truncated to fit.
TRUNCATE_TABLE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
If set to true, truncates the table specified by tableName prior to loading the file(s).
TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
If set to true, truncates the table specified by tableName prior to loading the file(s).
TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
If set to true, truncates the table specified by tableName prior to loading the file(s).
TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
If set to true, truncates the table specified by tableName prior to loading the data.
TTL - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
TTL - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
Sets the TTL - Static variable in class com.gpudb.protocol.AlterVideoRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
Sets the TTL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.FilterRequest.Options
Sets the TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
Sets the TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
Sets the TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
Sets the TTL - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
Sets the TURN_ANGLE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Value in degrees modifies the thresholds for attributing right, left, sharp turns, and intersections.
TYPE - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
New type for the credential.
Type - Class in com.gpudb
Immutable collection of metadata about a GPUdb type.
Type(Type.Column...) - Constructor for class com.gpudb.Type
Creates a Type object with the specified column metadata and an empty type label.
Type(List<Type.Column>) - Constructor for class com.gpudb.Type
Creates a Type object with the specified column metadata and an empty type label.
Type(String, Type.Column...) - Constructor for class com.gpudb.Type
Creates a Type object with the specified metadata.
Type(String, List<Type.Column>) - Constructor for class com.gpudb.Type
Creates a Type object with the specified metadata.
Type(String) - Constructor for class com.gpudb.Type
Creates a Type object with column metadata from an Avro record schema and an empty type label.
Type(String, String, Map<String, List<String>>) - Constructor for class com.gpudb.Type
Creates a Type object with metadata in the format returned from the GPUdb /show/table or /show/types endpoints.
Type.Column - Class in com.gpudb
Immutable collection of metadata about a column that is part of a GPUdb type.
Type.Column.ColumnBaseType - Enum in com.gpudb
An enumeration of base types for column (excluding any property-related subtypes).
Type.Column.ColumnType - Enum in com.gpudb
An enumeration of all the Kinetica column types (including sub-types that are determined by the properties used).
TYPE_ID - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
 
TYPE_ID - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
ID of a currently registered TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
ID of a currently registered TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
ID of a currently registered TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
ID of a currently registered TYPE_INFERENCE_MODE - Static variable in class com.gpudb.filesystem.ingest.IngestOptions.Option
 
TYPE_INFERENCE_MODE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Optimize type inferencing for either speed or accuracy.
TYPE_INFERENCE_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Optimize type inferencing for either speed or accuracy.
TYPE_INFERENCE_MODE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
optimize type inference for: Supported values: ACCURACY: Scans data to get exactly-typed & sized columns for all data scanned.
TYPE_INFERENCE_ONLY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Infer the type of the source data and return, without ingesting any data.
TYPE_INFERENCE_ONLY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Infer the type of the source data and return, without ingesting any data.
TYPE_INFERENCE_ONLY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Infer the type of the source data and return, without ingesting any data.
TYPE_INFERENCE_ONLY - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Infer the type of the source data and return, without ingesting any data.
TYPE_SCHEMA - Static variable in class com.gpudb.protocol.ShowTableMonitorsResponse.AdditionalInfo
Notification type schemas for the respective monitorIds and tableNames.
TypeInferenceMode - Enum in com.gpudb.filesystem.ingest
 
TypeObjectMap<T> - Class in com.gpudb
 
TypeObjectMap(Type, Class<T>, TypeObjectMap.Factory<T>, List<TypeObjectMap.Accessor>, List<TypeObjectMap.Mutator>) - Constructor for class com.gpudb.TypeObjectMap
Creates a TypeObjectMap for the specified Type and class.
TypeObjectMap.Accessor - Interface in com.gpudb
An accessor that returns a value from an object.
TypeObjectMap.ClassFactory<T> - Class in com.gpudb
A factory that uses reflection to create new instances of the specified class.
TypeObjectMap.ConvertingFieldHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a specified field using reflection, converting the value to and from the data type of a specified GPUdb column.
TypeObjectMap.ConvertingMethodHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a field via specified get and set methods using reflection, converting the value to and from the data type of a specified GPUdb column.
TypeObjectMap.Factory<T> - Interface in com.gpudb
A factory that creates new instances of the specified class.
TypeObjectMap.FieldHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a specified field using reflection.
TypeObjectMap.MethodHandler - Class in com.gpudb
A combined TypeObjectMap.Accessor and TypeObjectMap.Mutator that provides access to a field via specified get and set methods using reflection.
TypeObjectMap.Mutator - Interface in com.gpudb
A mutator that sets a value in an object.

U

UDF - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
 
ULONG - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
ULONG - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.
UNCOMPRESSED - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
 
UNCOMPRESSED - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
 
UNIFORM_WEIGHTS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
When specified, assigns the given value to all the edges in the graph.
UNIFORM_WEIGHTS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.SolveOptions
When specified, assigns the given value to all the edges in the graph.
UNINSTALL_PACKAGE - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Uninstall a python package.
UNINSTALL_REQUIREMENTS - Static variable in class com.gpudb.protocol.AlterEnvironmentRequest.Action
Uninstall packages from a requirements file
UNION - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the specified tables (synonym for union_distinct).
UNION_ALL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all rows from the specified tables.
UNION_DISTINCT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
Retains all unique rows from the specified tables.
UNIT_UNLOADING_COST - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
For the match_supply_demand solver only.
UPDATE - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
Get notifications of update operations.
UPDATE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Update access to the table.
UPDATE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Update access to the table.
UPDATE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Update access to the table.
UPDATE_LAST_ACCESS_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
Indicates whether the UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
Specifies the record collision policy for inserting source table records (specified by sourceTableName) into a target table (specified by tableName) with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
Specifies the record collision policy for inserting into or updating a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
Specifies the record collision policy for inserting into a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
Specifies the record collision policy for updating a table with a UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Specifies the record collision policy for updating a table with a UPDATE_PARTITION - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated.
UPDATE_PARTITION - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
Force qualifying records to be deleted and reinserted so their partition membership will be reevaluated.
UPDATE_TOPIC_ID - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The topic id for 'update' event in options
UPDATE_TYPE_SCHEMA - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
The JSON Avro schema for 'update' events
updateRecords(UpdateRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(TypeObjectMap<TRequest>, UpdateRecordsRequest<TRequest>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(String, List<String>, List<Map<String, String>>, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecords(TypeObjectMap<TRequest>, String, List<String>, List<Map<String, String>>, List<TRequest>, Map<String, String>) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
updateRecordsBySeries(UpdateRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.
updateRecordsBySeries(String, String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Updates the view specified by tableName to include full series (track) information from the worldTableName for the series (tracks) present in the viewName.
UpdateRecordsBySeriesRequest - Class in com.gpudb.protocol
UpdateRecordsBySeriesRequest() - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesRequest
Constructs an UpdateRecordsBySeriesRequest object with default parameters.
UpdateRecordsBySeriesRequest(String, String, String, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesRequest
Constructs an UpdateRecordsBySeriesRequest object with the specified parameters.
UpdateRecordsBySeriesResponse - Class in com.gpudb.protocol
UpdateRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.UpdateRecordsBySeriesResponse
Constructs an UpdateRecordsBySeriesResponse object with default parameters.
updateRecordsRaw(RawUpdateRecordsRequest) - Method in class com.gpudb.GPUdb
Runs multiple predicate-based updates in a single call.
UpdateRecordsRequest<T> - Class in com.gpudb.protocol
UpdateRecordsRequest() - Constructor for class com.gpudb.protocol.UpdateRecordsRequest
Constructs an UpdateRecordsRequest object with default parameters.
UpdateRecordsRequest(String, List<String>, List<Map<String, String>>, List<T>, Map<String, String>) - Constructor for class com.gpudb.protocol.UpdateRecordsRequest
Constructs an UpdateRecordsRequest object with the specified parameters.
UpdateRecordsRequest.Options - Class in com.gpudb.protocol
Optional parameters.
UpdateRecordsResponse - Class in com.gpudb.protocol
UpdateRecordsResponse() - Constructor for class com.gpudb.protocol.UpdateRecordsResponse
Constructs an UpdateRecordsResponse object with default parameters.
updateServerVersion() - Method in class com.gpudb.GPUdbBase
If the database version hasn't been set already, update it by querying the server about its system properties.
upload(String, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method facilitates the upload of a single file from a given local directory to a given remote directory.
upload(String, String, UploadOptions, FileUploadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method facilitates the upload of a single file from a given local directory to a given remote directory.
upload(List<String>, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method facilitates uploading of multiple files from the same local directory to a given remote directory.
upload(List<String>, String, UploadOptions, FileUploadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
This method facilitates uploading of multiple files from the same local directory to a given remote directory.
upload() - Method in class com.gpudb.filesystem.upload.FileUploader
This is the main upload method which is to be called by the users of this class.
UPLOAD_PART - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
Uploads a part of the specified multipart file upload
uploadFiles(UploadFilesRequest) - Method in class com.gpudb.GPUdb
Uploads one or more files to uploadFiles(List<String>, List<ByteBuffer>, Map<String, String>) - Method in class com.gpudb.GPUdb
Uploads one or more files to uploadFilesFromurl(UploadFilesFromurlRequest) - Method in class com.gpudb.GPUdb
Uploads one or more files to uploadFilesFromurl(List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Uploads one or more files to UploadFilesFromurlRequest - Class in com.gpudb.protocol
UploadFilesFromurlRequest() - Constructor for class com.gpudb.protocol.UploadFilesFromurlRequest
Constructs an UploadFilesFromurlRequest object with default parameters.
UploadFilesFromurlRequest(List<String>, List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.UploadFilesFromurlRequest
Constructs an UploadFilesFromurlRequest object with the specified parameters.
UploadFilesFromurlResponse - Class in com.gpudb.protocol
UploadFilesFromurlResponse() - Constructor for class com.gpudb.protocol.UploadFilesFromurlResponse
Constructs an UploadFilesFromurlResponse object with default parameters.
UploadFilesRequest - Class in com.gpudb.protocol
A set of parameters for GPUdb.uploadFiles(UploadFilesRequest).
UploadFilesRequest() - Constructor for class com.gpudb.protocol.UploadFilesRequest
Constructs an UploadFilesRequest object with default parameters.
UploadFilesRequest(List<String>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.protocol.UploadFilesRequest
Constructs an UploadFilesRequest object with the specified parameters.
UploadFilesRequest.Options - Class in com.gpudb.protocol
Optional parameters.
UploadFilesResponse - Class in com.gpudb.protocol
A set of results returned by GPUdb.uploadFiles(UploadFilesRequest).
UploadFilesResponse() - Constructor for class com.gpudb.protocol.UploadFilesResponse
Constructs an UploadFilesResponse object with default parameters.
UploadIoJob - Class in com.gpudb.filesystem.upload
This is an internal class and not meant to be used by the end users of the filesystem API.
UploadOptions - Class in com.gpudb.filesystem.upload
This class encapsulates the options that the users of the API exposed by GPUdbFileHandler class can use to set the options for the methods GPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener) and GPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener) The static method UploadOptions.defaultOptions() can be used to retrieve the default options for upload.
UploadOptions(boolean, int) - Constructor for class com.gpudb.filesystem.upload.UploadOptions
Default constructor
urlEncodeUTF8(String) - Static method in class com.gpudb.util.url.UrlUtils
 
urlEncodeUTF8(Map<?, ?>) - Static method in class com.gpudb.util.url.UrlUtils
 
UrlUtils - Class in com.gpudb.util.url
 
UrlUtils() - Constructor for class com.gpudb.util.url.UrlUtils
 
USE_CACHED_INPUT - Static variable in class com.gpudb.protocol.ExecuteProcRequest.Options
A comma-delimited list of run IDs (as returned from prior calls to GPUdb.executeProc(ExecuteProcRequest)) of running or completed proc instances from which input data cached using the cache_input option will be used.
USE_EXPRESSIONS_IN_NEW_VALUES_MAPS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
When set to true, all new values in newValuesMaps are considered as expression values.
USE_EXPRESSIONS_IN_NEW_VALUES_MAPS - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
When set to true, all new values in newValuesMaps are considered as expression values.
USE_HTTPS - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Use https to connect to datasink if true, otherwise use http Supported values: TRUE FALSE The default value is TRUE.
USE_HTTPS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Use https to connect to datasource if true, otherwise use http Supported values: TRUE FALSE The default value is TRUE.
USE_HTTPS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Use https to connect to datasink if true, otherwise use http Supported values: TRUE FALSE The default value is TRUE.
USE_HTTPS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Use https to connect to datasource if true, otherwise use http Supported values: TRUE FALSE The default value is TRUE.
USE_INDEXED_PARAMETERS - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Uses $n style syntax when generating insert query for remote_table option Supported values: TRUE FALSE The default value is TRUE.
USE_MANAGED_CREDENTIALS - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
When no credentials are supplied, we use anonymous access by default.
USE_MANAGED_CREDENTIALS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
When no credentials are supplied, we use anonymous access by default.
USE_MANAGED_CREDENTIALS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
When no credentials are supplied, we use anonymous access by default.
USE_MANAGED_CREDENTIALS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
When no credentials are supplied, we use anonymous access by default.
USE_PRIORITY_QUEUE_SOLVERS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
sets the solver methods explicitly if true Supported values: TRUE: uses the solvers scheduled for 'shortest_path' and 'inverse_shortest_path' based on solve_direction FALSE: uses the solvers 'priority_queue' and 'inverse_priority_queue' based on solve_direction The default value is FALSE.
USE_RTREE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
Use an range tree structure to accelerate and improve the accuracy of snapping, especially to edges.
USE_RTREE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
Use an range tree structure to accelerate and improve the accuracy of snapping, especially to edges.
USE_ST_GEOMFROM_CASTS - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
Wraps parametrized variables with st_geomfromtext or st_geomfromwkb based on source column type Supported values: TRUE FALSE The default value is FALSE.
USER_ADMIN - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Access to administer users and roles that do not have system_admin permission.
USER_ADMIN - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Access to administer users and roles that do not have system_admin permission.
USER_ADMIN - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Access to administer users and roles that do not have system_admin permission.
USER_CHUNK_SIZE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
User-specified number of records per chunk, if provided at table creation time.
USER_NAME - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Name of the remote system user; may be an empty string
USER_NAME - Static variable in class com.gpudb.protocol.CreateContainerRegistryRequest.Options
 
USER_NAME - Static variable in class com.gpudb.protocol.ShowDatasinkResponse.AdditionalInfo
Name of the remote system user
USER_NAME - Static variable in class com.gpudb.protocol.ShowDatasourceResponse.AdditionalInfo
Name of the remote system user
UUID - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' columns.
UUID - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' columns.

V

VALIDATE_CHANGE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
When changing a column, validate the change before applying it (or not).
VALIDATE_CHANGE_COLUMN - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
When changing a column using alter table, validate the change before applying it.
VALIDATE_JSON - Static variable in class com.gpudb.GPUdbBase.JsonOptions
 
VALUE - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
Indicates that the returned values should be sorted by value, which corresponds to the aggregates.
VALUE - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
The seed value to use
VALUE_COLUMN - Static variable in class com.gpudb.protocol.AggregateHistogramRequest.Options
The name of the column to use when calculating the bin values (values are summed).
valueOf(String) - Static method in enum com.gpudb.filesystem.common.OpMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.filesystem.ingest.ErrorHandlingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.filesystem.ingest.FileType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.filesystem.ingest.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.filesystem.ingest.TypeInferenceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.GPUdbBase.HAFailoverOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.Type.Column.ColumnBaseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gpudb.Type.Column.ColumnType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gpudb.filesystem.common.OpMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.filesystem.ingest.ErrorHandlingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.filesystem.ingest.FileType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.filesystem.ingest.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.filesystem.ingest.TypeInferenceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.GPUdbBase.HAFailoverOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.Type.Column.ColumnBaseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gpudb.Type.Column.ColumnType
Returns an array containing the constants of this enum type, in the order they are declared.
VARIANCE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Unbiased sample variance (denominator is count-1).
VERIFY_NULLS - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
When true, verifies that null values are set to zero Supported values: TRUE FALSE The default value is FALSE.
VERIFY_ORPHANED_TABLES_ONLY - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
If true, only the presence of orphaned table directories will be checked, all persistence checks will be skipped Supported values: TRUE FALSE The default value is FALSE.
VERIFY_PERSIST - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
When true, persistent objects will be compared against their state in memory and workers will be checked for orphaned table data in persist.
VERIFY_RANK0 - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
If true, compare rank0 table metadata against workers' metadata Supported values: TRUE FALSE The default value is FALSE.
VIEW - Static variable in class com.gpudb.protocol.ShowTableResponse.TableDescriptions
 
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
ID of view of which the result table will be a member.
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
ID of view of which the result table will be a member.
VIEW_ID - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
view this result table is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
view this projection is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
ID of view of which this projection is a member.
VIEW_ID - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
ID of view of which this output table is a member.
VIEW_ID - Static variable in class com.gpudb.protocol.FilterRequest.Options
view this filtered-view is part of.
VIEW_ID - Static variable in class com.gpudb.protocol.MergeRecordsRequest.Options
view this result table is part of.
VIEW_TABLE_NAME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
For materialized view the name of the view this member table is part of - if same as the table_name then this is the root of the view.
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
VIRIDIS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
visitFile(Path, BasicFileAttributes) - Method in class com.gpudb.filesystem.common.LocalFileFinder
This method is automatically called as a file is found.
visitFileFailed(Path, IOException) - Method in class com.gpudb.filesystem.common.LocalFileFinder
This method is called in case there is an exception raised while traversing a directory tree.
visualizeGetFeatureInfo(VisualizeGetFeatureInfoRequest) - Method in class com.gpudb.GPUdb
 
visualizeGetFeatureInfo(List<String>, List<String>, List<String>, List<String>, List<List<String>>, String, double, double, double, double, int, int, int, int, int, long, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeGetFeatureInfoRequest - Class in com.gpudb.protocol
 
VisualizeGetFeatureInfoRequest() - Constructor for class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
VisualizeGetFeatureInfoRequest(List<String>, List<String>, List<String>, List<String>, List<List<String>>, String, double, double, double, double, int, int, int, int, int, long, String, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
 
VisualizeGetFeatureInfoRequest.Encoding - Class in com.gpudb.protocol
 
VisualizeGetFeatureInfoRequest.Options - Class in com.gpudb.protocol
 
VisualizeGetFeatureInfoRequest.Projection - Class in com.gpudb.protocol
 
VisualizeGetFeatureInfoResponse - Class in com.gpudb.protocol
 
VisualizeGetFeatureInfoResponse() - Constructor for class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
 
visualizeImage(VisualizeImageRequest) - Method in class com.gpudb.GPUdb
 
visualizeImage(List<String>, List<String>, String, String, String, String, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
visualizeImageChart(VisualizeImageChartRequest) - Method in class com.gpudb.GPUdb
Scatter plot is the only plot type currently supported.
visualizeImageChart(String, List<String>, List<String>, double, double, double, double, int, int, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
Scatter plot is the only plot type currently supported.
VisualizeImageChartRequest - Class in com.gpudb.protocol
VisualizeImageChartRequest() - Constructor for class com.gpudb.protocol.VisualizeImageChartRequest
Constructs a VisualizeImageChartRequest object with default parameters.
VisualizeImageChartRequest(String, List<String>, List<String>, double, double, double, double, int, int, String, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageChartRequest
Constructs a VisualizeImageChartRequest object with the specified parameters.
VisualizeImageChartRequest.Options - Class in com.gpudb.protocol
Optional parameters.
VisualizeImageChartRequest.StyleOptions - Class in com.gpudb.protocol
Rendering style options for a chart.
VisualizeImageChartResponse - Class in com.gpudb.protocol
VisualizeImageChartResponse() - Constructor for class com.gpudb.protocol.VisualizeImageChartResponse
Constructs a VisualizeImageChartResponse object with default parameters.
VisualizeImageChartResponse.AxesInfo - Class in com.gpudb.protocol
Information returned for drawing labels for the axes associated with non-numeric columns.
visualizeImageClassbreak(VisualizeImageClassbreakRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageClassbreak(List<String>, List<String>, String, String, String, String, List<List<String>>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>, List<Integer>) - Method in class com.gpudb.GPUdb
 
VisualizeImageClassbreakRequest - Class in com.gpudb.protocol
 
VisualizeImageClassbreakRequest() - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
VisualizeImageClassbreakRequest(List<String>, List<String>, String, String, String, String, List<List<String>>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, String, List<String>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>, List<Integer>) - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakRequest
 
VisualizeImageClassbreakRequest.Options - Class in com.gpudb.protocol
 
VisualizeImageClassbreakRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageClassbreakRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageClassbreakResponse - Class in com.gpudb.protocol
 
VisualizeImageClassbreakResponse() - Constructor for class com.gpudb.protocol.VisualizeImageClassbreakResponse
 
visualizeImageContour(VisualizeImageContourRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageContour(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageContourRequest - Class in com.gpudb.protocol
 
VisualizeImageContourRequest() - Constructor for class com.gpudb.protocol.VisualizeImageContourRequest
 
VisualizeImageContourRequest(List<String>, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageContourRequest
 
VisualizeImageContourRequest.Options - Class in com.gpudb.protocol
 
VisualizeImageContourRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageContourRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageContourResponse - Class in com.gpudb.protocol
 
VisualizeImageContourResponse() - Constructor for class com.gpudb.protocol.VisualizeImageContourResponse
 
visualizeImageHeatmap(VisualizeImageHeatmapRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageHeatmap(List<String>, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageHeatmapRequest - Class in com.gpudb.protocol
 
VisualizeImageHeatmapRequest() - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
VisualizeImageHeatmapRequest(List<String>, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapRequest
 
VisualizeImageHeatmapRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageHeatmapRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageHeatmapResponse - Class in com.gpudb.protocol
 
VisualizeImageHeatmapResponse() - Constructor for class com.gpudb.protocol.VisualizeImageHeatmapResponse
 
visualizeImageLabels(VisualizeImageLabelsRequest) - Method in class com.gpudb.GPUdb
 
visualizeImageLabels(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>) - Method in class com.gpudb.GPUdb
 
VisualizeImageLabelsRequest - Class in com.gpudb.protocol
 
VisualizeImageLabelsRequest() - Constructor for class com.gpudb.protocol.VisualizeImageLabelsRequest
 
VisualizeImageLabelsRequest(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, double, double, double, double, int, int, String, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageLabelsRequest
 
VisualizeImageLabelsRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageLabelsResponse - Class in com.gpudb.protocol
 
VisualizeImageLabelsResponse() - Constructor for class com.gpudb.protocol.VisualizeImageLabelsResponse
 
VisualizeImageRequest - Class in com.gpudb.protocol
 
VisualizeImageRequest() - Constructor for class com.gpudb.protocol.VisualizeImageRequest
 
VisualizeImageRequest(List<String>, List<String>, String, String, String, String, List<List<String>>, double, double, double, double, int, int, String, long, Map<String, List<String>>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeImageRequest
 
VisualizeImageRequest.Options - Class in com.gpudb.protocol
 
VisualizeImageRequest.Projection - Class in com.gpudb.protocol
 
VisualizeImageRequest.StyleOptions - Class in com.gpudb.protocol
 
VisualizeImageResponse - Class in com.gpudb.protocol
 
VisualizeImageResponse() - Constructor for class com.gpudb.protocol.VisualizeImageResponse
 
visualizeIsochrone(VisualizeIsochroneRequest) - Method in class com.gpudb.GPUdb
Generate an image containing isolines for travel results using an existing graph.
visualizeIsochrone(String, String, double, List<String>, List<String>, int, boolean, String, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
Generate an image containing isolines for travel results using an existing graph.
VisualizeIsochroneRequest - Class in com.gpudb.protocol
VisualizeIsochroneRequest() - Constructor for class com.gpudb.protocol.VisualizeIsochroneRequest
Constructs a VisualizeIsochroneRequest object with default parameters.
VisualizeIsochroneRequest(String, String, double, List<String>, List<String>, int, boolean, String, Map<String, String>, Map<String, String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.VisualizeIsochroneRequest
Constructs a VisualizeIsochroneRequest object with the specified parameters.
VisualizeIsochroneRequest.ContourOptions - Class in com.gpudb.protocol
Solver specific parameters PROJECTION: Spatial Reference System (i.e.
VisualizeIsochroneRequest.GenerateImage - Class in com.gpudb.protocol
If set to true, generates a PNG image of the isochrones in the response.
VisualizeIsochroneRequest.Options - Class in com.gpudb.protocol
Additional parameters SOLVE_TABLE: Name of the table to host intermediate solve results, in [schema_name.]table_name format, using standard VisualizeIsochroneRequest.SolveOptions - Class in com.gpudb.protocol
Solver specific parameters REMOVE_PREVIOUS_RESTRICTIONS: Ignore the restrictions applied to the graph during the creation stage and only use the restrictions specified in this request if set to true.
VisualizeIsochroneRequest.StyleOptions - Class in com.gpudb.protocol
Various style related options of the isochrone image.
VisualizeIsochroneResponse - Class in com.gpudb.protocol
VisualizeIsochroneResponse() - Constructor for class com.gpudb.protocol.VisualizeIsochroneResponse
Constructs a VisualizeIsochroneResponse object with default parameters.

W

WAIT_TIMEOUT - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
Timeout in seconds for waiting for a response from this sink
WAIT_TIMEOUT - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
Timeout in seconds for reading from this storage provider
WAIT_TIMEOUT - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
Timeout in seconds for reading from or writing to this resource.
WAIT_TIMEOUT - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
Timeout in seconds for waiting for a response from this data sink
WAIT_TIMEOUT - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
Timeout in seconds for reading from this storage provider
warn(String) - Static method in class com.gpudb.GPUdbLogger
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageLabelsRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Projection
 
WEB_MERCATOR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
 
WEIGHT_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
Name of the column used as weighting column for the weighted_average statistic.
WEIGHT_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Options
Name of column used as weighting attribute for the weighted average statistic.
WEIGHTED_AVERAGE - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
Weighted arithmetic mean (using the option weight_column_name as the weighting column).
WHITEN - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
When set to 1 each of the columns is first normalized by its stdv - default is not to whiten.
WIDTH - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
When generateImage is set to true, width of the generated image.
WINDOW - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
Specified using the data-type corresponding to the attribute.
WINTER - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
WINTER - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
WINTER - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
WISTIA - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
WITH_GRANT_OPTION - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Options
Allow the recipient to grant the same permission (or subset) to others Supported values: TRUE FALSE The default value is FALSE.
WITHIN - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
Matches records that are within the given WKT.
WKT - Static variable in class com.gpudb.ColumnProperty
Valid only for 'string' and 'bytes' columns.
WKT - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
Valid only for 'string' and 'bytes' columns.
WORKER_INFO - Static variable in class com.gpudb.protocol.AdminShowJobsResponse.Info
Worker job information as json
WorkerList() - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superseded by com.gpudb.WorkerList.
WorkerList(GPUdb) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superseded by com.gpudb.WorkerList.
WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superseded by com.gpudb.WorkerList.
WorkerList(GPUdb, String) - Constructor for class com.gpudb.BulkInserter.WorkerList
Deprecated.
This class has been superseded by com.gpudb.WorkerList.
WorkerList - Class in com.gpudb
A list of worker URLs to use for multi-head operations.
WorkerList() - Constructor for class com.gpudb.WorkerList
Creates an empty WorkerList that can be populated manually with worker URLs to support multi-head operations.
WorkerList(GPUdb) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WorkerList(GPUdb, String) - Constructor for class com.gpudb.WorkerList
Creates a WorkerList and automatically populates it with the worker URLs from GPUdb to support multi-head operations.
WRITE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
Access to write, change and delete objects.
WRITE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
Access to write, change and delete objects.
WRITE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
Access to write, change and delete objects.
WRITE_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
Allow only write operations
WRITE_ONLY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
Only write operations are allowed on this table.

X

X509TrustManagerBypass - Class in com.gpudb.util.ssl
 
X509TrustManagerBypass() - Constructor for class com.gpudb.util.ssl.X509TrustManagerBypass
 
X_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Name of column containing x value of point being filtered in spatial mode.
X_ORDER_BY - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
An expression or aggregate expression by which non-numeric x column values are sorted, e.g.

Y

Y_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
Name of column containing y value of point being filtered in spatial mode.
Y_ORDER_BY - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
An expression or aggregate expression by which non-numeric y column values are sorted, e.g.
YLGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLGNBU - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLORBR - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
 
YLORRD - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
 

_

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

Copyright © 2024. All rights reserved.