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 _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABORT - com.gpudb.filesystem.ingest.ErrorHandlingMode
- 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. - ACCESS_DELEGATION - Static variable in class com.gpudb.protocol.CreateCatalogRequest.Options
-
Use access delegation for object store.
- ACCURACY - com.gpudb.filesystem.ingest.TypeInferenceMode
- ACCURACY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Scans data to get exactly-typed and sized columns for all data scanned.
- ACCURACY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Scans data to get exactly-typed and sized columns for all data scanned.
- ACCURACY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Scans data to get exactly-typed and sized columns for all data scanned.
- ACTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
- ACTIVATED - Static variable in class com.gpudb.protocol.CreateUserExternalRequest.Options
-
Is the user allowed to login.
- ACTIVATED - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
-
Is the user allowed to login.
- ADD_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
- 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_COMMENT - Static variable in class com.gpudb.protocol.AlterSchemaRequest.Action
-
Adds a comment describing the schema
- ADD_COMMENT - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
- ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
- ADD_LABELS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.ContourOptions
-
If set to
TRUE, add labels to the isolines. - ADD_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Adds the partition specified in
value, to either a range-partitioned or manual list-partitioned table. - ADD_TABLE_MONITOR - Static variable in class com.gpudb.protocol.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, 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.
- 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.
- 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.
- 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.
- 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
-
A set of parameters for
GPUdb.adminAddHost. - 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
-
A set of string constants for the
AdminAddHostRequestparameteroptions. - AdminAddHostResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminAddHost. - 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
-
A set of parameters for
GPUdb.adminAddRanks. - 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
-
A set of string constants for the
AdminAddRanksRequestparameteroptions. - AdminAddRanksResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminAddRanks. - 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
-
A set of parameters for
GPUdb.adminAlterHost. - 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
-
A set of string constants for the
AdminAlterHostRequestparameteroptions. - AdminAlterHostResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminAlterHost. - 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
-
A set of parameters for
GPUdb.adminAlterJobs. - 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
-
A set of string constants for the
AdminAlterJobsRequestparameteraction. - AdminAlterJobsRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AdminAlterJobsRequestparameteroptions. - AdminAlterJobsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminAlterJobs. - 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
-
A set of parameters for
GPUdb.adminBackupBegin. - 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
-
A set of results returned by
GPUdb.adminBackupBegin. - 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
-
A set of parameters for
GPUdb.adminBackupEnd. - 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. - AdminBackupEndResponse() - Constructor for class com.gpudb.protocol.AdminBackupEndResponse
-
Constructs an AdminBackupEndResponse object with default parameters.
- adminHaOffline(boolean, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
- adminHaOffline(AdminHaOfflineRequest) - Method in class com.gpudb.GPUdb
-
Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios.
- AdminHaOfflineRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminHaOffline. - AdminHaOfflineRequest() - Constructor for class com.gpudb.protocol.AdminHaOfflineRequest
-
Constructs an AdminHaOfflineRequest object with default parameters.
- AdminHaOfflineRequest(boolean, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminHaOfflineRequest
-
Constructs an AdminHaOfflineRequest object with the specified parameters.
- AdminHaOfflineRequest.Offline - Class in com.gpudb.protocol
-
A set of string constants for the
AdminHaOfflineRequestparameteroffline. - AdminHaOfflineResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminHaOffline. - AdminHaOfflineResponse() - Constructor for class com.gpudb.protocol.AdminHaOfflineResponse
-
Constructs an AdminHaOfflineResponse 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
-
A set of parameters for
GPUdb.adminHaRefresh. - 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. - AdminHaRefreshResponse() - Constructor for class com.gpudb.protocol.AdminHaRefreshResponse
-
Constructs an AdminHaRefreshResponse object with default parameters.
- adminOffline(boolean, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Take the system offline.
- adminOffline(AdminOfflineRequest) - Method in class com.gpudb.GPUdb
-
Take the system offline.
- AdminOfflineRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminOffline. - 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
-
A set of string constants for the
AdminOfflineRequestparameteroffline. - AdminOfflineRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AdminOfflineRequestparameteroptions. - AdminOfflineResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminOffline. - 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
-
A set of parameters for
GPUdb.adminRebalance. - 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
-
A set of string constants for the
AdminRebalanceRequestparameteroptions. - AdminRebalanceResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminRebalance. - 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
-
A set of parameters for
GPUdb.adminRemoveHost. - 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
-
A set of string constants for the
AdminRemoveHostRequestparameteroptions. - AdminRemoveHostResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminRemoveHost. - 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
-
A set of parameters for
GPUdb.adminRemoveRanks. - 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
-
A set of string constants for the
AdminRemoveRanksRequestparameteroptions. - AdminRemoveRanksResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminRemoveRanks. - AdminRemoveRanksResponse() - Constructor for class com.gpudb.protocol.AdminRemoveRanksResponse
-
Constructs an AdminRemoveRanksResponse object with default parameters.
- adminRepairTable(AdminRepairTableRequest) - Method in class com.gpudb.GPUdb
-
Manually repair a corrupted table.
- adminRepairTable(List<String>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Manually repair a corrupted table.
- AdminRepairTableRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminRepairTable. - AdminRepairTableRequest() - Constructor for class com.gpudb.protocol.AdminRepairTableRequest
-
Constructs an AdminRepairTableRequest object with default parameters.
- AdminRepairTableRequest(List<String>, Map<String, String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminRepairTableRequest
-
Constructs an AdminRepairTableRequest object with the specified parameters.
- AdminRepairTableRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AdminRepairTableRequestparameteroptions. - AdminRepairTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminRepairTable. - AdminRepairTableResponse() - Constructor for class com.gpudb.protocol.AdminRepairTableResponse
-
Constructs an AdminRepairTableResponse object with default parameters.
- adminSendAlert(AdminSendAlertRequest) - Method in class com.gpudb.GPUdb
-
Sends a user generated alert to the monitoring system.
- adminSendAlert(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Sends a user generated alert to the monitoring system.
- AdminSendAlertRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminSendAlert. - AdminSendAlertRequest() - Constructor for class com.gpudb.protocol.AdminSendAlertRequest
-
Constructs an AdminSendAlertRequest object with default parameters.
- AdminSendAlertRequest(String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AdminSendAlertRequest
-
Constructs an AdminSendAlertRequest object with the specified parameters.
- AdminSendAlertRequest.LogLevel - Class in com.gpudb.protocol
-
A set of string constants for the
AdminSendAlertRequestparameterlogLevel. - AdminSendAlertResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminSendAlert. - AdminSendAlertResponse() - Constructor for class com.gpudb.protocol.AdminSendAlertResponse
-
Constructs an AdminSendAlertResponse object with default parameters.
- adminShowAlerts(int, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Requests a list of the most recent alerts.
- adminShowAlerts(AdminShowAlertsRequest) - Method in class com.gpudb.GPUdb
-
Requests a list of the most recent alerts.
- AdminShowAlertsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminShowAlerts. - 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. - AdminShowAlertsResponse() - Constructor for class com.gpudb.protocol.AdminShowAlertsResponse
-
Constructs an AdminShowAlertsResponse object with default parameters.
- 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. - 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. - AdminShowClusterOperationsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.adminShowClusterOperations. - 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
-
A set of results returned by
GPUdb.adminShowClusterOperations. - AdminShowClusterOperationsResponse() - Constructor for class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Constructs an AdminShowClusterOperationsResponse object with default parameters.
- AdminShowClusterOperationsResponse.AddRanks - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameteraddRanks. - AdminShowClusterOperationsResponse.AddRanksStatus - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameteraddRanksStatus. - AdminShowClusterOperationsResponse.DryRun - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterdryRun. - AdminShowClusterOperationsResponse.InProgress - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterinProgress. - AdminShowClusterOperationsResponse.OverallStatus - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameteroverallStatus. - AdminShowClusterOperationsResponse.Rebalance - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterrebalance. - AdminShowClusterOperationsResponse.RebalanceShardedData - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterrebalanceShardedData. - AdminShowClusterOperationsResponse.RebalanceShardedDataStatus - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterrebalanceShardedDataStatus. - AdminShowClusterOperationsResponse.RebalanceUnshardedData - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterrebalanceUnshardedData. - AdminShowClusterOperationsResponse.RebalanceUnshardedDataStatus - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterrebalanceUnshardedDataStatus. - AdminShowClusterOperationsResponse.RemoveRanks - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterremoveRanks. - AdminShowClusterOperationsResponse.RemoveRanksStatus - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameterremoveRanksStatus. - AdminShowClusterOperationsResponse.UserStopped - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowClusterOperationsResponseparameteruserStopped. - 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
-
A set of parameters for
GPUdb.adminShowJobs. - 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
-
A set of string constants for the
AdminShowJobsRequestparameteroptions. - AdminShowJobsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminShowJobs. - AdminShowJobsResponse() - Constructor for class com.gpudb.protocol.AdminShowJobsResponse
-
Constructs an AdminShowJobsResponse object with default parameters.
- AdminShowJobsResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AdminShowJobsResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.adminShowShards. - 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. - 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
-
A set of parameters for
GPUdb.adminShutdown. - 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. - 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
-
A set of parameters for
GPUdb.adminSwitchover. - 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
-
A set of string constants for the
AdminSwitchoverRequestparameteroptions. - AdminSwitchoverResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminSwitchover. - 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
-
A set of parameters for
GPUdb.adminVerifyDb. - 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
-
A set of string constants for the
AdminVerifyDbRequestparameteroptions. - AdminVerifyDbResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.adminVerifyDb. - 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
-
Place this resource group after the one specified by
adjoiningResourceGroupin the ordering - AFTER - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
-
Place this resource group after the one specified by
adjoiningResourceGroupin the ordering - 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
-
A set of parameters for
GPUdb.aggregateConvexHull. - 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
-
A set of results returned by
GPUdb.aggregateConvexHull. - 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_DEMANDsolver 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
-
A set of parameters for
GPUdb.aggregateGroupBy. - AggregateGroupByRequest() - Constructor for class com.gpudb.protocol.AggregateGroupByRequest
-
Constructs an AggregateGroupByRequest object with default 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(String, List<String>, long, long, 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
-
A set of string constants for the
AggregateGroupByRequestparameterencoding. - AggregateGroupByRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateGroupByRequestparameteroptions. - AggregateGroupByResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateGroupBy. - AggregateGroupByResponse() - Constructor for class com.gpudb.protocol.AggregateGroupByResponse
-
Constructs an AggregateGroupByResponse object with default parameters.
- AggregateGroupByResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateGroupByResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.aggregateHistogram. - 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
-
A set of string constants for the
AggregateHistogramRequestparameteroptions. - AggregateHistogramResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateHistogram. - 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
-
A set of parameters for
GPUdb.aggregateKMeans. - 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
-
A set of string constants for the
AggregateKMeansRequestparameteroptions. - AggregateKMeansResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateKMeans. - AggregateKMeansResponse() - Constructor for class com.gpudb.protocol.AggregateKMeansResponse
-
Constructs an AggregateKMeansResponse object with default parameters.
- AggregateKMeansResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateKMeansResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.aggregateMinMaxGeometry. - 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
-
A set of results returned by
GPUdb.aggregateMinMaxGeometry. - AggregateMinMaxGeometryResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxGeometryResponse
-
Constructs an AggregateMinMaxGeometryResponse object with default parameters.
- AggregateMinMaxRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.aggregateMinMax. - 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. - AggregateMinMaxResponse() - Constructor for class com.gpudb.protocol.AggregateMinMaxResponse
-
Constructs an AggregateMinMaxResponse object with default parameters.
- AggregateMinMaxResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateMinMaxResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.aggregateStatisticsByRange. - 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
-
A set of string constants for the
AggregateStatisticsByRangeRequestparameteroptions. - AggregateStatisticsByRangeResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateStatisticsByRange. - AggregateStatisticsByRangeResponse() - Constructor for class com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
Constructs an AggregateStatisticsByRangeResponse object with default parameters.
- AggregateStatisticsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.aggregateStatistics. - 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
-
A set of string constants for the
AggregateStatisticsRequestparameteroptions. - AggregateStatisticsRequest.Stats - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateStatisticsRequestparameterstats. - AggregateStatisticsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateStatistics. - 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 bytableName). - 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 bytableName). - 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 bytableName). - AggregateUniqueRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.aggregateUnique. - AggregateUniqueRequest() - Constructor for class com.gpudb.protocol.AggregateUniqueRequest
-
Constructs an AggregateUniqueRequest object with default 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(String, String, long, long, 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
-
A set of string constants for the
AggregateUniqueRequestparameterencoding. - AggregateUniqueRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateUniqueRequestparameteroptions. - AggregateUniqueResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateUnique. - AggregateUniqueResponse() - Constructor for class com.gpudb.protocol.AggregateUniqueResponse
-
Constructs an AggregateUniqueResponse object with default parameters.
- AggregateUniqueResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateUniqueResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.aggregateUnpivot. - AggregateUnpivotRequest() - Constructor for class com.gpudb.protocol.AggregateUnpivotRequest
-
Constructs an AggregateUnpivotRequest object with default 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(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.Encoding - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateUnpivotRequestparameterencoding. - AggregateUnpivotRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateUnpivotRequestparameteroptions. - AggregateUnpivotResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateUnpivot. - AggregateUnpivotResponse() - Constructor for class com.gpudb.protocol.AggregateUnpivotResponse
-
Constructs an AggregateUnpivotResponse object with default parameters.
- AggregateUnpivotResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
AggregateUnpivotResponseparameterinfo. - 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_EMBEDDINGS_MODEL - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
AI API model name
- 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
- AI_ENABLE_RAG - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Enable RAG.
- ALL - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
All object types and data contained in the given schemas(s).
- 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.
- ALL - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
-
All object types and data contained in the given schemas(s).
- 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.
- ALPHA_BLENDING - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- ALPHA_BLENDING - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- ALTER_COUNT - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Count of times this table or view was altered.
- ALTER_LOGGER - Static variable in class com.gpudb.protocol.AlterGraphRequest.Action
- ALTER_TABLE - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
Reset columns modification after incomplete alter column.
- alterBackup(AlterBackupRequest) - Method in class com.gpudb.GPUdb
- alterBackup(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
- AlterBackupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterBackup. - AlterBackupRequest() - Constructor for class com.gpudb.protocol.AlterBackupRequest
-
Constructs an AlterBackupRequest object with default parameters.
- AlterBackupRequest(String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterBackupRequest
-
Constructs an AlterBackupRequest object with the specified parameters.
- AlterBackupRequest.Action - Class in com.gpudb.protocol
-
A set of string constants for the
AlterBackupRequestparameteraction. - AlterBackupRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AlterBackupRequestparameteroptions. - AlterBackupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterBackup. - AlterBackupResponse() - Constructor for class com.gpudb.protocol.AlterBackupResponse
-
Constructs an AlterBackupResponse object with default parameters.
- alterCredential(AlterCredentialRequest) - Method in class com.gpudb.GPUdb
-
Alter the properties of an existing credential.
- alterCredential(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alter the properties of an existing credential.
- AlterCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterCredential. - 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
-
A set of string constants for the
AlterCredentialRequestparametercredentialUpdatesMap. - AlterCredentialResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterCredential. - 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 data sink
- alterDatasink(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters the properties of an existing data sink
- AlterDatasinkRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterDatasink. - 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
-
A set of string constants for the
AlterDatasinkRequestparameterdatasinkUpdatesMap. - AlterDatasinkResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterDatasink. - 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 data source
- alterDatasource(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters the properties of an existing data source
- AlterDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterDatasource. - 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
-
A set of string constants for the
AlterDatasourceRequestparameterdatasourceUpdatesMap. - AlterDatasourceResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterDatasource. - 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 KiFS.
- alterDirectory(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters an existing directory in KiFS.
- AlterDirectoryRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterDirectory. - 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
-
A set of string constants for the
AlterDirectoryRequestparameterdirectoryUpdatesMap. - AlterDirectoryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterDirectory. - 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 user-defined function (UDF).
- alterEnvironment(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters an existing environment which can be referenced by a user-defined function (UDF).
- AlterEnvironmentRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterEnvironment. - 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
-
A set of string constants for the
AlterEnvironmentRequestparameteraction. - AlterEnvironmentRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AlterEnvironmentRequestparameteroptions. - AlterEnvironmentResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterEnvironment. - 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 existing 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 existing resource group to facilitate resource management.
- AlterResourceGroupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterResourceGroup. - 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
-
A set of string constants for the
AlterResourceGroupRequestparameteroptions. - AlterResourceGroupRequest.Ranking - Class in com.gpudb.protocol
-
A set of string constants for the
AlterResourceGroupRequestparameterranking. - AlterResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
-
A set of string constants for the
AlterResourceGroupRequestparametertierAttributes. - AlterResourceGroupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterResourceGroup. - 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() - 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
-
A set of string constants for the
AlterRoleRequestparameteraction. - AlterRoleResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterRole. - 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 schema, specified in
schemaName. - alterSchema(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Used to change the name of a SQL-style schema, specified in
schemaName. - AlterSchemaRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterSchema. - 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
-
A set of string constants for the
AlterSchemaRequestparameteraction. - AlterSchemaResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterSchema. - AlterSchemaResponse() - Constructor for class com.gpudb.protocol.AlterSchemaResponse
-
Constructs an AlterSchemaResponse object with default parameters.
- alterSystemProperties(AlterSystemPropertiesRequest) - Method in class com.gpudb.GPUdb
-
The
alterSystemPropertiesendpoint 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
alterSystemPropertiesendpoint 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
-
A set of parameters for
GPUdb.alterSystemProperties. - 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
-
A set of string constants for the
AlterSystemPropertiesRequestparameteroptions. - AlterSystemPropertiesRequest.PropertyUpdatesMap - Class in com.gpudb.protocol
-
A set of string constants for the
AlterSystemPropertiesRequestparameterpropertyUpdatesMap. - AlterSystemPropertiesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterSystemProperties. - 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
-
A set of parameters for
GPUdb.alterTableColumns. - 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
-
A set of results returned by
GPUdb.alterTableColumns. - 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
-
A set of parameters for
GPUdb.alterTableMetadata. - 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
-
A set of results returned by
GPUdb.alterTableMetadata. - 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
createTableMonitor. - alterTableMonitor(String, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters a table monitor previously created with
createTableMonitor. - AlterTableMonitorRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterTableMonitor. - 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
-
A set of string constants for the
AlterTableMonitorRequestparametermonitorUpdatesMap. - AlterTableMonitorResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterTableMonitor. - 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() - 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
-
A set of string constants for the
AlterTableRequestparameteraction. - AlterTableRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AlterTableRequestparameteroptions. - AlterTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterTable. - 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 existing tier to facilitate resource management.
- alterTier(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters properties of an existing tier to facilitate resource management.
- AlterTierRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterTier. - 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
-
A set of string constants for the
AlterTierRequestparameteroptions. - AlterTierResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterTier. - 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() - 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
-
A set of string constants for the
AlterUserRequestparameteraction. - AlterUserResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterUser. - 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() - 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
-
A set of string constants for the
AlterVideoRequestparameteroptions. - AlterVideoResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterVideo. - AlterVideoResponse() - Constructor for class com.gpudb.protocol.AlterVideoResponse
-
Constructs an AlterVideoResponse object with default parameters.
- alterWal(AlterWalRequest) - Method in class com.gpudb.GPUdb
-
Alters table write-ahead log (WAL) settings.
- alterWal(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Alters table write-ahead log (WAL) settings.
- AlterWalRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.alterWal. - AlterWalRequest() - Constructor for class com.gpudb.protocol.AlterWalRequest
-
Constructs an AlterWalRequest object with default parameters.
- AlterWalRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.AlterWalRequest
-
Constructs an AlterWalRequest object with the specified parameters.
- AlterWalRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
AlterWalRequestparameteroptions. - AlterWalResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.alterWal. - AlterWalResponse() - Constructor for class com.gpudb.protocol.AlterWalResponse
-
Constructs an AlterWalResponse object with default parameters.
- ALWAYS - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
Rebuild as many materialized views as possible before accepting requests.
- ALWAYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Generate as much primary key index data as possible before accepting requests.
- 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.
- ANTIALIASING - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- ANTIALIASING - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- 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 bytableName). - 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 bytableName). - AppendRecordsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.appendRecords. - 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
-
A set of string constants for the
AppendRecordsRequestparameteroptions. - AppendRecordsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.appendRecords. - AppendRecordsResponse() - Constructor for class com.gpudb.protocol.AppendRecordsResponse
-
Constructs an AppendRecordsResponse object with default parameters.
- ARRAY - com.gpudb.Type.Column.ColumnType
- ARRAY - Static variable in class com.gpudb.ColumnProperty
-
Valid only for 'string' columns.
- ARRAY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
Valid only for 'string' columns.
- ARROW - Static variable in class com.gpudb.protocol.GetRecordsRequest.Encoding
- 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'.
- ASYNCHRONOUS - com.gpudb.GPUdbBase.HASynchronicityMode
- ASYNCHRONOUS_PARALLEL - com.gpudb.GPUdbBase.HASynchronicityMode
- 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
- 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
- BACKGROUND - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
WAL entries are periodically written instead of immediately after each operation
- BACKGROUND_WORKER_THREADS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Size of the worker rank background thread pool.
- 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.
- BACKUP_ID - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
ID of the snapshot to restore.
- BACKUP_ID - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
ID of the snapshot to show.
- 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_DEMANDsolver only. - BEFORE - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
-
Place this resource group before the one specified by
adjoiningResourceGroupin the ordering - BEFORE - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
-
Place this resource group before the one specified by
adjoiningResourceGroupin the ordering - 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
generateImageis set toTRUE, 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 - com.gpudb.Type.Column.ColumnType
- 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
- BUILD_MATERIALIZED_VIEW_POLICY - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
Sets startup materialized view rebuild scheme.
- BUILD_PK_INDEX_POLICY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Set startup primary-key index generation scheme for the table.
- 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, TypeObjectMap<T>, int) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith 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
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, TypeObjectMap<T>, int, Map<String, String>, WorkerList, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int, Map<String, String>) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, BulkInserter.FlushOptions, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter(GPUdb, String, Type, int, Map<String, String>, WorkerList, GPUdbBase.JsonOptions) - Constructor for class com.gpudb.BulkInserter
-
Creates a
BulkInserterwith the specified parameters. - BulkInserter.FlushOptions - Class in com.gpudb
-
This class facilitates customizing the behavior of automatic flush in
BulkInserterThe default value of the 'flushInterval' is set to a negative value to indicate that the automatic flush feature is not needed. - BulkInserter.InsertException - Exception in com.gpudb
-
An exception that occurred during the insertion of records into GPUdb.
- BulkInserter.WorkerList - Class in com.gpudb
-
Deprecated, for removal: This API element is subject to removal in a future version.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. - BYTES - com.gpudb.Type.Column.ColumnBaseType
- BYTES - com.gpudb.Type.Column.ColumnType
- 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
-
No longer supported; option will be ignored.
- CAGRA - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Create or delete a CAGRA index on a vector column
- call() - Method in class com.gpudb.filesystem.common.IoTask
-
Executes this upload/download task by a threaded service.
- call() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileDownloadTask
- call() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileUploadTask
- CANCEL - com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
- 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, per rank.
- 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
FALSEthen string filtering will ignore case. - CAST - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
- CATALOG - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
Catalog
- CATALOG - Static variable in class com.gpudb.protocol.GrantPermissionRequest.ObjectType
-
Catalog
- CATALOG - Static variable in class com.gpudb.protocol.HasPermissionRequest.ObjectType
-
External Catalog
- CATALOG - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
-
Catalog
- 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_CHAINsolver 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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_STATIONSsolver only. - CHARGING_CAPACITY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_CHARGING_STATIONSsolver only. - CHARGING_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_CHARGING_STATIONSsolver 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
- CHECKSUM - Static variable in class com.gpudb.protocol.AlterBackupRequest.Action
-
Calculate checksum for backed-up files.
- CHECKSUM - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
If
TRUEeach entry will be checked against a protective checksum. - CHECKSUM - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Whether or not to calculate checksums for backup files.
- CHECKSUM - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Whether or not to verify checksums for backup files when restoring.
- CHUNK_BYTES - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for the result table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for the result table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for the result table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Sets the target maximum data size for each column in a chunk to be used for all new tables.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for this projection.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Indicates the target maximum data size for each column in a chunk to be used for this table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for this table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
Indicates the target maximum data size for each column in a chunk to be used for this output table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Indicates the target maximum data size for each column in a chunk to be used for this table.
- CHUNK_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Indicates the target maximum data size for each column in a chunk to be used for this table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for the result table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for the result table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for the result table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Indicates the target maximum data size for all columns in a chunk to be used for all new tables.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for this projection.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Indicates the target maximum data size for all columns in a chunk to be used for this table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for this table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
Indicates the target maximum data size for all columns in a chunk to be used for this output table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Indicates the target maximum data size for all columns in a chunk to be used for this table.
- CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Indicates the target maximum data size for all columns in a chunk to be used for this table.
- 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_SKIP - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Create or delete a chunk skip index.
- CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
- CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
- CIRCLE - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
- CLASSBREAK - Static variable in class com.gpudb.protocol.CreateVideoRequest.Style
- ClassFactory(Class<?>) - Constructor for class com.gpudb.TypeObjectMap.ClassFactory
-
Creates a
TypeObjectMap.ClassFactoryfor the specified class. - CLEAR_ALL_REFERENCES - Static variable in class com.gpudb.protocol.ClearTableMonitorRequest.Options
- 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 table monitors that use this data sink will be cleared. - 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
-
A set of parameters for
GPUdb.clearStatistics. - 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. - 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
createTableMonitor. - clearTableMonitor(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Deactivates a table monitor previously created with
createTableMonitor. - ClearTableMonitorRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.clearTableMonitor. - 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
-
A set of string constants for the
ClearTableMonitorRequestparameteroptions. - ClearTableMonitorResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.clearTableMonitor. - 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() - 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
-
A set of string constants for the
ClearTableRequestparameteroptions. - ClearTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.clearTable. - ClearTableResponse() - Constructor for class com.gpudb.protocol.ClearTableResponse
-
Constructs a ClearTableResponse object with default parameters.
- clearTables(ClearTablesRequest) - Method in class com.gpudb.GPUdb
-
Clears (drops) tables in the database cluster.
- clearTables(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Clears (drops) tables in the database cluster.
- ClearTablesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.clearTables. - ClearTablesRequest() - Constructor for class com.gpudb.protocol.ClearTablesRequest
-
Constructs a ClearTablesRequest object with default parameters.
- ClearTablesRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ClearTablesRequest
-
Constructs a ClearTablesRequest object with the specified parameters.
- ClearTablesRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ClearTablesRequestparameteroptions. - ClearTablesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.clearTables. - ClearTablesResponse() - Constructor for class com.gpudb.protocol.ClearTablesResponse
-
Constructs a ClearTablesResponse 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
-
A set of parameters for
GPUdb.clearTrigger. - 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. - ClearTriggerResponse() - Constructor for class com.gpudb.protocol.ClearTriggerResponse
-
Constructs a ClearTriggerResponse object with default parameters.
- close() - Method in class com.gpudb.BulkInserter
-
Closes
BulkInserterresources: Performs a final flush of any data yet to be ingested Terminates the timed flush mechanism, if needed Terminates the ingest executor service
This method will be called automatically if theBulkInserterclass 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_CLUSTERSsolver only. - ClusterAddressInfo(URL) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
- ClusterAddressInfo(URL, int) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
- ClusterAddressInfo(URL, List<URL>, Set<String>, URL, boolean) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for an active cluster
- ClusterAddressInfo(URL, List<URL>, Set<String>, URL, boolean, boolean) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.Constructor for intra-cluster failover-enabled systems
- ClusterAddressInfo(URL, Map<String, String>, List<URL>, Set<String>, URL) - Constructor for class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Constructor for an active cluster
- 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
Resultusing the futures accessed using theFullFileDispatcher.jobExecutorobject. - 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_TABLEand useGPUdb.createSchemato create the schema if non-existent] Name of a schema which is to contain the table specified inRESULT_TABLE. - COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
[DEPRECATED--please specify the containing schema as part of
RESULT_TABLEand useGPUdb.createSchemato create the schema if non-existent] Name of a schema which is to contain the table specified inRESULT_TABLE. - COLLECTION_NAME - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
[DEPRECATED--please specify the containing schema as part of
RESULT_TABLEand useGPUdb.createSchemato create the schema if non-existent] Name of a schema which is to contain the table specified inRESULT_TABLE. - COLLECTION_NAME - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
[DEPRECATED--please specify the containing schema for the join as part of
joinTableNameand useGPUdb.createSchemato 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
tableNameand useGPUdb.createSchemato 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
projectionNameand useGPUdb.createSchemato 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
tableNameand useGPUdb.createSchemato 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
tableNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato 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
viewNameand useGPUdb.createSchemato create the schema if non-existent] Name of a schema for the newly created view. - 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
-
A set of parameters for
GPUdb.collectStatistics. - 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
-
A set of results returned by
GPUdb.collectStatistics. - 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
symbolFormatis '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(String, Class<?>, String...) - Constructor for class com.gpudb.Type.Column
-
Creates a
Type.Columnobject with the specified metadata. - Column(String, Class<?>, List<String>) - Constructor for class com.gpudb.Type.Column
-
Creates a
Type.Columnobject with the specified metadata. - COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Create or delete a column (attribute) index.
- 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_INFOoption isTRUE. - 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, 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
- COMMENT - Static variable in class com.gpudb.protocol.AlterBackupRequest.Options
-
Comments to store with the backup.
- COMMENT - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Comments to store with this backup.
- 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
- compareTo(int, int, int, int, long) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Compare this version to the one represented by the five given version components.
- compareTo(GPUdbBase.GPUdbVersion) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Compare this version to the given version.
- COMPLETE - com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
- 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
- COMPRESS - Static variable in class com.gpudb.ColumnProperty
-
This property indicates that this column should be compressed with the given codec and optional level; e.g., 'compress(snappy)' for Snappy compression and 'compress(zstd(7))' for zstd level 7 compression.
- COMPRESS - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
This property indicates that this column should be compressed with the given codec and optional level; e.g., 'compress(snappy)' for Snappy compression and 'compress(zstd(7))' for zstd level 7 compression.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
The default compression codec for the result table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
The default compression codec for the result table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
The default compression codec for the result table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
The default compression algorithm applied to any column without a column-level or table-level default compression specified at the time it was created
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
The default compression codec for the projection's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.CreateTypeRequest.Options
-
The default compression codec for this type's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
The default compression codec for this table's columns.
- COMPRESSION_CODEC - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Default compression codec for the table.
- COMPRESSION_ON - Static variable in class com.gpudb.GPUdbBase.JsonOptions
- COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Source data compression type.
- 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.
- COMPRESSION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Optional: payload compression type.
- CONCAVITY_LEVEL - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
-
Factor to qualify the concavity of the isochrone curves.
- CONCURRENT_KERNEL_EXECUTION - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
- 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.
- CONFIGURATION - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
If
TRUE, backup the database configuration file. - CONFIGURATION - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
-
If
TRUE, restore the database configuration file. - 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. the given WKT is within the bounds of a record's geometry. - CONTAINS - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
-
Partial substring match (not accelerated).
- CONTEXT - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- 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.RestoreBackupRequest.RestoreObjectsMap
- 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_RANKsolvers only; Maximum percent relative threshold on the page rank 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.ConvertingFieldHandlerfor the specified field and GPUdbcolumn. - ConvertingMethodHandler(Method, Method, Type.Column) - Constructor for class com.gpudb.TypeObjectMap.ConvertingMethodHandler
-
Creates a
TypeObjectMap.ConvertingMethodHandlerfor the specified get and set methods and GPUdbcolumn. - 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_EXPRESSIONinstead.] - 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 without final limits applied
- COUNT - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.Info
-
Number of records without final limits applied
- create(GPUdb) - Method in class com.gpudb.Type
-
Creates a type in GPUdb based on the metadata in the
Typeobject and returns the type ID for reference. - CREATE - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
-
Ability to create new objects of this type.
- CREATE - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
-
Ability to create new objects of this type.
- CREATE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
-
Ability to create new objects of this type.
- CREATE_FOREIGN_KEY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Creates a foreign key specified in
valueusing the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...]) - 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. - CREATE_HOME_DIRECTORY - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
-
When
TRUE, a home directory in KiFS is created for this user. - CREATE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Creates a column (attribute) index, low-cardinality index, chunk skip index, geospatial index, CAGRA index, or HNSW index (depending on the specified
INDEX_TYPE), on the column name specified invalue. - 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_SCHEMA_IF_NOT_EXIST - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Behavior to apply when the schema containing any database object to restore does not already exist.
- 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 ofRESULT_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 ofRESULT_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 ofRESULT_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 ofRESULT_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 ofjoinTableName. - 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 ofprojectionName. - CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByAreaGeometryRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByAreaRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByBoxGeometryRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByBoxRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByListRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRadiusGeometryRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRadiusRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByRangeRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterBySeriesRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByStringRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterByValueRequest.Options
- CREATE_TEMP_TABLE - Static variable in class com.gpudb.protocol.FilterRequest.Options
- CREATE_UNION - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
- createAuthorizationHeader() - Method in class com.gpudb.GPUdbBase
-
Choose and return the authentication mode based on the presence of options in this connection's options map.
- createBackup(CreateBackupRequest) - Method in class com.gpudb.GPUdb
-
Creates a database backup, containing a snapshot of existing objects, at the remote file store accessible via the data sink specified by
datasinkName. - createBackup(String, String, Map<String, String>, String, Map<String, String>) - Method in class com.gpudb.GPUdb
- CreateBackupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createBackup. - CreateBackupRequest() - Constructor for class com.gpudb.protocol.CreateBackupRequest
-
Constructs a CreateBackupRequest object with default parameters.
- CreateBackupRequest(String, String, Map<String, String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateBackupRequest
-
Constructs a CreateBackupRequest object with the specified parameters.
- CreateBackupRequest.BackupObjectsMap - Class in com.gpudb.protocol
-
A set of string constants for the
CreateBackupRequestparameterbackupObjectsMap. - CreateBackupRequest.BackupType - Class in com.gpudb.protocol
-
A set of string constants for the
CreateBackupRequestparameterbackupType. - CreateBackupRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateBackupRequestparameteroptions. - CreateBackupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createBackup. - CreateBackupResponse() - Constructor for class com.gpudb.protocol.CreateBackupResponse
-
Constructs a CreateBackupResponse object with default parameters.
- createBatches() - Method in class com.gpudb.filesystem.common.FullFileBatchManager
-
Creates batches of files which could be uploaded one shot.
- createCatalog(CreateCatalogRequest) - Method in class com.gpudb.GPUdb
-
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
- createCatalog(String, String, String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a catalog, which contains the location and connection information for a deltalake catalog that is external to the database.
- CreateCatalogRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createCatalog. - CreateCatalogRequest() - Constructor for class com.gpudb.protocol.CreateCatalogRequest
-
Constructs a CreateCatalogRequest object with default parameters.
- CreateCatalogRequest(String, String, String, String, String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.CreateCatalogRequest
-
Constructs a CreateCatalogRequest object with the specified parameters.
- CreateCatalogRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateCatalogRequestparameteroptions. - CreateCatalogResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createCatalog. - CreateCatalogResponse() - Constructor for class com.gpudb.protocol.CreateCatalogResponse
-
Constructs a CreateCatalogResponse object with default parameters.
- 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
-
Create a new credential.
- createCredential(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Create a new credential.
- CreateCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createCredential. - 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
-
A set of string constants for the
CreateCredentialRequestparametertype. - CreateCredentialResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createCredential. - CreateCredentialResponse() - Constructor for class com.gpudb.protocol.CreateCredentialResponse
-
Constructs a CreateCredentialResponse object with default parameters.
- CREATED_BY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User that created this table or view.
- CREATED_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Time (UTC) when this table or view was created.
- createDatasink(CreateDatasinkRequest) - Method in class com.gpudb.GPUdb
-
Creates a data sink, which contains the destination information for a data sink that is external to the database.
- createDatasink(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a data sink, which contains the destination information for a data sink that is external to the database.
- CreateDatasinkRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createDatasink. - 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
-
A set of string constants for the
CreateDatasinkRequestparameteroptions. - CreateDatasinkResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createDatasink. - CreateDatasinkResponse() - Constructor for class com.gpudb.protocol.CreateDatasinkResponse
-
Constructs a CreateDatasinkResponse object with default parameters.
- createDatasource(CreateDatasourceRequest) - Method in class com.gpudb.GPUdb
-
Creates a data source, which contains the location and connection information for a data store that is external to the database.
- createDatasource(String, String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a data source, which contains the location and connection information for a data store that is external to the database.
- CreateDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createDatasource. - 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
-
A set of string constants for the
CreateDatasourceRequestparameteroptions. - CreateDatasourceResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createDatasource. - 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(CreateDirectoryRequest) - Method in class com.gpudb.GPUdb
-
Creates a new directory in KiFS.
- createDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Creates a KiFS directory with the given name, suppressing the error if the directory already exists in KiFS.
- createDirectory(String, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Creates a KiFS directory with the given name.
- createDirectory(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new directory in KiFS.
- CreateDirectoryRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createDirectory. - 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
-
A set of string constants for the
CreateDirectoryRequestparameteroptions. - CreateDirectoryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createDirectory. - 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 user-defined functions (UDF).
- createEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new environment which can be used by user-defined functions (UDF).
- CreateEnvironmentRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createEnvironment. - 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
-
A set of results returned by
GPUdb.createEnvironment. - 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() - 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
-
A set of string constants for the
CreateGraphRequestparameterdirectedGraph. - CreateGraphRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateGraphRequestparameteroptions. - CreateGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createGraph. - CreateGraphResponse() - Constructor for class com.gpudb.protocol.CreateGraphResponse
-
Constructs a CreateGraphResponse object with default parameters.
- createHASyncModeHeader() - Method in class com.gpudb.GPUdbBase
- 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() - 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
-
A set of string constants for the
CreateJobRequestparameteroptions. - CreateJobRequest.RequestEncoding - Class in com.gpudb.protocol
-
A set of string constants for the
CreateJobRequestparameterrequestEncoding. - CreateJobResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createJob. - CreateJobResponse() - Constructor for class com.gpudb.protocol.CreateJobResponse
-
Constructs a CreateJobResponse object with default parameters.
- CreateJobResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateJobResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.createJoinTable. - 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
-
A set of string constants for the
CreateJoinTableRequestparameteroptions. - CreateJoinTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createJoinTable. - CreateJoinTableResponse() - Constructor for class com.gpudb.protocol.CreateJoinTableResponse
-
Constructs a CreateJoinTableResponse object with default parameters.
- CreateJoinTableResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateJoinTableResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.createMaterializedView. - 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
-
A set of string constants for the
CreateMaterializedViewRequestparameteroptions. - CreateMaterializedViewResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createMaterializedView. - CreateMaterializedViewResponse() - Constructor for class com.gpudb.protocol.CreateMaterializedViewResponse
-
Constructs a CreateMaterializedViewResponse object with default parameters.
- CreateMaterializedViewResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateMaterializedViewResponseparameterinfo. - createNewJob(GPUdb, GPUdbFileHandler.Options, String, String, KifsFileInfo, DownloadOptions, FileDownloadListener) - Static method in class com.gpudb.filesystem.download.DownloadIoJob
-
Creates a new job for downloading a file.
- createNewJob(GPUdb, GPUdbFileHandler.Options, String, String, UploadOptions, FileUploadListener) - Static method in class com.gpudb.filesystem.upload.UploadIoJob
-
Creates a new job for uploading a file.
- createProc(CreateProcRequest) - Method in class com.gpudb.GPUdb
-
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
- createProc(String, String, Map<String, ByteBuffer>, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates an instance (proc) of the user-defined functions (UDF) specified by the given command, options, and files, and makes it available for execution.
- CreateProcRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createProc. - CreateProcRequest() - 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
-
A set of string constants for the
CreateProcRequestparameterexecutionMode. - CreateProcRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateProcRequestparameteroptions. - CreateProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createProc. - CreateProcResponse() - Constructor for class com.gpudb.protocol.CreateProcResponse
-
Constructs a CreateProcResponse object with default parameters.
- createProjection(CreateProjectionRequest) - Method in class com.gpudb.GPUdb
-
Creates a new projection of an existing table.
- createProjection(String, String, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new projection of an existing table.
- CreateProjectionRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createProjection. - 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
-
A set of string constants for the
CreateProjectionRequestparameteroptions. - CreateProjectionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createProjection. - CreateProjectionResponse() - Constructor for class com.gpudb.protocol.CreateProjectionResponse
-
Constructs a CreateProjectionResponse object with default parameters.
- CreateProjectionResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateProjectionResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.createResourceGroup. - 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
-
A set of string constants for the
CreateResourceGroupRequestparameteroptions. - CreateResourceGroupRequest.Ranking - Class in com.gpudb.protocol
-
A set of string constants for the
CreateResourceGroupRequestparameterranking. - CreateResourceGroupRequest.TierAttributes - Class in com.gpudb.protocol
-
A set of string constants for the
CreateResourceGroupRequestparametertierAttributes. - CreateResourceGroupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createResourceGroup. - 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() - 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
-
A set of string constants for the
CreateRoleRequestparameteroptions. - CreateRoleResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createRole. - 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 schema.
- createSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a SQL-style schema.
- CreateSchemaRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createSchema. - 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
-
A set of string constants for the
CreateSchemaRequestparameteroptions. - CreateSchemaResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createSchema. - 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 with the given type (definition of columns).
- createTable(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new table with the given type (definition of columns).
- createTableExternal(CreateTableExternalRequest) - Method in class com.gpudb.GPUdb
-
Creates a new external table, which is a local database object whose source data is located externally to the database.
- createTableExternal(String, List<String>, Map<String, Map<String, String>>, Map<String, String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new external table, which is a local database object whose source data is located externally to the database.
- CreateTableExternalRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createTableExternal. - 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
-
A set of string constants for the
CreateTableExternalRequestparametercreateTableOptions. - CreateTableExternalRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateTableExternalRequestparameteroptions. - CreateTableExternalResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createTableExternal. - 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
-
A set of parameters for
GPUdb.createTableMonitor. - 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
-
A set of string constants for the
CreateTableMonitorRequestparameteroptions. - CreateTableMonitorResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createTableMonitor. - CreateTableMonitorResponse() - Constructor for class com.gpudb.protocol.CreateTableMonitorResponse
-
Constructs a CreateTableMonitorResponse object with default parameters.
- CreateTableMonitorResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateTableMonitorResponseparameterinfo. - CreateTableRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createTable. - 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
-
A set of string constants for the
CreateTableRequestparameteroptions. - CreateTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createTable. - CreateTableResponse() - Constructor for class com.gpudb.protocol.CreateTableResponse
-
Constructs a CreateTableResponse object with default parameters.
- CreateTableResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateTableResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.createTriggerByArea. - 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
-
A set of results returned by
GPUdb.createTriggerByArea. - 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
-
A set of parameters for
GPUdb.createTriggerByRange. - 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
-
A set of results returned by
GPUdb.createTriggerByRange. - CreateTriggerByRangeResponse() - Constructor for class com.gpudb.protocol.CreateTriggerByRangeResponse
-
Constructs a CreateTriggerByRangeResponse object with default parameters.
- createType(GPUdb) - Method in class com.gpudb.TypeObjectMap
-
Creates a type in GPUdb based on the metadata in the specified
TypeObjectMapobject and returns the type ID for reference. - createType(CreateTypeRequest) - Method in class com.gpudb.GPUdb
-
Creates a new type describing the columns 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
RecordObjectclass and returns the type ID for reference. - createType(String, String, Map<String, List<String>>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Creates a new type describing the columns of a table.
- CreateTypeRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.createType. - 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.Options - Class in com.gpudb.protocol
-
A set of string constants for the
CreateTypeRequestparameteroptions. - CreateTypeRequest.Properties - Class in com.gpudb.protocol
-
A set of string constants for the
CreateTypeRequestparameterproperties. - CreateTypeResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createType. - 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() - 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
-
A set of string constants for the
CreateUnionRequestparameteroptions. - CreateUnionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createUnion. - CreateUnionResponse() - Constructor for class com.gpudb.protocol.CreateUnionResponse
-
Constructs a CreateUnionResponse object with default parameters.
- CreateUnionResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
CreateUnionResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.createUserExternal. - 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
-
A set of string constants for the
CreateUserExternalRequestparameteroptions. - CreateUserExternalResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createUserExternal. - 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
-
A set of parameters for
GPUdb.createUserInternal. - 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
-
A set of string constants for the
CreateUserInternalRequestparameteroptions. - CreateUserInternalResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createUserInternal. - CreateUserInternalResponse() - Constructor for class com.gpudb.protocol.CreateUserInternalResponse
-
Constructs a CreateUserInternalResponse object with default parameters.
- 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() - 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
-
A set of string constants for the
CreateVideoRequestparameteroptions. - CreateVideoRequest.Style - Class in com.gpudb.protocol
-
A set of string constants for the
CreateVideoRequestparameterstyle. - CreateVideoResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.createVideo. - 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 object to be used in this data sink
- CREDENTIAL - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Name of the credential object to be used in data source
- CREDENTIAL - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- CREDENTIAL - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Name of the credential object to be used in this data sink
- CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Name of the credential object to be used in data source
- 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.ImportModelRequest.Options
- CREDENTIAL - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
- 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 default schema when processing this SQL command.
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.
- DATALAKE_CATALOG - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Name of an existing datalake(iceberg) catalog used in loading files
- DATALAKE_PATH - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Path of datalake(iceberg) object
- DATALAKE_SNAPSHOT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Snapshot ID of datalake(iceberg) object
- DATASINK - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- 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.RestoreBackupRequest.RestoreObjectsMap
- 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
monitorIdsif one is defined. - DATASINK_NAME - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
-
Name of an existing data sink to send change data notifications to
- DATASINK_NAME - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
-
Datasink name, created using
GPUdb.createDatasink. - DATASINK_NAME - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
-
Name of an existing external data sink to which table name specified in
tableNamewill be exported - DATASOURCE - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- 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.RestoreBackupRequest.RestoreObjectsMap
- DATASOURCE - Static variable in class com.gpudb.protocol.RevokePermissionRequest.ObjectType
-
Data Source
- DATASOURCE_CREDENTIALS - Static variable in class com.gpudb.protocol.CreateCatalogRequest.Options
- 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
valuecan 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
filepathswill 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
filepathswill 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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
- DDL_ONLY - Static variable in class com.gpudb.protocol.AlterBackupRequest.Action
-
Whether or not to only save DDL and not back up table data, when taking future snapshots; set
valueto 'true' or 'false' for DDL only or DDL and table data, respectively. - DDL_ONLY - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Whether or not, for tables, to only backup DDL and not table data.
- DDL_ONLY - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Behavior to apply when restoring tables.
- debug(String) - Static method in class com.gpudb.GPUdbLogger
- DEBUG - Static variable in class com.gpudb.protocol.AdminSendAlertRequest.LogLevel
- debug_with_info(String) - Static method in class com.gpudb.GPUdbLogger
-
Print extra information with the debug message.
- decideMultiPart() - Method in class com.gpudb.filesystem.common.FileOperation
-
Resolves file names and categorizes them into single-part or multi-part transfers.
- DECIMAL - com.gpudb.Type.Column.ColumnType
- 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.
- DECIMAL8_MAX_PRECISION - Static variable in class com.gpudb.Type.Column
- decode(Object, ByteBuffer) - Static method in class com.gpudb.Avro
-
Decodes an Avro binary object.
- decode(Object, List<ByteBuffer>) - Static method in class com.gpudb.Avro
-
Decodes a homogeneous list of Avro binary objects.
- decode(Object, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
- 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>, 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(String, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
- decode(List<String>, List<ByteBuffer>) - Method in class com.gpudb.GPUdbBase
- decode(T, ByteBuffer) - Static method in class com.gpudb.Avro
-
Decodes an Avro binary object into a pre-created destination object.
- decodeMultiple(Object, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
- decodeMultiple(List<String>, List<List<ByteBuffer>>) - Method in class com.gpudb.GPUdbBase
- DEFAULT - com.gpudb.GPUdbBase.HASynchronicityMode
- 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_DECIMAL_MAX - Static variable in class com.gpudb.Type.Column
- DEFAULT_DECIMAL_MIN - Static variable in class com.gpudb.Type.Column
- DEFAULT_DECIMAL_PRECISION - Static variable in class com.gpudb.Type.Column
- DEFAULT_DECIMAL_SCALE - Static variable in class com.gpudb.Type.Column
- 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.FlushOptionswith 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.FailbackOptions
- defaultOptions() - Static method in class com.gpudb.GPUdbBase.JsonOptions
-
This method returns an instance of
GPUdbBase.JsonOptionswith 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_BACKUPS - Static variable in class com.gpudb.protocol.DropBackupRequest.Options
-
Allow multiple backups to be deleted if
TRUEand multiple backup names are found matchingbackupName. - 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_CHUNKS - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
Deletes any corrupted chunks
- DELETE_COLUMN - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
- DELETE_FOREIGN_KEY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Deletes a foreign key.
- DELETE_IF_EXISTS - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
- DELETE_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Deletes a column (attribute) index, low-cardinality index, chunk skip index, geospatial index, CAGRA index, or HNSW index (depending on the specified
INDEX_TYPE), on the column name specified invalue. - DELETE_INTERMEDIATE_BACKUPS - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Whether or not to delete any intermediate snapshots when the
backupTypeis set toDIFFERENTIAL. - 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 range-partitioned or manual list-partitioned table. - DELETE_PERSIST - Static variable in class com.gpudb.protocol.DeleteGraphRequest.Options
-
If set to
TRUE, the graph is removed from the server and persist. - DELETE_TOPIC_ID - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
- DELETE_TYPE_SCHEMA - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
-
The JSON Avro schema for 'delete' events
- deleteDirectory(DeleteDirectoryRequest) - Method in class com.gpudb.GPUdb
-
Deletes a directory from KiFS.
- deleteDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the given KiFS directory and all files under it, suppressing the error if the directory is not found in KiFS.
- deleteDirectory(String, boolean, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the given KiFS directory.
- deleteDirectory(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Deletes a directory from KiFS.
- DeleteDirectoryRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.deleteDirectory. - 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
-
A set of string constants for the
DeleteDirectoryRequestparameteroptions. - DeleteDirectoryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.deleteDirectory. - DeleteDirectoryResponse() - Constructor for class com.gpudb.protocol.DeleteDirectoryResponse
-
Constructs a DeleteDirectoryResponse object with default parameters.
- deleteFiles(DeleteFilesRequest) - Method in class com.gpudb.GPUdb
-
Deletes one or more files from KiFS.
- deleteFiles(List<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the given list of fully-qualified KiFS file paths, suppressing the errors if the files are not found in KiFS.
- deleteFiles(List<String>, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the given list of fully-qualified KiFS file paths.
- deleteFiles(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Deletes one or more files from KiFS.
- deleteFilesInDir(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the files in the given KiFS directory, suppressing the errors if the directory is not found in KiFS.
- deleteFilesInDir(String, boolean) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deletes the files in the given KiFS directory.
- DeleteFilesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.deleteFiles. - 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
-
A set of string constants for the
DeleteFilesRequestparameteroptions. - DeleteFilesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.deleteFiles. - 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() - 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
-
A set of string constants for the
DeleteGraphRequestparameteroptions. - DeleteGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.deleteGraph. - 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() - 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. - 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
-
A set of parameters for
GPUdb.deleteRecords. - 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
-
A set of string constants for the
DeleteRecordsRequestparameteroptions. - DeleteRecordsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.deleteRecords. - 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
-
A set of parameters for
GPUdb.deleteResourceGroup. - 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
-
A set of string constants for the
DeleteResourceGroupRequestparameteroptions. - DeleteResourceGroupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.deleteResourceGroup. - 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() - 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. - 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() - 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. - DeleteUserResponse() - Constructor for class com.gpudb.protocol.DeleteUserResponse
-
Constructs a DeleteUserResponse object with default parameters.
- DELIMITED_TEXT - com.gpudb.filesystem.ingest.FileType
- 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
- DEPENDENCIES - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
Include view dependencies in the output.
- 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
samplePointsfor 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 dictionary encoded.
- DICT - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
This property indicates that this column should be dictionary encoded.
- DIFFERENTIAL - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupType
-
Snapshot of changes in the database objects and data since the last full snapshot.
- DIRECT - Static variable in class com.gpudb.protocol.HasRoleResponse.Info
-
TRUEwhen 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_DIRECTORYisTRUE. - DIRECTORY_DATA_LIMIT - Static variable in class com.gpudb.protocol.CreateUserInternalRequest.Options
-
The maximum capacity to apply to the created directory if
CREATE_HOME_DIRECTORYisTRUE. - 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
-
Target directory name (KIFS for upload, local for download).
- DISJOINT - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
-
Matches records that are disjoint from the given WKT.
- DISK - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
On-disk primary key
- DISK_AUTO_OPTIMIZE_TIMEOUT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Time interval in seconds after which the database will apply optimizations/transformations to persisted data, such as compression.
- 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
jobResponseorjobResponseStrfield - DOT - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.StyleOptions
- DOT - Static variable in class com.gpudb.protocol.VisualizeImageRequest.StyleOptions
- DOUBLE - com.gpudb.Type.Column.ColumnBaseType
- DOUBLE - com.gpudb.Type.Column.ColumnType
- 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(String, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Downloads a KiFS file with the given path to a given local directory.
- download(String, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Downloads a KiFS file with the given path to a given local directory.
- download(List<String>, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Downloads KiFS files with the given paths to a given local directory.
- download(List<String>, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Downloads KiFS files with the given paths to a given local directory.
- DOWNLOAD - com.gpudb.filesystem.common.OpMode
- downloadDir(String, String, DownloadOptions, FileDownloadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Downloads all files in a given KiFS directory to a given local directory.
- downloadFiles(DownloadFilesRequest) - Method in class com.gpudb.GPUdb
-
Downloads one or more files from KiFS.
- downloadFiles(List<String>, List<Long>, List<Long>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Downloads one or more files from KiFS.
- DownloadFilesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.downloadFiles. - 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
-
A set of string constants for the
DownloadFilesRequestparameteroptions. - DownloadFilesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.downloadFiles. - DownloadFilesResponse() - Constructor for class com.gpudb.protocol.DownloadFilesResponse
-
Constructs a DownloadFilesResponse object with default parameters.
- DownloadIoJob - Class in com.gpudb.filesystem.download
-
This is an internal class and not meant to be used by the end users of the
filesystemAPI. - DownloadOptions - Class in com.gpudb.filesystem.download
-
This class allows the user of the
GPUdbFileHandlerclass methods for download like -GPUdbFileHandler.download(String, String, DownloadOptions, FileDownloadListener)andGPUdbFileHandler.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
- DROP_DATASOURCE_SUBSCRIPTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Permanently delete a cancelled data source subscription.
- dropBackup(DropBackupRequest) - Method in class com.gpudb.GPUdb
-
Deletes one or more existing database backups and contained snapshots, accessible via the data sink specified by
datasinkName. - dropBackup(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
- DropBackupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropBackup. - DropBackupRequest() - Constructor for class com.gpudb.protocol.DropBackupRequest
-
Constructs a DropBackupRequest object with default parameters.
- DropBackupRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropBackupRequest
-
Constructs a DropBackupRequest object with the specified parameters.
- DropBackupRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
DropBackupRequestparameteroptions. - DropBackupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.dropBackup. - DropBackupResponse() - Constructor for class com.gpudb.protocol.DropBackupResponse
-
Constructs a DropBackupResponse object with default parameters.
- dropCatalog(DropCatalogRequest) - Method in class com.gpudb.GPUdb
-
Drops an existing catalog.
- dropCatalog(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drops an existing catalog.
- DropCatalogRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropCatalog. - DropCatalogRequest() - Constructor for class com.gpudb.protocol.DropCatalogRequest
-
Constructs a DropCatalogRequest object with default parameters.
- DropCatalogRequest(String, Map<String, String>) - Constructor for class com.gpudb.protocol.DropCatalogRequest
-
Constructs a DropCatalogRequest object with the specified parameters.
- DropCatalogResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.dropCatalog. - DropCatalogResponse() - Constructor for class com.gpudb.protocol.DropCatalogResponse
-
Constructs a DropCatalogResponse object with default parameters.
- 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 credential.
- dropCredential(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drop an existing credential.
- DropCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropCredential. - 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. - 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 data sink.
- dropDatasink(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drops an existing data sink.
- DropDatasinkRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropDatasink. - 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
-
A set of string constants for the
DropDatasinkRequestparameteroptions. - DropDatasinkResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.dropDatasink. - 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 data source.
- dropDatasource(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drops an existing data source.
- DropDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropDatasource. - 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. - 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 user-defined function (UDF) environment.
- dropEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drop an existing user-defined function (UDF) environment.
- DropEnvironmentRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropEnvironment. - 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
-
A set of string constants for the
DropEnvironmentRequestparameteroptions. - DropEnvironmentResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.dropEnvironment. - 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 schema, specified in
schemaName. - dropSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Drops an existing SQL-style schema, specified in
schemaName. - DropSchemaRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.dropSchema. - 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
-
A set of string constants for the
DropSchemaRequestparameteroptions. - DropSchemaResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.dropSchema. - 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.AlterBackupRequest.Options
-
Whether or not to perform a dry run of a backup alteration.
- DRY_RUN - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Whether or not to perform a dry run of a backup operation.
- 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.DropBackupRequest.Options
-
Whether or not to perform a dry run of a backup deletion.
- 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. - DRY_RUN - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Whether or not to perform a dry run of the restoration operation.
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.
- 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
- EMBEDDING - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- EMBEDDING_TABLE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
-
If table exists (should be generated by the match/graph match_embedding solver), the vector embeddings for the newly inserted nodes will be appended into this table.
- EMBEDDING_TABLE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
-
If table exists (should be generated by the match/graph match_embedding solver), the vector embeddings for the newly inserted nodes will be appended into this table.
- EMBEDDING_WEIGHTS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - EMPTY_STRING - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
-
Don't change the ranking
- ENABLE_AUDIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Enable or disable auditing.
- ENABLE_EQUI_JOIN_LAZY_RESULT_STORE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Allow using the lazy result store to cache computation of one side of a multichunk equi-join.
- ENABLE_GRAPH_DRAW - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
-
If set to
TRUE, adds a 'EDGE_WKTLINE' column identifier to the specifiedGRAPH_TABLEso 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_ONE_STEP_COMPOUND_EQUI_JOIN - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Enable the one_step compound-equi-join algorithm.
- ENABLE_OVERLAPPED_EQUI_JOIN - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Enable overlapped-equi-join filter.
- ENABLE_PK_EQUI_JOIN - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Use equi-join to do primary key joins rather than using primary-key-index
- ENABLE_PREDICATE_EQUI_JOIN_LAZY_RESULT_STORE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Allow using the lazy result store to cache computation of one side of a multichunk predicate-equi-join.
- ENABLE_REUSE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver only. - ENABLE_SPARSE_VIRTUAL_CHUNKING - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
materialize virtual chunks with only non-deleted values.
- ENABLE_THREAD_HANG_LOGGING - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Log a stack trace for any thread that runs longer than a defined threshold.
- ENABLE_VIRTUAL_CHUNKING - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Collect chunks with accumulated size less than chunk_size into a single chunk.
- encode(TypeObjectMap<T>, List<T>) - Method in class com.gpudb.GPUdbBase
- 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(T) - Static method in class com.gpudb.Avro
-
Encodes an Avro-compatible object into Avro binary format.
- END - Static variable in class com.gpudb.protocol.AggregateHistogramRequest.Options
-
The end parameter for char types.
- 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.AdminHaOfflineRequest
- equals(Object) - Method in class com.gpudb.protocol.AdminHaOfflineResponse
- 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.AdminRepairTableRequest
- equals(Object) - Method in class com.gpudb.protocol.AdminRepairTableResponse
- equals(Object) - Method in class com.gpudb.protocol.AdminSendAlertRequest
- equals(Object) - Method in class com.gpudb.protocol.AdminSendAlertResponse
- 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.AlterBackupRequest
- equals(Object) - Method in class com.gpudb.protocol.AlterBackupResponse
- 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.AlterWalRequest
- equals(Object) - Method in class com.gpudb.protocol.AlterWalResponse
- 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.ClearTablesRequest
- equals(Object) - Method in class com.gpudb.protocol.ClearTablesResponse
- 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.CreateBackupRequest
- equals(Object) - Method in class com.gpudb.protocol.CreateBackupResponse
- equals(Object) - Method in class com.gpudb.protocol.CreateCatalogRequest
- equals(Object) - Method in class com.gpudb.protocol.CreateCatalogResponse
- 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.DropBackupRequest
- equals(Object) - Method in class com.gpudb.protocol.DropBackupResponse
- equals(Object) - Method in class com.gpudb.protocol.DropCatalogRequest
- equals(Object) - Method in class com.gpudb.protocol.DropCatalogResponse
- 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.ExportQueryMetricsRequest
- equals(Object) - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
- 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(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(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.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.RestoreBackupRequest
- equals(Object) - Method in class com.gpudb.protocol.RestoreBackupResponse
- 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.ShowBackupRequest
- equals(Object) - Method in class com.gpudb.protocol.ShowBackupResponse
- 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.ShowWalRequest
- equals(Object) - Method in class com.gpudb.protocol.ShowWalResponse
- 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.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
- EQUALS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
-
Matches records that are the same as the given WKT.
- EQUALS - Static variable in class com.gpudb.protocol.FilterByStringRequest.Mode
-
Exact whole-string match (accelerated).
- 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.AdminSendAlertRequest.LogLevel
- 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_TO_COLD - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.Options
-
If
TRUEand 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(String) - Method in class com.gpudb.GPUdbBase
-
This method is used to execute a SQL statement (e.g., DML, DDL).
- execute(String, Object) - Method in class com.gpudb.GPUdbBase
-
This method is used to execute a SQL statement (e.g., DML, DDL).
- execute(String, Object, Map<String, String>) - Method in class com.gpudb.GPUdbBase
-
This method is used to execute a SQL statement (e.g., DML, DDL).
- 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_STARTUPisTRUE. - 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() - 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
-
A set of string constants for the
ExecuteProcRequestparameteroptions. - ExecuteProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.executeProc. - 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
-
A set of parameters for
GPUdb.executeSql. - ExecuteSqlRequest() - Constructor for class com.gpudb.protocol.ExecuteSqlRequest
-
Constructs an ExecuteSqlRequest object with default 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(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.Encoding - Class in com.gpudb.protocol
-
A set of string constants for the
ExecuteSqlRequestparameterencoding. - ExecuteSqlRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ExecuteSqlRequestparameteroptions. - ExecuteSqlResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.executeSql. - ExecuteSqlResponse() - Constructor for class com.gpudb.protocol.ExecuteSqlResponse
-
Constructs an ExecuteSqlResponse object with default parameters.
- ExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
-
A set of string constants for the
ExecuteSqlResponseparameterhasMoreRecords. - ExecuteSqlResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
ExecuteSqlResponseparameterinfo. - 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.
- EXPORTED_FILES - Static variable in class com.gpudb.protocol.ExportQueryMetricsResponse.Info
-
Comma separated list of filenames exported if applicable
- exportQueryMetrics(ExportQueryMetricsRequest) - Method in class com.gpudb.GPUdb
-
Export query metrics to a given destination.
- exportQueryMetrics(Map<String, String>) - Method in class com.gpudb.GPUdb
-
Export query metrics to a given destination.
- ExportQueryMetricsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.exportQueryMetrics. - ExportQueryMetricsRequest() - Constructor for class com.gpudb.protocol.ExportQueryMetricsRequest
-
Constructs an ExportQueryMetricsRequest object with default parameters.
- ExportQueryMetricsRequest(Map<String, String>) - Constructor for class com.gpudb.protocol.ExportQueryMetricsRequest
-
Constructs an ExportQueryMetricsRequest object with the specified parameters.
- ExportQueryMetricsRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ExportQueryMetricsRequestparameteroptions. - ExportQueryMetricsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.exportQueryMetrics. - ExportQueryMetricsResponse() - Constructor for class com.gpudb.protocol.ExportQueryMetricsResponse
-
Constructs an ExportQueryMetricsResponse object with default parameters.
- ExportQueryMetricsResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
ExportQueryMetricsResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.exportRecordsToFiles. - 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
-
A set of string constants for the
ExportRecordsToFilesRequestparameteroptions. - ExportRecordsToFilesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.exportRecordsToFiles. - 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
-
A set of parameters for
GPUdb.exportRecordsToTable. - 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
-
A set of string constants for the
ExportRecordsToTableRequestparameteroptions. - ExportRecordsToTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.exportRecordsToTable. - 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 to be applied to the source table prior to the projection.
- 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.ExportQueryMetricsRequest.Options
-
Filter for multi query export
- 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
- FailbackOptions() - Constructor for class com.gpudb.GPUdbBase.FailbackOptions
- FailbackOptions(long) - Constructor for class com.gpudb.GPUdbBase.FailbackOptions
- 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.AdminHaOfflineRequest.Offline
- 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.AdminRepairTableRequest.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.AlterBackupRequest.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.AlterUserRequest.Action
-
User may not login
- FALSE - Static variable in class com.gpudb.protocol.AlterWalRequest.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.ClearTablesRequest.Options
- FALSE - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- FALSE - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
- FALSE - Static variable in class com.gpudb.protocol.CreateCatalogRequest.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.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.DropBackupRequest.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.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.RestoreBackupRequest.Options
- FALSE - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
- FALSE - Static variable in class com.gpudb.protocol.ShowBackupRequest.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.ShowStatisticsRequest.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.ShowWalRequest.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.
- FATAL - Static variable in class com.gpudb.protocol.AdminSendAlertRequest.LogLevel
- FEATHER - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- FEATHER - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- FieldHandler(Field) - Constructor for class com.gpudb.TypeObjectMap.FieldHandler
-
Creates a
TypeObjectMap.FieldHandlerfor 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
filesystemAPI. - FileDownloader(GPUdb, List<String>, String, DownloadOptions, FileDownloadListener, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.download.FileDownloader
-
Constructs a new
FileDownloadermanager for downloading a given set of files from a given KiFS directory to a local directory. - 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
filesystemAPI. - 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 source file names/patterns to be processed.
- FileOperation - Class in com.gpudb.filesystem.common
-
This is an internal class and not meant to be used by the end users of the
filesystemAPI. - FileOperation(GPUdb, OpMode, List<String>, String, boolean, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.common.FileOperation
-
Constructs a new file operation instance, managing the transfer of a set of files to a target directory.
- FILEPATH - Static variable in class com.gpudb.protocol.ExportQueryMetricsRequest.Options
-
Path to export target specified as a filename or existing directory.
- 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
filesystemAPI. - FileUploader(GPUdb, List<String>, String, UploadOptions, FileUploadListener, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.upload.FileUploader
-
Constructs a new
FileUploadermanager for uploading a given set of files to a given KiFS directory. - 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 :
- 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_CHAINsolver 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_TABLEorNOT_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
-
A set of parameters for
GPUdb.filterByAreaGeometry. - 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
-
A set of string constants for the
FilterByAreaGeometryRequestparameteroptions. - FilterByAreaGeometryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByAreaGeometry. - FilterByAreaGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByAreaGeometryResponse
-
Constructs a FilterByAreaGeometryResponse object with default parameters.
- FilterByAreaGeometryResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByAreaGeometryResponseparameterinfo. - FilterByAreaRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.filterByArea. - 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
-
A set of string constants for the
FilterByAreaRequestparameteroptions. - FilterByAreaResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByArea. - FilterByAreaResponse() - Constructor for class com.gpudb.protocol.FilterByAreaResponse
-
Constructs a FilterByAreaResponse object with default parameters.
- FilterByAreaResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByAreaResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByBoxGeometry. - 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
-
A set of string constants for the
FilterByBoxGeometryRequestparameteroptions. - FilterByBoxGeometryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByBoxGeometry. - FilterByBoxGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByBoxGeometryResponse
-
Constructs a FilterByBoxGeometryResponse object with default parameters.
- FilterByBoxGeometryResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByBoxGeometryResponseparameterinfo. - FilterByBoxRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.filterByBox. - 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
-
A set of string constants for the
FilterByBoxRequestparameteroptions. - FilterByBoxResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByBox. - FilterByBoxResponse() - Constructor for class com.gpudb.protocol.FilterByBoxResponse
-
Constructs a FilterByBoxResponse object with default parameters.
- FilterByBoxResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByBoxResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByGeometry. - 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
-
A set of string constants for the
FilterByGeometryRequestparameteroperation. - FilterByGeometryRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByGeometryRequestparameteroptions. - FilterByGeometryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByGeometry. - FilterByGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByGeometryResponse
-
Constructs a FilterByGeometryResponse object with default parameters.
- FilterByGeometryResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByGeometryResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByList. - 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
-
A set of string constants for the
FilterByListRequestparameteroptions. - FilterByListResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByList. - FilterByListResponse() - Constructor for class com.gpudb.protocol.FilterByListResponse
-
Constructs a FilterByListResponse object with default parameters.
- FilterByListResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByListResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByRadiusGeometry. - 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
-
A set of string constants for the
FilterByRadiusGeometryRequestparameteroptions. - FilterByRadiusGeometryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByRadiusGeometry. - FilterByRadiusGeometryResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusGeometryResponse
-
Constructs a FilterByRadiusGeometryResponse object with default parameters.
- FilterByRadiusGeometryResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByRadiusGeometryResponseparameterinfo. - FilterByRadiusRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.filterByRadius. - 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
-
A set of string constants for the
FilterByRadiusRequestparameteroptions. - FilterByRadiusResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByRadius. - FilterByRadiusResponse() - Constructor for class com.gpudb.protocol.FilterByRadiusResponse
-
Constructs a FilterByRadiusResponse object with default parameters.
- FilterByRadiusResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByRadiusResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByRange. - 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
-
A set of string constants for the
FilterByRangeRequestparameteroptions. - FilterByRangeResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByRange. - FilterByRangeResponse() - Constructor for class com.gpudb.protocol.FilterByRangeResponse
-
Constructs a FilterByRangeResponse object with default parameters.
- FilterByRangeResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByRangeResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterBySeries. - 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
-
A set of string constants for the
FilterBySeriesRequestparameteroptions. - FilterBySeriesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterBySeries. - FilterBySeriesResponse() - Constructor for class com.gpudb.protocol.FilterBySeriesResponse
-
Constructs a FilterBySeriesResponse object with default parameters.
- FilterBySeriesResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterBySeriesResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByString. - 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
-
A set of string constants for the
FilterByStringRequestparametermode. - FilterByStringRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByStringRequestparameteroptions. - FilterByStringResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByString. - FilterByStringResponse() - Constructor for class com.gpudb.protocol.FilterByStringResponse
-
Constructs a FilterByStringResponse object with default parameters.
- FilterByStringResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByStringResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByTable. - 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
-
A set of string constants for the
FilterByTableRequestparameteroptions. - FilterByTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByTable. - FilterByTableResponse() - Constructor for class com.gpudb.protocol.FilterByTableResponse
-
Constructs a FilterByTableResponse object with default parameters.
- FilterByTableResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByTableResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.filterByValue. - 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
-
A set of string constants for the
FilterByValueRequestparameteroptions. - FilterByValueResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filterByValue. - FilterByValueResponse() - Constructor for class com.gpudb.protocol.FilterByValueResponse
-
Constructs a FilterByValueResponse object with default parameters.
- FilterByValueResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterByValueResponseparameterinfo. - FilterRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.filter. - 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
-
A set of string constants for the
FilterRequestparameteroptions. - FilterResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.filter. - FilterResponse() - Constructor for class com.gpudb.protocol.FilterResponse
-
Constructs a FilterResponse object with default parameters.
- FilterResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
FilterResponseparameterinfo. - 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
-
Make this resource group the new first one in the ordering
- FIRST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
-
Make this resource group the new first one in the ordering
- 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
-
A single record is returned per message
- FLAT - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
A single record is returned per message
- FLATTEN_COLUMNS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Specifies how to handle nested columns.
- FLATTEN_COLUMNS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Specifies how to handle nested columns.
- FLATTEN_COLUMNS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Specifies how to handle nested columns.
- FLOAT - com.gpudb.Type.Column.ColumnBaseType
- FLOAT - com.gpudb.Type.Column.ColumnType
- flush() - Method in class com.gpudb.BulkInserter
-
Ensures that any queued records are inserted into GPUdb.
- FLUSH - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Protects entries in the event of a database crash
- FLUSH_FREQUENCY - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Specifies how frequently WAL entries are written with background sync.
- FLUSH_TO_DISK - Static variable in class com.gpudb.protocol.AdminOfflineRequest.Options
-
Flush to disk when going offline.
- 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
- FORCE_SYNCHRONOUS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
If
TRUEthen the table sizes will wait for read lock before returning. - FORCE_UNDIRECTED - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_PATTERNandMATCH_EMBEDDINGsolvers 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, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...])
- FOREIGN_KEYS - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...])
- FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...])
- FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...])
- FOREIGN_KEYS - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Semicolon-separated list of foreign keys, of the format '(source_column_name [, ...]) references target_table_name(primary_key_column_name [, ...])
- FOREIGN_KEYS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Semicolon-separated list of foreign keys, of the format 'source_column references target_table(primary_key_column)'.
- FOREIGN_SHARD_KEY - Static variable in class com.gpudb.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: <fk_foreign_key> references <pk_column_name> from <pk_table_name>(<pk_primary_key>).
- FORMAT - Static variable in class com.gpudb.protocol.ExportQueryMetricsRequest.Options
-
Specifies which format to export the metrics.
- 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
TypeObjectMapbased on the specified class. - fromClass(Class<T>, String, Map<String, Type.Column>) - Static method in class com.gpudb.TypeObjectMap
-
Creates a
TypeObjectMapbased on the specified class with the specified type label and overrides. - fromDynamicSchema(String, ByteBuffer) - Static method in class com.gpudb.Type
-
Creates a
Typeobject with the specified dynamic schema metadata and encoded dynamic table data. - fromTable(GPUdb, String) - Static method in class com.gpudb.Type
-
Creates a
Typeobject containing metadata for the GPUdb type of an existing table in GPUdb. - fromType(GPUdb, String) - Static method in class com.gpudb.Type
-
Creates a
Typeobject containing metadata for an existing type in GPUdb. - fromType(Type, Class<T>) - Static method in class com.gpudb.TypeObjectMap
-
Creates a
TypeObjectMapbased on the specifiedTypeand class. - fromType(Type, Class<T>, Map<String, String>) - Static method in class com.gpudb.TypeObjectMap
-
Creates a
TypeObjectMapbased on the specifiedTypeand class with the specified overrides. - fromValue(String) - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
- FSYNC - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Protects entries in the event of an OS crash
- FULL - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupType
-
Snapshot of the given database objects and data.
- 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
filesystemAPI. - 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 download of a bunch of full file downloads.
- 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
-
Constructs a download task with the resources required to download files from KiFS in a thread.
- 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 file system to the pair of values of target file name on the KIFS and the file size on the local file system.
- FullFileUploadTask(GPUdb, List<String>, List<ByteBuffer>, Map<String, String>) - Constructor for class com.gpudb.filesystem.upload.FullFileDispatcher.FullFileUploadTask
-
Constructs an upload task with the resources required to upload files to KiFS in a thread.
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 requests: key=value
- GDAL_CONFIGURATION_OPTIONS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Comma separated list of gdal conf options, for the specific requests: key=value
- GDAL_CONFIGURATION_OPTIONS - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Comma separated list of gdal conf options, for the specific requests: 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
- 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.AdminHaOfflineRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AdminHaOfflineResponse
-
This 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.AdminRepairTableRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AdminSendAlertResponse
-
This 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.AlterBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AlterBackupResponse
-
This 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.AlterWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.AlterWalResponse
-
This 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.ClearTablesRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.ClearTablesResponse
-
This 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.CreateBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.CreateBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.CreateCatalogResponse
-
This 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.DropBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.DropBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.DropCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.DropCatalogResponse
-
This 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.ExportQueryMetricsRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
This 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.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.RestoreBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- 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.ShowBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.ShowBackupResponse
-
This 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.ShowWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- get(int) - Method in class com.gpudb.protocol.ShowWalResponse
-
This 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.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(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
columnspecified 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
columnspecified 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) - Method in class com.gpudb.TypeObjectMap.MethodHandler
-
Returns a value from the specified object via the get method specified in the constructor.
- get(Object, int) - Method in class com.gpudb.TypeObjectMap
-
Returns the value of the column at the specified index from the specified object.
- get(String) - Method in interface com.gpudb.Record
-
Returns the value of the specified field.
- get(String) - Method in class com.gpudb.RecordBase
- GET_ACCESS_DATA - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
If
TRUEthen data about the last read, write, alter and create will be returned. - GET_CACHED_SIZES - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
If
TRUEthen 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
TRUEthen 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
TRUEthen 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
-
Action to be performed on the jobs specified by job_ids.
- getAction() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Action requested on the jobs.
- getAction() - Method in class com.gpudb.protocol.AlterBackupRequest
-
Operation to be applied.
- getAction() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
Modification operation to be applied.
- 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
-
Modification operation to be applied to the role.
- getAction() - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Modification operation to be applied.
- getAction() - Method in class com.gpudb.protocol.AlterTableRequest
-
Modification operation to be applied.
- getAction() - Method in class com.gpudb.protocol.AlterTableResponse
-
Modification operation that was performed.
- getAction() - Method in class com.gpudb.protocol.AlterUserRequest
-
Modification operation to be applied to the user.
- 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
-
Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host.
- getAddedRanks() - Method in class com.gpudb.protocol.AdminAddRanksResponse
-
The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in
hostsandconfigParams. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
Additional information about the respective credential in
credentialNames. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
Additional information about the respective data sinks in
datasinkNames. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
Additional information about the respective data sources in
datasourceNames. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Additional information about the respective tables in
schemaNames. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
Additional information about the respective tables in the requested procedures.
- getAdditionalInfo() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
Additional information about the respective monitors in
monitorIds. - getAdditionalInfo() - Method in class com.gpudb.protocol.ShowTableResponse
-
Additional information about the respective tables in
tableNames. - getAddRanks() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether adding ranks is (or was) part of this operation.
- getAddRanksPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Current percent complete of the add ranks operation.
- getAddRanksStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was a rank-adding operation, the add-specific status of the operation.
- getAdjacencyListIntArray() - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity integer ID: either edge IDs per node requested (if using QUERY_EDGE_ID or QUERY_NODE1_ID and QUERY_NODE2_ID in the input) or two node IDs per edge requested (if using QUERY_NODE_ID in the input).
- getAdjacencyListStringArray() - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity string ID: either edge IDs per node requested (if using QUERY_EDGE_NAME or QUERY_NODE1_NAME and QUERY_NODE2_NAME in the input) or two node IDs per edge requested (if using QUERY_NODE_NAME in the input).
- getAdjacencyListWktArray() - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity WKTPOINT or WKTLINE ID: either edge IDs per node requested (if using QUERY_EDGE_WKTLINE or QUERY_NODE1_WKTPOINT and QUERY_NODE2_WKTPOINT in the input) or two node IDs per edge requested (if using QUERY_NODE_WKTPOINT in the input).
- getAdjacencyTable() - Method in class com.gpudb.protocol.QueryGraphRequest
-
Name of the table to store the resulting adjacencies, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- 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
-
An array of command-line arguments that will be passed to
commandwhen the proc is executed. - getArgs() - Method in class com.gpudb.protocol.ShowProcResponse
-
Arrays of command-line arguments that will be passed to the procs named in
procNameswhen executed. - getArray(int) - Method in class com.gpudb.RecordBase
-
For string columns with array property, return a native Java array of the appropriate type: Boolean[], Integer[], Long[], Float[], Double[], BigInteger[], or String[].
- getArray(String) - Method in class com.gpudb.RecordBase
-
For string columns with array property, return a native Java array of the appropriate type: Boolean[], Integer[], Long[], Float[], Double[], BigInteger[], or String[].
- getArrayType() - Method in class com.gpudb.Type.Column
-
Get the sub-type of the array
- getAttribute() - Method in class com.gpudb.protocol.CreateVideoRequest
-
The animated attribute to map to the video's frames.
- getAuthId() - Method in class com.gpudb.protocol.AdminShowJobsResponse
- getAuthorization() - Method in class com.gpudb.protocol.AdminShutdownRequest
-
No longer used.
- getAuthorization() - Method in class com.gpudb.protocol.ClearTableRequest
-
No longer used.
- getAuthorizationFromHttpHeaders() - Method in class com.gpudb.GPUdbBase
- getAxesInfo() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Information returned for drawing labels for the axes associated with non-numeric columns.
- getBackupContents() - Method in class com.gpudb.protocol.ShowBackupResponse
-
When
SHOW_CONTENTSisOBJECT_NAMES, the names of the backed-up objects as well as sizing detail of any backed-up tables; whenOBJECT_FILES, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables. - getBackupDescription() - Method in class com.gpudb.protocol.ShowBackupResponse
-
Details about the overall backup(s).
- getBackupId() - Method in class com.gpudb.protocol.AlterBackupResponse
-
ID of the snapshot affected by the alter operation, if any.
- getBackupId() - Method in class com.gpudb.protocol.CreateBackupResponse
-
ID of the snapshot created.
- getBackupId() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
ID of the snapshot that was restored.
- getBackupIds() - Method in class com.gpudb.protocol.ShowBackupResponse
-
Details about the individual snapshots contained within the backup(s).
- getBackupName() - Method in class com.gpudb.protocol.AlterBackupRequest
-
Name of the backup to be altered.
- getBackupName() - Method in class com.gpudb.protocol.AlterBackupResponse
-
Value of
backupName. - getBackupName() - Method in class com.gpudb.protocol.CreateBackupRequest
-
Name for this backup.
- getBackupName() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Value of
backupName. - getBackupName() - Method in class com.gpudb.protocol.DropBackupRequest
-
Name of the backup to be deleted.
- getBackupName() - Method in class com.gpudb.protocol.DropBackupResponse
-
Value of
backupName. - getBackupName() - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Name of the backup to restore from, which must refer to an existing backup.
- getBackupName() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Value of
backupName. - getBackupName() - Method in class com.gpudb.protocol.ShowBackupRequest
-
Name of the backup.
- getBackupName() - Method in class com.gpudb.protocol.ShowBackupResponse
-
Value of
backupName. - getBackupNames() - Method in class com.gpudb.protocol.DropBackupResponse
-
Names of backups that were deleted.
- getBackupObjectsMap() - Method in class com.gpudb.protocol.CreateBackupRequest
-
Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
- getBackupType() - Method in class com.gpudb.protocol.CreateBackupRequest
-
Type of snapshot to create.
- 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
-
The start point for the video.
- getBgColor() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Background color of the generated image.
- getBgColor() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Background color of the image as provided in
bgColor. - 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
-
Background color of the image as provided in
BG_COLOR. - getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro binary encoded response.
- getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro binary encoded response.
- getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro binary encoded response.
- getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro binary encoded response.
- getBinaryEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro binary encoded response.
- getBinParams() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
A map containing named binary parameters to pass to the proc.
- getBinParams() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The binary params passed to
GPUdb.executeProcfor the returned run IDs. - getBinResults() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Binary results for the returned run IDs, grouped by data segment ID.
- getBuild() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Gets the build number (fifth) component of the version.
- 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.
- getByKey(List<Object>, String, long) - 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
- 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(int) - Method in class com.gpudb.RecordBase
- getBytes(String) - Method in interface com.gpudb.Record
-
Returns the value of the specified field cast to a
ByteBuffer. - getBytes(String) - Method in class com.gpudb.RecordBase
- getBytesRequested() - Method in class com.gpudb.protocol.ReserveResourceRequest
- getCapacities() - Method in class com.gpudb.protocol.ShowWalResponse
-
List of WAL capacities.
- 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.AdminHaOfflineRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AdminHaOfflineResponse
-
This 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.AdminRepairTableRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AdminRepairTableResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AdminSendAlertRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AdminSendAlertResponse
-
This 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.AlterBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AlterBackupResponse
-
This 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.AlterWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.AlterWalResponse
-
This 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.ClearTablesRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.ClearTablesResponse
-
This 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.CreateBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.CreateBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.CreateCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.CreateCatalogResponse
-
This 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.DropBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.DropBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.DropCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.DropCatalogResponse
-
This 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.ExportQueryMetricsRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
This 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.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.RestoreBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.RestoreBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- 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.ShowBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.ShowBackupResponse
-
This 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.ShowWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getClassSchema() - Static method in class com.gpudb.protocol.ShowWalResponse
-
This 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.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.
- getClusterInfo() - Method in class com.gpudb.GPUdbBase
-
Gets the active cluster's information object.
- getClusterReconnectCount() - Static method in class com.gpudb.GPUdbBase.Options
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
List of alter table add/delete/change column requests - all for the same table.
- getColumnAlterations() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
List of alter table add/delete/change column requests - all for the same table.
- 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
-
Name of a column or an expression of one or more column names over which the histogram will be calculated.
- getColumnName() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Name of a geospatial geometry column on which the min-max will be calculated.
- getColumnName() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Name of a column or an expression of one or more column on which the min-max will be calculated.
- getColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the binning-column used to divide the set samples into bins.
- getColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Name of the primary column for which the statistics are to be calculated.
- getColumnName() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Name of the column or an expression containing one or more column names on which the unique function would be applied.
- getColumnName() - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Name of the column in
tableNamefor which to clear statistics. - getColumnName() - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Value of
columnName. - getColumnName() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Name of a numeric column_name on which the trigger is activated.
- getColumnName() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- getColumnName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- getColumnName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Name of the column to be used in the filter.
- getColumnName() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- getColumnName() - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Name of a column on which the operation would be applied.
- getColumnName() - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the column by whose value the data will be filtered from the table designated by
tableName. - getColumnName() - Method in class com.gpudb.protocol.FilterByValueRequest
-
Name of a column on which the filter by value would be applied.
- getColumnNames() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
List of one or more column names, expressions, and aggregate expressions.
- getColumnNames() - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
List of column names on which the operation would be performed.
- getColumnNames() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
List of column names or expressions.
- getColumnNames() - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
List of one or more column names in
tableNamefor which to collect statistics (cardinality, mean value, etc.). - getColumnNames() - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Value of
columnNames. - getColumnNames() - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
List of member table columns or column expressions to be included in the join.
- getColumnNames() - Method in class com.gpudb.protocol.CreateProjectionRequest
-
List of columns from
tableNameto be included in the projection. - getColumnNames() - Method in class com.gpudb.protocol.FilterByStringRequest
-
List of columns on which to apply the filter.
- getColumnNames() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
The list of column values to retrieve.
- getColumnNames() - Method in class com.gpudb.protocol.GetVectortileRequest
- getColumns() - Method in class com.gpudb.Type
-
Gets the list of columns that the type comprises.
- getColumnsByKey(List<String>, 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.
- getColumnsByKey(List<String>, List<Object>, String, long) - 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.
- 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
-
List of values for the corresponding column in the table
- getCommand() - Method in class com.gpudb.protocol.CreateProcRequest
-
The command (excluding arguments) that will be invoked when the proc is executed.
- getCommands() - Method in class com.gpudb.protocol.ShowProcResponse
-
The commands (excluding arguments) that will be invoked when the procs named in
procNamesare executed. - 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
-
Array of maps containing configuration parameters to apply to the new ranks found in
hosts. - 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
-
Additional information.
- getContourOptions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Solver specific parameters.
- getCopiedBytes() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total size of all files copied for this snapshot.
- getCopiedFiles() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of files copied for this snapshot.
- getCopiedRecords() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of records in all files copied for this snapshot.
- getCount() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Count of the number of points in the convex set.
- getCount() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The total count of all the clusters - will be the size of the input table.
- getCount() - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
The number of records in the join table filtered by the given select expression.
- getCount() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
-
The number of records passing the area filter.
- getCount() - Method in class com.gpudb.protocol.FilterByAreaResponse
-
The number of records passing the area filter.
- getCount() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
-
The number of records passing the box filter.
- getCount() - Method in class com.gpudb.protocol.FilterByBoxResponse
-
The number of records passing the box filter.
- getCount() - Method in class com.gpudb.protocol.FilterByGeometryResponse
-
The number of records passing the geometry filter.
- getCount() - Method in class com.gpudb.protocol.FilterByListResponse
-
The number of records passing the list filter.
- getCount() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
-
The number of records passing the radius filter.
- getCount() - Method in class com.gpudb.protocol.FilterByRadiusResponse
-
The number of records passing the radius filter.
- getCount() - Method in class com.gpudb.protocol.FilterByRangeResponse
-
The number of records passing the range filter.
- getCount() - Method in class com.gpudb.protocol.FilterBySeriesResponse
-
The number of records passing the series filter.
- getCount() - Method in class com.gpudb.protocol.FilterByStringResponse
-
The number of records that passed the string filter.
- getCount() - Method in class com.gpudb.protocol.FilterByTableResponse
-
The number of records in
tableNamethat havecolumnNamevalues matchingsourceTableColumnNamevalues insourceTableName. - getCount() - Method in class com.gpudb.protocol.FilterByValueResponse
-
The number of records passing the value filter.
- getCount() - Method in class com.gpudb.protocol.FilterResponse
-
The number of records that matched the given select expression.
- getCount() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Number of records to generate.
- getCount() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Number of records inserted.
- getCountAffected() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
The number of objects/records affected.
- getCountAffected() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
The number of objects/records affected.
- getCountDeleted() - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Total number of records deleted across all expressions.
- getCountExported() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Number of source table records exported
- 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
-
Number of records inserted into the external table.
- getCountInserted() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Number of records inserted into the target table.
- getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Number of records inserted into the target table.
- getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Number of records inserted into the target table.
- getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Number of records inserted into the target table.
- getCountInserted() - Method in class com.gpudb.protocol.InsertRecordsResponse
-
The number of records inserted.
- getCountInserted() - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records inserted (due to expressions not matching any existing records).
- getCounts() - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
The array of calculated values that represents the histogram data points.
- getCounts() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The number of elements in the cluster closest the corresponding k-means values.
- getCountsDeleted() - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Total number of records deleted per expression.
- getCountsInserted() - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records inserted per predicate in
expressions(will be either 0 or 1 for each expression). - getCountSkipped() - Method in class com.gpudb.filesystem.ingest.IngestResult
- getCountSkipped() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - getCountSkipped() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Number of source table records skipped
- getCountSkipped() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Number of records skipped.
- getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - getCountSkipped() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - getCountsUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records updated per predicate in
expressions. - 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
-
[Not yet implemented] Number of records updated within the external table.
- getCountUpdated() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
[Not yet implemented] Number of records updated within the target table.
- getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
[Not yet implemented] Number of records updated within the target table.
- getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
[Not yet implemented] Number of records updated within the target table.
- getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
[Not yet implemented] Number of records updated within the target table.
- getCountUpdated() - Method in class com.gpudb.protocol.InsertRecordsResponse
-
The number of records updated.
- getCountUpdated() - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records updated.
- 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
-
Options from
GPUdb.createTable, allowing the structure of the table to be defined independently of the data source. - getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Options from
GPUdb.createTable, allowing the structure of the table to be defined independently of the data source, when creating the target table. - getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Options used when creating the target table.
- getCreateTableOptions() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Options used when creating the target table.
- 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
-
The creation time for each directory in milliseconds since epoch, for the respective directories in
directories - getCreationTimes() - Method in class com.gpudb.protocol.ShowFilesResponse
-
Creation time for each file, in milliseconds since epoch
- getCreationTimes() - Method in class com.gpudb.protocol.ShowVideoResponse
-
Creation time for each video as an ISO-8601 datetime.
- getCredential() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Name of the credential object to be used in catalog
- getCredential() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
- getCredentialIdentities() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's identity.
- getCredentialList() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
- getCredentialName() - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Name of the credential to be altered.
- getCredentialName() - Method in class com.gpudb.protocol.AlterCredentialResponse
-
Value of
credentialName. - getCredentialName() - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Name of the credential to be created.
- getCredentialName() - Method in class com.gpudb.protocol.CreateCredentialResponse
-
Value of
credentialName. - getCredentialName() - Method in class com.gpudb.protocol.DropCredentialRequest
-
Name of the credential to be dropped.
- getCredentialName() - Method in class com.gpudb.protocol.DropCredentialResponse
-
Value of
credentialName. - getCredentialName() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Name of the credential on which the permission will be granted.
- getCredentialName() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
credentialName. - getCredentialName() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Name of the credential on which the permission will be revoked.
- getCredentialName() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
credentialName. - getCredentialName() - Method in class com.gpudb.protocol.ShowCredentialRequest
-
Name of the credential on which to retrieve information.
- getCredentialNames() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of all credential names.
- getCredentials() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's create_credential_request JSON encoded structure.
- getCredentialTypes() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's type.
- getCredentialUpdatesMap() - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Map containing the properties of the credential to be updated.
- getData() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- getData() - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Avro binary encoded response.
- getData() - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Avro binary encoded response.
- getData() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Avro binary encoded response.
- getData() - Method in class com.gpudb.protocol.CreateJobRequest
-
Binary-encoded payload for the job to be run asynchronously.
- getData() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
An array of binary-encoded data for the records to be binded to the SQL query.
- getData() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Avro binary encoded response.
- getData() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Avro binary encoded response.
- getData() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).
- getData() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.
- getData() - Method in class com.gpudb.protocol.GetRecordsResponse
-
If the
encodingwas 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. - getData() - Method in class com.gpudb.protocol.InsertRecordsRequest
-
An array of binary-encoded data for the records to be added.
- getData() - Method in class com.gpudb.protocol.RawGpudbResponse
- getData() - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
An *optional* list of new binary-avro encoded records to insert, one for each update.
- getDataBytes() - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
- getDataBytes() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
- getDataBytes() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Records formatted as binary data
- getDataLimits() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
The data limit for each directory in bytes, for the respective directories in
directories - getDataMap() - Method in interface com.gpudb.Record
-
Returns a
Mapof 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
- getDatasinkName() - Method in class com.gpudb.protocol.AlterBackupRequest
-
Data sink through which the backup is accessible.
- getDatasinkName() - Method in class com.gpudb.protocol.CreateBackupRequest
-
Data sink through which the backup will be stored.
- getDatasinkName() - Method in class com.gpudb.protocol.DropBackupRequest
-
Data sink through which the backup is accessible.
- getDatasinkNames() - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
The data sink names.
- getDatasinkNames() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of datasink names for the respective
monitorIdsif one is defined. - getDatasinkUpdatesMap() - Method in class com.gpudb.protocol.AlterDatasinkRequest
-
Map containing the properties of the data sink to be updated.
- getDatasource() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Password for the remote system user; may be an empty string
- getDatasourceName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Name of the data source on which the permission will be granted.
- getDatasourceName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
datasourceName. - getDatasourceName() - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Data source through which the backup will be restored.
- getDatasourceName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Name of the data source on which the permission will be revoked.
- getDatasourceName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
datasourceName. - getDatasourceName() - Method in class com.gpudb.protocol.ShowBackupRequest
-
Data source through which the backup is accessible.
- getDatasourceNames() - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
The data source names.
- getDatasourceUpdatesMap() - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Map containing the properties of the data source to be updated.
- getDataStr() - Method in class com.gpudb.protocol.CreateJobRequest
-
JSON-encoded payload for the job to be run asynchronously.
- 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
-
Records formatted as delimited text
- getDataType() - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
The
Typeobject containing the type of the dynamically generated data. - getDataType() - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
The
Typeobject containing the type of the dynamically generated data. - getDataType() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
The
Typeobject containing the type of the dynamically generated data. - getDataType() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
The
Typeobject containing the type of the dynamically generated data. - getDataType() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
The
Typeobject containing the type of the dynamically generated data. - getDataType() - Method in class com.gpudb.protocol.RawGpudbResponse
- getDataUsages() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
The data usage each directory in bytes, for the respective directories in
directories - getDecimalPrecision() - Method in class com.gpudb.Type.Column
- getDecimalScale() - Method in class com.gpudb.Type.Column
- 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
- getDeletedBackupIds() - Method in class com.gpudb.protocol.ShowBackupResponse
-
IDs of any snapshots that have been deleted from the containing backup(s).
- 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
-
Destination for the output data in format 'storage_provider_type://path[:port]'.
- getDestinationNodes() - Method in class com.gpudb.protocol.SolveGraphRequest
-
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for destination (target) nodes.
- getDestinations() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Indicates to which host to switch over each corresponding process given in
processes. - getDestinationTable() - Method in class com.gpudb.protocol.EvaluateModelRequest
- getDestinationTable() - Method in class com.gpudb.protocol.EvaluateModelResponse
- getDestinationTypes() - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
The destination type of the data sinks named in
datasinkNames. - getDirected() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs).
- getDirectedGraph() - Method in class com.gpudb.protocol.CreateGraphRequest
-
If set to
TRUE, the graph will be directed. - getDirectories() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
KiFS directory names
- getDirectoryName() - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Name of the directory in KiFS to be altered.
- getDirectoryName() - Method in class com.gpudb.protocol.AlterDirectoryResponse
-
Value of
directoryName. - getDirectoryName() - Method in class com.gpudb.protocol.CreateDirectoryRequest
-
Name of the directory in KiFS to be created.
- getDirectoryName() - Method in class com.gpudb.protocol.CreateDirectoryResponse
-
Value of
directoryName. - getDirectoryName() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
-
Name of the directory in KiFS to be deleted.
- getDirectoryName() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
-
Value of
directoryName. - getDirectoryName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Name of the KiFS directory to which the permission grants access.
- getDirectoryName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
directoryName. - getDirectoryName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Name of the KiFS directory to which the permission revokes access
- getDirectoryName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
directoryName. - getDirectoryName() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
-
The KiFS directory name to show.
- getDirectoryUpdatesMap() - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Map containing the properties of the directory to be altered.
- 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(int) - Method in class com.gpudb.RecordBase
- getDouble(String) - Method in interface com.gpudb.Record
-
Returns the value of the specified field cast to a
Double. - 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
-
Whether this operation was a dry run.
- getDurationSeconds() - Method in class com.gpudb.protocol.CreateVideoRequest
-
Seconds of video to produce
- getEdges() - Method in class com.gpudb.protocol.CreateGraphRequest
-
Edges represent the required fundamental topological unit of a graph that typically connect nodes.
- getEdges() - Method in class com.gpudb.protocol.ModifyGraphRequest
- getEdgesIds() - Method in class com.gpudb.protocol.CreateGraphResponse
-
[Deprecated] Edges given as pairs of node indices.
- getEdgesIds() - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Edges given as pairs of node indices.
- getElapsedRenderTimeSeconds() - Method in class com.gpudb.protocol.ShowVideoResponse
-
The elapsed time spent rendering each video in seconds.
- getEncodedData() - Method in class com.gpudb.protocol.GetVectortileResponse
- getEncoding() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Specifies the encoding for returned records.
- getEncoding() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Specifies the encoding for returned records.
- getEncoding() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the encoding for returned records.
- getEncoding() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Specifies the encoding for returned records; either 'binary' or 'json'.
- 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
-
Upper end value of the histogram interval, inclusive.
- getEnd() - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Value of
end. - getEnd() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The upper bound of the binning-column.
- getEnd() - Method in class com.gpudb.protocol.CreateVideoRequest
-
The end point for the video.
- getEndpoint() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The endpoint that initiated the cluster operation.
- getEndpoint() - Method in class com.gpudb.protocol.CreateJobRequest
-
Indicates which endpoint to execute, e.g. '/alter/table'.
- getEndpoint() - Method in class com.gpudb.protocol.GetJobResponse
-
The endpoint which is being executed asynchronously.
- getEndpointName() - Method in class com.gpudb.protocol.AdminShowJobsResponse
- getEndpoints() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of recently called endpoints, most recent first.
- getEndpointSchema() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The schema for the original request.
- getEndTime() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The end time of the cluster operation, if completed.
- 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
-
Name of the environment to be altered.
- getEnvironmentName() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
-
Value of
environmentName. - getEnvironmentName() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
-
Name of the environment to be created.
- getEnvironmentName() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
-
Value of
environmentName. - getEnvironmentName() - Method in class com.gpudb.protocol.DropEnvironmentRequest
-
Name of the environment to be dropped.
- getEnvironmentName() - Method in class com.gpudb.protocol.DropEnvironmentResponse
-
Value of
environmentName. - getEnvironmentName() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
-
Name of the environment on which to retrieve information.
- getEnvironmentNames() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
-
A list of all environment names.
- getErrorHandlingMode() - Method in class com.gpudb.filesystem.ingest.IngestOptions
-
Getter for
ErrorHandlingMode - getErrorList() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
List of errors found while validating the database internal state.
- 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
-
List of notification events for the respective
monitorIds. - 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
-
The execution mode of the proc.
- getExecutionModes() - Method in class com.gpudb.protocol.ShowProcResponse
-
The execution modes of the procs named in
procNames. - getExecutor() - Method in class com.gpudb.GPUdbBase
-
Gets the
executor serviceused for managing threads during data encoding and decoding operations. - getExecutor() - Method in class com.gpudb.GPUdbBase.Options
-
Gets the
executor serviceused for managing threads during data encoding and decoding operations. - getExitStatus() - Method in class com.gpudb.protocol.AdminShutdownResponse
-
'OK' upon (right before) successful exit.
- getExitType() - Method in class com.gpudb.protocol.AdminShutdownRequest
-
Reserved for future use.
- getExpression() - Method in class com.gpudb.protocol.FilterByStringRequest
-
The expression with which to filter the table.
- getExpression() - Method in class com.gpudb.protocol.FilterRequest
-
The select expression to filter the specified table.
- getExpressions() - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
An optional list of expressions to combine and filter the joined tables.
- getExpressions() - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
A list of the actual predicates, one for each select; format should follow the guidelines provided here.
- getExpressions() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
A list of the actual predicates, one for each update; format should follow the guidelines
here. - getExpressions() - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
A list of the actual predicates, one for each update; format should follow the guidelines
here. - getFailbackOptions() - Method in class com.gpudb.GPUdbBase.Options
- getFailedObjects() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Database objects that failed to be restored and their associated types.
- 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
-
Contains the mapping of column names from the target table (specified by
tableName) as the keys, and corresponding column names or expressions (e.g., 'col_name+1') from the source table (specified bysourceTableName). - getFileData() - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Data for the respective downloaded files listed in
fileNames - getFileData() - Method in class com.gpudb.protocol.UploadFilesRequest
-
File data for the files being uploaded, for the respective files in
fileNames. - getFileInfoFromServer(String) - Method in class com.gpudb.filesystem.common.FileOperation
-
Retrieves the file stats for the files residing in KIFS.
- getFileName() - Method in class com.gpudb.filesystem.common.KifsFileInfo
- 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
-
An array of names of files to be deleted.
- getFileNames() - Method in class com.gpudb.protocol.DeleteFilesResponse
-
Names of the files deleted from KiFS
- getFileNames() - Method in class com.gpudb.protocol.DownloadFilesRequest
-
An array of the file names to download from KiFS.
- getFileNames() - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Names of the files downloaded from KiFS
- getFileNames() - Method in class com.gpudb.protocol.ShowFilesResponse
-
A listing of files in the paths specified
- getFileNames() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
-
An array of full file name paths to be used for the files uploaded to KiFS.
- getFileNames() - Method in class com.gpudb.protocol.UploadFilesRequest
-
An array of full file name paths to be used for the files uploaded to KiFS.
- getFilepath() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
-
Path to data export target.
- getFilepaths() - Method in class com.gpudb.protocol.CreateTableExternalRequest
-
A list of file paths from which data will be sourced;
- getFilepaths() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
A list of file paths from which data will be sourced;
- getFiles() - Method in class com.gpudb.filesystem.ingest.IngestResult
- getFiles() - Method in class com.gpudb.protocol.CreateProcRequest
-
A map of the files that make up the proc.
- getFiles() - Method in class com.gpudb.protocol.CreateTableExternalResponse
- getFiles() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Names of all exported files
- getFiles() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
- getFiles() - Method in class com.gpudb.protocol.ShowProcResponse
-
Maps of the files that make up the procs named in
procNames. - getFileSize() - Method in class com.gpudb.filesystem.common.KifsFileInfo
- getFileSizeToSplit() - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
-
Gets the value of the file split size--files smaller than this size will be uploaded in batches up to this size, and files greater than this size will be uploaded in parts up to this size.
- 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
-
Optional filter expression to apply to this grant.
- getFilterExpression() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
filterExpression. - getFilterExpressions() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of filter expressions used on the respective tables in
tableNamesto limit records for notifications. - getFilters() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Map of column/filters that have been granted.
- 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(int) - Method in class com.gpudb.RecordBase
- getFloat(String) - Method in interface com.gpudb.Record
-
Returns the value of the specified field cast to a
Float. - 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
-
The presentation frame rate of the encoded video in frames per second.
- getFullFileDispatcherThreadpoolSize() - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
-
Returns the size of the thread pool used internally to handle batches of full file uploads.
- getFullFileNames() - Method in class com.gpudb.filesystem.common.Result
- getFullSizes() - Method in class com.gpudb.protocol.ShowTableResponse
-
If
GET_SIZESisTRUE, an array containing the number of records of each corresponding table intableNames(same values assizes). - getFullVersion() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Get the full five-component version.
- getFunctionNames() - Method in class com.gpudb.protocol.ShowFunctionsResponse
- getGenerateImage() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
If set to
TRUE, generates a PNG image of the isochrones in the response. - 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
-
Name of the graph resource to generate.
- getGraphName() - Method in class com.gpudb.protocol.DeleteGraphRequest
-
Name of the graph to be deleted.
- getGraphName() - Method in class com.gpudb.protocol.ListGraphRequest
- getGraphName() - Method in class com.gpudb.protocol.MatchGraphRequest
-
Name of the underlying geospatial graph resource to match to using
samplePoints. - getGraphName() - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Name of the graph resource to modify.
- getGraphName() - Method in class com.gpudb.protocol.QueryGraphRequest
-
Name of the graph resource to query.
- getGraphName() - Method in class com.gpudb.protocol.RepartitionGraphRequest
-
Name of the graph resource to rebalance.
- getGraphName() - Method in class com.gpudb.protocol.ShowGraphRequest
-
Name of the graph on which to retrieve information.
- getGraphName() - Method in class com.gpudb.protocol.SolveGraphRequest
-
Name of the graph resource to solve.
- getGraphName() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Name of the graph on which the isochrone is to be computed.
- getGraphNames() - Method in class com.gpudb.protocol.ListGraphResponse
- getGraphNames() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Name(s) of the graph(s).
- getGraphOwnerResourceGroups() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Owner of the resource groups(s) of the graph(s).
- getGraphOwnerUserNames() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Owner of the graph(s) and associated solution table(s).
- getGraphServerIds() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Id(s) of the graph(s).
- getGridData() - Method in class com.gpudb.protocol.VisualizeImageContourResponse
- getGroups() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Map of resource group information.
- 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
-
Shows whether or not the graph has an insert table monitor attached to it.
- getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.GetRecordsResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Too many records.
- getHasMoreRecords() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Too many records.
- getHasPermission() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Indicates whether the specified user has the specified permission on the specified target.
- getHasRole() - Method in class com.gpudb.protocol.HasRoleResponse
-
Indicates whether the specified user has membership in the specified target
role. - 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
-
Height of the generated image in pixels.
- getHeight() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Height of the image as provided in
height. - 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
-
Height of the image as provided in
HEIGHT. - getHistoryIndex() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
-
Indicates which cluster operation to retrieve.
- getHistoryIndex() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The index of this cluster operation in the reverse-chronologically sorted list of operations, where 0 is the most recent operation.
- getHistorySize() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Number of cluster operations executed to date.
- 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
-
Identifies the host this applies to.
- getHost() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
-
Identifies the host this applies to.
- getHostAddress() - Method in class com.gpudb.protocol.AdminAddHostRequest
-
IP address of the host that will be added to the cluster.
- getHostAddresses() - Method in class com.gpudb.GPUdbBase
- 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
-
Array of host IP addresses (matching a hostN.address from the gpudb.conf file), or host identifiers (e.g. 'host0' from the gpudb.conf file), on which to add ranks to the cluster.
- 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
-
User of the credential to be created.
- getImageData() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
The generated image data.
- 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
-
Generated contour image data.
- getIncreasingColumns() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of columns used on the respective tables in
tableNamesthat will increase for new records. - 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
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminAddRanksResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminAlterHostResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminBackupBeginResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminBackupEndResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminHaOfflineResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminHaRefreshResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminOfflineResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminRebalanceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminRemoveHostResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminSendAlertResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminShowJobsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminShutdownResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminSwitchoverResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterBackupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterDatasinkResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterDirectoryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterEnvironmentResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterGraphResponse
- getInfo() - Method in class com.gpudb.protocol.AlterModelResponse
- getInfo() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterSchemaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterTierResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterUserResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterVideoResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AlterWalResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.AppendRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ClearTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ClearTablesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ClearTriggerResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateCatalogResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
- getInfo() - Method in class com.gpudb.protocol.CreateCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateDatasinkResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateDeltaTableResponse
- getInfo() - Method in class com.gpudb.protocol.CreateDirectoryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateEnvironmentResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateJobResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateProjectionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateSchemaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateStateTableResponse
- getInfo() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateTypeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateUnionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateUserExternalResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateUserInternalResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.CreateVideoResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteDirectoryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteFilesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DeleteUserResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropBackupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropCatalogResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropContainerRegistryResponse
- getInfo() - Method in class com.gpudb.protocol.DropCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropDatasinkResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropEnvironmentResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.DropModelResponse
- getInfo() - Method in class com.gpudb.protocol.DropSchemaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.EvaluateModelResponse
- getInfo() - Method in class com.gpudb.protocol.ExecuteProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Additional information
- getInfo() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByAreaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByBoxResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByGeometryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByListResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByRadiusResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByRangeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterBySeriesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByStringResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterByValueResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.FilterResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetJobResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GetVectortileResponse
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.GrantRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasSchemaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.HasTypeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ImportModelResponse
- getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.InsertRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.InsertSymbolResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.KillProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ListGraphResponse
- getInfo() - Method in class com.gpudb.protocol.LockTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.MatchGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.QueryGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RepartitionGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ReserveResourceResponse
- getInfo() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowBackupResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
- getInfo() - Method in class com.gpudb.protocol.ShowCredentialResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowFilesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowFunctionsResponse
- getInfo() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
- getInfo() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowModelResponse
- getInfo() - Method in class com.gpudb.protocol.ShowProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTableResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTriggersResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowTypesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowVideoResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.ShowWalResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.SolveGraphResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.UploadFilesResponse
-
Additional information.
- getInfo() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- getInfo() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Additional information.
- 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
-
Additional information.
- 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
-
Whether this cluster operation is currently in progress or not.
- getInputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of columns from each of the corresponding input tables.
- getInputColumnNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Map of table names from
inputTableNamesto lists of names of columns from those tables that will be passed to the proc. - getInputColumnNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The input column names passed to
GPUdb.executeProcfor the returned run IDs, supplemented with the column names for input tables not included in the input column name map. - getInputSchemas() - Method in class com.gpudb.protocol.ShowModelResponse
- getInputTableName() - Method in class com.gpudb.protocol.CreateStateTableRequest
- getInputTableNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Names of the tables containing data to be passed to the proc.
- getInputTableNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The input table names passed to
GPUdb.executeProcfor the returned run IDs. - getInputWkt() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
A geometry in WKT format that will be used to filter the objects in
tableName. - getInt(int) - 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 interface com.gpudb.Record
-
Returns the value of the specified field cast to a
Integer. - getInt(String) - Method in class com.gpudb.RecordBase
- getInterval() - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
The size of each bin within the start and end parameters.
- getInterval() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The interval of a bin.
- getIntraClusterFailoverTimeout() - Static method in class com.gpudb.GPUdbBase.Options
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
[DEPRECATED--this will always return false] Indicates if the created entity is a schema.
- getIsIntraClusterFailoverEnabled() - Static method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.Get whether intra-cluster failover is enabled
- getIsOffline() - Method in class com.gpudb.protocol.AdminOfflineResponse
-
Returns true if the system is offline, or false otherwise.
- getIsPartitioned() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Indicates if the graph data is distributed across all available servers.
- getIsPersisted() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Shows whether or not the graph is persisted (saved and loaded on launch).
- getIsPrimaryCluster() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getIsString() - Method in class com.gpudb.protocol.FilterByValueRequest
-
Indicates whether the value being searched for is string or numeric.
- getIsSyncDb() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch.
- getIsValid() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
- getJacksonObjectMapper() - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
- getJob(long, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Get the status and result of asynchronously running job.
- getJob(GetJobRequest) - 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
-
An identifier for the job created by this call.
- getJobId() - Method in class com.gpudb.protocol.CreateVideoResponse
-
An identifier for the created job.
- getJobId() - Method in class com.gpudb.protocol.GetJobRequest
-
A unique identifier for the job whose status and result is to be fetched.
- getJobids() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of the internal job IDs for the recent requests.
- getJobIds() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
-
Jobs to be modified.
- getJobIds() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Jobs on which the action was performed.
- getJobIds() - Method in class com.gpudb.protocol.ShowVideoResponse
-
The job id of the rendering process, for each video that is still being rendered.
- GetJobRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.getJob. - 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
-
A set of string constants for the
GetJobRequestparameteroptions. - getJobResponse() - Method in class com.gpudb.protocol.GetJobResponse
-
The binary-encoded response of the job.
- GetJobResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getJob. - GetJobResponse() - Constructor for class com.gpudb.protocol.GetJobResponse
-
Constructs a GetJobResponse object with default parameters.
- GetJobResponse.JobStatus - Class in com.gpudb.protocol
-
A set of string constants for the
GetJobResponseparameterjobStatus. - GetJobResponse.ResponseEncoding - Class in com.gpudb.protocol
-
A set of string constants for the
GetJobResponseparameterresponseEncoding. - GetJobResponse.StatusMap - Class in com.gpudb.protocol
-
A set of string constants for the
GetJobResponseparameterstatusMap. - getJobResponseStr() - Method in class com.gpudb.protocol.GetJobResponse
-
The json-encoded response of the job.
- getJobStatus() - Method in class com.gpudb.protocol.GetJobResponse
-
Status of the submitted job.
- getJoinColumnNames() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join_column_names
- getJoinExpressions() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join expressions.
- getJoinSizes() - Method in class com.gpudb.protocol.ShowTableResponse
-
If
GET_SIZESisTRUE, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table intableNames. - getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getJoinTableName() - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
Value of
joinTableName. - getJoinTableNames() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join_table_names.
- getJson(int) - Method in class com.gpudb.RecordBase
-
For string columns with JSON property, return a Java Map representing the JSON object.
- getJson(String) - Method in class com.gpudb.RecordBase
-
For string columns with JSON property, return a Java Map representing the JSON object.
- getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro JSON encoded response.
- getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro JSON encoded response.
- getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro JSON encoded response.
- getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro JSON encoded response.
- getJsonEncodedResponse() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro JSON encoded response.
- getJsonOptions() - Method in class com.gpudb.BulkInserter
-
Retrieves options governing JSON ingest.
- getJsonRecords() - Method in class com.gpudb.GPUdbBase.GetRecordsJsonResponse
- getK() - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
The number of mean points to be determined by the algorithm.
- getKifsPath() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
- getKifsPathSeparator() - Static method in class com.gpudb.filesystem.common.FileOperation
-
Deprecated, for removal: This API element is subject to removal in a future version.
- getLabel() - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Label to add to alert message.
- getLabel() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type label (when changing a table, a new type may be created)
- getLabel() - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type label (when changing a table, a new type may be created)
- getLabel() - Method in class com.gpudb.protocol.CreateTypeRequest
-
A user-defined description string which can be used to differentiate between tables and types with otherwise identical schemas.
- getLabel() - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
label. - getLabel() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label.
- getLabel() - Method in class com.gpudb.protocol.ShowTypesRequest
-
Option string that was supplied by user in a call to
GPUdb.createType. - 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
-
Timestamp of last file scanned
- 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
-
Name of the table to output the isochrones to, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getLimit() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- getLimit() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- getLimit() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- getLimit() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- getLimit() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
A positive integer indicating the maximum number of series/tracks to be returned.
- getLimit() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- getLimit() - Method in class com.gpudb.protocol.GetRecordsRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- 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
-
An array of binary-encoded data for the records to be added.
- getListEncoding() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
The encoding of the records to be inserted.
- getListRecordsBinary() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).
- getListRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'json' then this list-of-lists contains the json encoded records for each object (inner list) in each series/track (outer list).
- getListStr() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
An array of JSON encoded data for the records to be added.
- getLoad() - Method in class com.gpudb.protocol.ShowGraphResponse
-
A percentage approximating the current computational load on the server.
- getLocation() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Location of the catalog in 'http[s]://[server[:port]]]' format.
- getLocation() - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
- getLockType() - Method in class com.gpudb.protocol.LockTableRequest
-
The type of lock being applied to the table.
- getLockType() - Method in class com.gpudb.protocol.LockTableResponse
-
Returns the lock state of the table.
- getLogLevel() - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Alert message logging criteria.
- getLong(int) - 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 interface com.gpudb.Record
-
Returns the value of the specified field cast to a
Long. - getLong(String) - Method in class com.gpudb.RecordBase
- getLowerBound() - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Value of the lower bound (inclusive).
- getMajor() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Gets the major (first) component of the version.
- getMatchScore() - Method in class com.gpudb.protocol.MatchGraphResponse
-
The mean square error calculation representing the map matching score.
- getMax() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Maximum value of the
columnName. - getMax() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
The upper bound (inclusive) for the trigger range.
- 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
-
Extent of the search radius around
sourceNode. - 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
-
Maximum x-coordinate value of the
columnName. - getMaxX() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Upper bound for the x-coordinate of the rectangular box.
- getMaxX() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Upper bound for
xColumnName. - getMaxX() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getMaxX() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Upper bound for the x column values.
- getMaxX() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Upper bound for the x column values as provided in
maxXor calculated for non-numeric columns when plot_all option is used. - 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
-
Maximum y-coordinate value of the
columnName. - getMaxY() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Upper bound for the y-coordinate of the rectangular box.
- getMaxY() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Upper bound for
yColumnName. - getMaxY() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getMaxY() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Upper bound for the y column values.
- getMaxY() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Upper bound for the y column values as provided in
maxYor calculated for non-numeric columns when plot_all option is used. - 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
-
The k-mean values found.
- getMember() - Method in class com.gpudb.protocol.GrantRoleRequest
-
Name of the user or role that will be granted membership in
role. - getMember() - Method in class com.gpudb.protocol.GrantRoleResponse
-
Value of
member. - getMember() - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Name of the user or role that will be revoked membership in
role. - getMember() - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Value of
member. - getMemory() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Available memory.
- getMessage() - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Alert message body.
- getMessage() - Method in class com.gpudb.protocol.RawGpudbResponse
- getMessages() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Updates and error messages if any.
- getMessages() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
- getMetadataMap() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
A map which contains the metadata of the tables that are to be updated.
- getMetadataMap() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Value of
metadataMap. - getMetadataMaps() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
A list of maps which contain the metadata of the tables in the order the tables are listed in
tableNames. - getMin() - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Minimum value of the
columnName. - getMin() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
The lower bound (inclusive) for the trigger range.
- 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
-
Minimum x-coordinate value of the
columnName. - getMinX() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Lower bound for the x-coordinate of the rectangular box.
- getMinX() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Lower bound for the column chosen by
xColumnName. - getMinX() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getMinX() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Lower bound for the x column values.
- getMinX() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Lower bound for the x column values as provided in
minXor calculated for non-numeric columns when plot_all option is used. - 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
-
Minimum y-coordinate value of the
columnName. - getMinY() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Lower bound for the y-coordinate of the rectangular box.
- getMinY() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Lower bound for
yColumnName. - getMinY() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getMinY() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Lower bound for the y column values.
- getMinY() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Lower bound for the y column values as provided in
minYor calculated for non-numeric columns when plot_all option is used. - 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
-
The string filtering mode to apply.
- getModeByEnum(GPUdbBase.HASynchronicityMode) - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
- 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
-
Not implemented yet.
- getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Not implemented yet.
- getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Not implemented yet.
- getModifyColumns() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Not implemented yet.
- getMonitorIds() - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
-
List of monitors to be shown.
- getMonitorIds() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of monitor IDs.
- getMonitorUpdatesMap() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
Map containing the properties of the table monitor to be updated.
- 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
-
Name of the data sink to be altered.
- getName() - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Name of the data source to be altered.
- getName() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
-
Name of the group to be altered.
- getName() - Method in class com.gpudb.protocol.AlterResourceGroupResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.AlterRoleRequest
-
Name of the role to be altered.
- getName() - Method in class com.gpudb.protocol.AlterRoleResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.AlterTierRequest
-
Name of the tier to be altered.
- getName() - Method in class com.gpudb.protocol.AlterTierResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.AlterUserRequest
-
Name of the user to be altered.
- getName() - Method in class com.gpudb.protocol.AlterUserResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Name of the catalog to be created.
- getName() - Method in class com.gpudb.protocol.CreateCatalogResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateDatasinkRequest
-
Name of the data sink to be created.
- getName() - Method in class com.gpudb.protocol.CreateDatasinkResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Name of the data source to be created.
- getName() - Method in class com.gpudb.protocol.CreateDatasourceResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Name of the group to be created.
- getName() - Method in class com.gpudb.protocol.CreateResourceGroupResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateRoleRequest
-
Name of the role to be created.
- getName() - Method in class com.gpudb.protocol.CreateRoleResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateUserExternalRequest
-
Name of the user to be created.
- getName() - Method in class com.gpudb.protocol.CreateUserExternalResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Name of the user to be created.
- getName() - Method in class com.gpudb.protocol.CreateUserInternalResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
-
Name of the resource group to be deleted.
- getName() - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DeleteRoleRequest
-
Name of the role to be deleted.
- getName() - Method in class com.gpudb.protocol.DeleteRoleResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DeleteUserRequest
-
Name of the user to be deleted.
- getName() - Method in class com.gpudb.protocol.DeleteUserResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DropCatalogRequest
-
Name of the catalog to be dropped.
- getName() - Method in class com.gpudb.protocol.DropCatalogResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DropDatasinkRequest
-
Name of the data sink to be dropped.
- getName() - Method in class com.gpudb.protocol.DropDatasinkResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.DropDatasourceRequest
-
Name of the data source to be dropped.
- getName() - Method in class com.gpudb.protocol.DropDatasourceResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Name of the user or role to which the permission will be granted.
- getName() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.ReserveResourceRequest
- getName() - Method in class com.gpudb.protocol.ReserveResourceResponse
- getName() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Name of the user or role from which the permission will be revoked.
- getName() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
name. - getName() - Method in class com.gpudb.protocol.ShowDatasinkRequest
-
Name of the data sink for which to retrieve information.
- getName() - Method in class com.gpudb.protocol.ShowDatasourceRequest
-
Name of the data source for which to retrieve information.
- 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
-
List of names of groups to be shown.
- getNames() - Method in class com.gpudb.protocol.ShowSecurityRequest
-
A list of names of users and/or roles about which security information is requested.
- 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
-
List of new values for the matching records.
- getNewValuesMaps() - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
List of new values for the matching records.
- getNodes() - Method in class com.gpudb.protocol.CreateGraphRequest
-
Nodes represent fundamental topological units of a graph.
- 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
-
Number of most recent alerts to request.
- 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
-
Memory this graph uses in bytes.
- 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
-
Total number of edges created.
- getNumEdges() - Method in class com.gpudb.protocol.ListGraphResponse
- getNumEdges() - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Total number of edges in the graph.
- getNumEdges() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Total number of edges in the graph.
- getNumIters() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The number of iterations the algorithm executed before it quit.
- getNumLevels() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Number of equally-separated isochrones to compute.
- getNumNodes() - Method in class com.gpudb.protocol.CreateGraphResponse
-
Total number of nodes created.
- getNumNodes() - Method in class com.gpudb.protocol.ListGraphResponse
- getNumNodes() - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Total number of nodes in the graph.
- getNumNodes() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Total number of nodes in the graph.
- getNumShardsChanging() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Number of shards that will change as part of rebalance.
- getOauthToken() - Method in class com.gpudb.GPUdbBase.Options
-
Gets the OAuth access token to be used for authentication to GPUdb.
- getObject() - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Name of object permission is being granted to.
- getObject() - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
object. - getObject() - Method in class com.gpudb.protocol.HasPermissionRequest
-
Name of object to check for the requested permission.
- getObject() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Fully-qualified value of
object - getObject() - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Name of object permission is being revoked from.
- getObject() - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
object. - getObjectClass() - Method in class com.gpudb.TypeObjectMap
-
Returns the class of the type object map.
- getObjectType() - Method in class com.gpudb.protocol.GrantPermissionRequest
-
The type of object being granted to.
- getObjectType() - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
objectType. - getObjectType() - Method in class com.gpudb.protocol.HasPermissionRequest
-
The type of object being checked.
- getObjectType() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
objectType - getObjectType() - Method in class com.gpudb.protocol.RevokePermissionRequest
-
The type of object being revoked.
- getObjectType() - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
objectType. - getOffline() - Method in class com.gpudb.protocol.AdminHaOfflineRequest
-
Set to true if desired state is offline.
- getOffline() - Method in class com.gpudb.protocol.AdminOfflineRequest
-
Set to true if desired state is offline.
- getOffset() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOffset() - Method in class com.gpudb.protocol.GetRecordsRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- getOperation() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
The geometric filtering operation to perform.
- 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.Optionsinstance - 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
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminAddRanksRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminAlterHostRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminAlterJobsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminBackupBeginRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminBackupEndRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminHaOfflineRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminHaRefreshRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminOfflineRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminRebalanceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminRemoveHostRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminRepairTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminShowAlertsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminShowJobsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminShowShardsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminShutdownRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AdminVerifyDbRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
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. - getOptions() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterBackupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterDatasinkRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterGraphRequest
- getOptions() - Method in class com.gpudb.protocol.AlterModelRequest
- getOptions() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterTierRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterUserRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterVideoRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AlterWalRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.AppendRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ClearTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ClearTablesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ClearTriggerRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateBackupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
- getOptions() - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateDatasinkRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
- getOptions() - Method in class com.gpudb.protocol.CreateDirectoryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateEnvironmentRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateGraphRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateJobRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateProjectionRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateSchemaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateStateTableRequest
- getOptions() - Method in class com.gpudb.protocol.CreateTableExternalRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateTypeRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateUnionRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateUserExternalRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.CreateVideoRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteDirectoryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteGraphRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DeleteUserRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DownloadFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropBackupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropCatalogRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropContainerRegistryRequest
- getOptions() - Method in class com.gpudb.protocol.DropCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropDatasinkRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropEnvironmentRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.DropModelRequest
- getOptions() - Method in class com.gpudb.protocol.DropSchemaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.EvaluateModelRequest
- getOptions() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ExportQueryMetricsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByListRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByStringRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterByValueRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.FilterRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GetJobRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
EXPRESSION: Optional filter expression to apply to the table. - getOptions() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
RETURN_RECORD_IDS: IfTRUEthen return the internal record ID along with each returned record. - getOptions() - Method in class com.gpudb.protocol.GetRecordsRequest
-
EXPRESSION: Optional filter expression to apply to the table. - getOptions() - Method in class com.gpudb.protocol.GetVectortileRequest
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.GrantRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasPermissionRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasSchemaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.HasTypeRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ImportModelRequest
- getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Optional parameter to pass in specifications for the randomness of the values.
- getOptions() - Method in class com.gpudb.protocol.InsertRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.InsertSymbolRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.KillProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ListGraphRequest
- getOptions() - Method in class com.gpudb.protocol.LockTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.MatchGraphRequest
-
Additional parameters.
- getOptions() - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.QueryGraphRequest
-
Additional parameters.
- getOptions() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RepartitionGraphRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ReserveResourceRequest
- getOptions() - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowBackupRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
- getOptions() - Method in class com.gpudb.protocol.ShowCredentialRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowDatasinkRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowDatasourceRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowDirectoriesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowEnvironmentRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowFunctionsRequest
- getOptions() - Method in class com.gpudb.protocol.ShowGraphGrammarRequest
- getOptions() - Method in class com.gpudb.protocol.ShowGraphRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowModelRequest
- getOptions() - Method in class com.gpudb.protocol.ShowModelResponse
- getOptions() - Method in class com.gpudb.protocol.ShowProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowProcResponse
-
The optional parameters for the procs named in
procNames. - getOptions() - Method in class com.gpudb.protocol.ShowProcStatusRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The optional parameters passed to
GPUdb.executeProcfor the returned run IDs. - getOptions() - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowSchemaRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowSecurityRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowSqlProcRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowStatisticsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowSystemStatusRequest
-
Optional parameters, currently unused.
- getOptions() - Method in class com.gpudb.protocol.ShowSystemTimingRequest
-
Optional parameters, currently unused.
- getOptions() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowTableRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowTriggersRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowTypesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowVideoRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.ShowWalRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional parameters.
- getOptions() - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.UploadFilesRequest
-
Optional parameters.
- getOptions() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getOptions() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Optional parameters.
- 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
-
Additional parameters.
- getOptions() - Method in class com.gpudb.RecordRetriever
-
Gets the options currently used for the retriever methods.
- getOriginalRequest() - Method in class com.gpudb.protocol.ShowGraphResponse
-
The original client request used to create the graph (before any expression evaluation or separator processing).
- getOrphanedTablesTotalSize() - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
If
VERIFY_PERSISTisTRUE,VERIFY_ORPHANED_TABLES_ONLYisTRUEorDELETE_ORPHANED_TABLESisTRUE, this is the sum in bytes of all orphaned tables found. - getOutput() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Output lines for the returned run IDs, grouped by data segment ID.
- getOutputColumnNames() - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of names of the columns to be stored in the output table.
- getOutputSchemas() - Method in class com.gpudb.protocol.ShowModelResponse
- getOutputTableNames() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Names of the tables to which output data from the proc will be written, each in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getOutputTableNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The output table names passed to
GPUdb.executeProcfor the returned run IDs. - getOverallStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Overall success status of the operation.
- getOverallStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Overall statuses for the returned run IDs.
- getOwnerId() - Method in class com.gpudb.protocol.ReserveResourceRequest
- getPackages() - Method in class com.gpudb.protocol.ShowEnvironmentResponse
-
Information about the installed packages in the respective environments in
environmentNames. - getPagingTable() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Name of the table that has the result records of the query.
- getPagingTable() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Name of the table that has the result records of the query.
- getParameters() - Method in class com.gpudb.protocol.ShowFunctionsResponse
- getParams() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Parameters for each alert, sorted from most recent to least recent.
- getParams() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
A map containing named parameters to pass to the proc.
- getParams() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The string params passed to
GPUdb.executeProcfor the returned run IDs. - 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
-
Password for the remote system user; may be an empty string
- getPassword() - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Initial password of the user to be created.
- getPath() - Method in class com.gpudb.protocol.AlterVideoRequest
-
Fully-qualified KiFS path to the video to be altered.
- getPath() - Method in class com.gpudb.protocol.AlterVideoResponse
-
Fully qualified KIFS path to the video file.
- getPath() - Method in class com.gpudb.protocol.CreateVideoRequest
-
Fully-qualified KiFS path.
- getPath() - Method in class com.gpudb.protocol.CreateVideoResponse
-
Fully qualified KIFS path to the video file.
- getPaths() - Method in class com.gpudb.protocol.ShowFilesRequest
-
File paths to show.
- getPaths() - Method in class com.gpudb.protocol.ShowVideoRequest
-
The fully-qualified KiFS paths for the videos to show.
- getPaths() - Method in class com.gpudb.protocol.ShowVideoResponse
-
KIFS path to each video.
- getPayload() - Method in exception com.gpudb.GPUdbBase.SubmitException
-
Gets the payload used in
GPUdbBase.insertRecordsFromJson(com.gpudb.GPUdbBase.InsertRecordsJsonRequest, com.gpudb.GPUdbBase.JsonOptions)requests. - getPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percent complete of this entire operation.
- getPermission() - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Permission being granted.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Permission to grant to the user or role.
- getPermission() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.HasPermissionRequest
-
Permission to check for.
- getPermission() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
permission - getPermission() - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Permission being revoked.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Value of
permission. - getPermission() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Permission to revoke from the user or role.
- getPermission() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
permission. - getPermissions() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
Highest level of permission the calling user has for the respective directories in
directories. - getPermissions() - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to a list of permissions directly granted to that user/role.
- getPivotedColumns() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
List of one or more values typically the column names of the input table.
- getPollingInterval() - Method in class com.gpudb.GPUdbBase.FailbackOptions
- 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
-
Name of the user or role for which the permission is being granted.
- getPrincipal() - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
principal. - getPrincipal() - Method in class com.gpudb.protocol.HasPermissionRequest
-
Name of the user for which the permission is being checked.
- getPrincipal() - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
principal - getPrincipal() - Method in class com.gpudb.protocol.HasRoleRequest
-
Name of the user for which role membership is being checked.
- getPrincipal() - Method in class com.gpudb.protocol.HasRoleResponse
-
Value of
principal - getPrincipal() - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Name of the user or role for which the permission is being revoked.
- getPrincipal() - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
principal. - getProcedureDefinitions() - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
A list of the definitions for the requested procedures.
- getProcedureName() - Method in class com.gpudb.protocol.ShowSqlProcRequest
-
Name of the procedure for which to retrieve the information.
- getProcedureNames() - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
A list of the names of the requested procedures.
- getProcesses() - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Indicates the process identifier to switch over to another host.
- getProcExists() - Method in class com.gpudb.protocol.HasProcResponse
-
Indicates whether the proc exists or not.
- getProcName() - Method in class com.gpudb.protocol.CreateProcRequest
-
Name of the proc to be created.
- getProcName() - Method in class com.gpudb.protocol.CreateProcResponse
-
Value of
procName. - getProcName() - Method in class com.gpudb.protocol.DeleteProcRequest
-
Name of the proc to be deleted.
- getProcName() - Method in class com.gpudb.protocol.DeleteProcResponse
-
Value of
procName. - getProcName() - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Name of the proc to execute.
- getProcName() - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Name of the proc to which the permission grants access.
- getProcName() - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
procName. - getProcName() - Method in class com.gpudb.protocol.HasProcRequest
-
Name of the proc to check for existence.
- getProcName() - Method in class com.gpudb.protocol.HasProcResponse
-
Value of
procName - getProcName() - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Name of the proc to which the permission grants access.
- getProcName() - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
procName. - getProcName() - Method in class com.gpudb.protocol.ShowProcRequest
-
Name of the proc to show information about.
- getProcNames() - Method in class com.gpudb.protocol.ShowProcResponse
-
The proc names.
- getProcNames() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The proc names corresponding to the returned run IDs.
- getProgress() - Method in class com.gpudb.protocol.GetJobResponse
-
Approximate percentage of the job completed.
- 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
-
Name of the projection to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getProjectionName() - Method in class com.gpudb.protocol.CreateProjectionResponse
-
Value of
projectionName. - getProperties() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type properties (when changing a table, a new type may be created)
- getProperties() - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type properties (when changing a table, a new type may be created)
- getProperties() - Method in class com.gpudb.protocol.CreateTypeRequest
-
[DEPRECATED--please use these property values in the
typeDefinitiondirectly, as described at the top, instead] Each key-value pair specifies the properties to use for a given column where the key is the column name. - getProperties() - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
properties. - getProperties() - Method in class com.gpudb.protocol.ShowFunctionsResponse
- getProperties() - Method in class com.gpudb.protocol.ShowTableResponse
-
Property maps of the respective tables in
tableNames. - 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
-
A map of server configuration parameters and version information.
- getPropertyUpdatesMap() - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
-
Map containing the properties of the system to be updated.
- getQueries() - Method in class com.gpudb.protocol.QueryGraphRequest
-
Nodes or edges to be queried specified using query identifiers.
- getQueryColumnNames() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getQueryText() - Method in class com.gpudb.protocol.AdminShowJobsResponse
- getRadius() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
The radius of the circle within which the search will be performed.
- getRadius() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
The radius of the circle within which the search will be performed.
- getRadius() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getRank() - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Array of ranks indexed by the shard number.
- getRankForLocalDist() - Method in class com.gpudb.filesystem.upload.FileUploader
- getRankHosts() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The host IP addresses of the ranks being added, in the same order as the
ranksBeingAddedlist. - getRanking() - Method in class com.gpudb.protocol.AlterResourceGroupRequest
-
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.
- getRanking() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
- getRankObjects() - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
-
Tier usage across ranks.
- getRanks() - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
-
Each array value designates one or more ranks to remove from the cluster.
- getRanksBeingAdded() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The rank numbers of the ranks currently being added, or the rank numbers that were added if the operation is complete.
- getRanksBeingRemoved() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The ranks being removed, or that have been removed if the operation is completed.
- getRankUsage() - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Tier usage across ranks.
- getReadLength() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- getReadLengths() - Method in class com.gpudb.protocol.DownloadFilesRequest
-
Array of number of bytes to read from each respective file in
fileNames. - getReadOffset() - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- getReadOffsets() - Method in class com.gpudb.protocol.DownloadFilesRequest
-
An array of starting byte offsets from which to read each respective file in
fileNames. - getRebalance() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether data and/or shard rebalancing is (or was) part of this operation.
- getRebalanceShardedData() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether rebalancing of sharded data is (or was) part of this operation.
- getRebalanceShardedDataStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
- getRebalanceUnshardedData() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether rebalancing of unsharded data is (or was) part of this operation.
- getRebalanceUnshardedDataStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
- getRecordEncoding() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Identifies which of
recordsToInsertandrecordsToInsertStrshould be used. - getRecordIds() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.
- getRecordIds() - Method in class com.gpudb.protocol.InsertRecordsResponse
-
An array containing the IDs with which the added records are identified internally.
- getRecordIds() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.
- getRecords() - Method in exception com.gpudb.BulkInserter.InsertException
-
Gets the list of records that was being inserted when the exception occurred.
- 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(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(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
-
If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.
- getRecordsBinary() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
If the
encodingwas 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. - 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
-
A set of parameters for
GPUdb.getRecordsByColumn. - GetRecordsByColumnRequest() - Constructor for class com.gpudb.protocol.GetRecordsByColumnRequest
-
Constructs a GetRecordsByColumnRequest object with default 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(String, List<String>, long, long, 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
-
A set of string constants for the
GetRecordsByColumnRequestparameterencoding. - GetRecordsByColumnRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
GetRecordsByColumnRequestparameteroptions. - GetRecordsByColumnResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsByColumn. - GetRecordsByColumnResponse() - Constructor for class com.gpudb.protocol.GetRecordsByColumnResponse
-
Constructs a GetRecordsByColumnResponse object with default parameters.
- getRecordsBySeries(GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
-
Retrieves the complete series/track records from the given
worldTableNamebased on the partial track information contained in thetableName. - getRecordsBySeries(Object, GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
-
Retrieves the complete series/track records from the given
worldTableNamebased on the partial track information contained in thetableName. - getRecordsBySeries(Object, String, String, int, int, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Retrieves the complete series/track records from the given
worldTableNamebased on the partial track information contained in thetableName. - getRecordsBySeries(String, String, int, int, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Retrieves the complete series/track records from the given
worldTableNamebased on the partial track information contained in thetableName. - getRecordsBySeriesRaw(GetRecordsBySeriesRequest) - Method in class com.gpudb.GPUdb
-
Retrieves the complete series/track records from the given
worldTableNamebased on the partial track information contained in thetableName. - GetRecordsBySeriesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.getRecordsBySeries. - GetRecordsBySeriesRequest() - Constructor for class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Constructs a GetRecordsBySeriesRequest object with default 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(String, String, int, int, 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
-
A set of string constants for the
GetRecordsBySeriesRequestparameterencoding. - GetRecordsBySeriesResponse<T> - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsBySeries. - GetRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.GetRecordsBySeriesResponse
-
Constructs a GetRecordsBySeriesResponse object with default parameters.
- getRecordsFromCollection(GetRecordsFromCollectionRequest) - Method in class com.gpudb.GPUdb
-
Retrieves records from a collection.
- 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(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
-
A set of parameters for
GPUdb.getRecordsFromCollection. - GetRecordsFromCollectionRequest() - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
Constructs a GetRecordsFromCollectionRequest object with default 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(String, long, long, 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
-
A set of string constants for the
GetRecordsFromCollectionRequestparameterencoding. - GetRecordsFromCollectionRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
GetRecordsFromCollectionRequestparameteroptions. - GetRecordsFromCollectionResponse<T> - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsFromCollection. - GetRecordsFromCollectionResponse() - Constructor for class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Constructs a GetRecordsFromCollectionResponse object with default parameters.
- GetRecordsFromCollectionResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
GetRecordsFromCollectionResponseparameterinfo. - getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
If the encoding parameter of the request was 'json', then this list contains the JSON encoded records retrieved from the table/collection.
- getRecordsJson() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
If the
encodingwas 'json', then this list contains the JSON encoded records retrieved from the table. - getRecordsJson() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- 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, 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>) - 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(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).
- 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
-
A set of parameters for
GPUdb.getRecords. - GetRecordsRequest() - Constructor for class com.gpudb.protocol.GetRecordsRequest
-
Constructs a GetRecordsRequest object with default 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(String, long, long, 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
-
A set of string constants for the
GetRecordsRequestparameterencoding. - GetRecordsRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
GetRecordsRequestparameteroptions. - GetRecordsResponse<T> - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecords. - GetRecordsResponse() - Constructor for class com.gpudb.protocol.GetRecordsResponse
-
Constructs a GetRecordsResponse object with default parameters.
- getRecordsToInsert() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
An *optional* list of new binary-avro encoded records to insert, one for each update.
- getRecordsToInsertStr() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
An optional list of JSON encoded objects to insert, one for each update, to be added if the particular update did not match any objects.
- getRefreshMethod() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh methods used on the respective tables in
tableNames. - getRefreshPeriod() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh periods used on the respective tables in
tableNames. - getRefreshStartTime() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh start times used on the respective tables in
tableNames. - 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
- getRemoteQuery() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
-
Parameterized insert query to export gpudb table data into remote database.
- getRemoteQuery() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Query for which result data needs to be imported
- getRemovedRanks() - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
-
The number assigned to each rank removed from the cluster.
- getRemoveRanks() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether removing ranks is (or was) part of this operation.
- getRemoveRanksPercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Current percent complete of the remove ranks operation.
- getRemoveRanksStatus() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was a rank-removing operation, the removal-specific status of the operation.
- getRenamedObjects() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Original and new names of database objects that were successfully restored and their associated types.
- getRenderedBytes() - Method in class com.gpudb.protocol.ShowVideoResponse
-
The number of bytes emitted by the encoder for each video.
- getRenderedFrames() - Method in class com.gpudb.protocol.ShowVideoResponse
-
The number of frames rendered for each video.
- getRenderedPercents() - Method in class com.gpudb.protocol.ShowVideoResponse
-
Percent completion of each video's rendering process (0-100)
- getRepairStatus() - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
List of repair status by table.
- 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
-
The encoding of the request payload for the job.
- getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
User-created ID for the trigger.
- getRequestId() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
User-created ID for the trigger.
- getRequests() - Method in class com.gpudb.protocol.ShowVideoResponse
-
JSON-string reflecting each video's creation parameters.
- getRequestSchemaStr() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Avro schema of
data. - 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
- getResourceCapacity() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Memory this graph uses in bytes.
- getResourceGroups() - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user name to resource group name.
- getResponseEncoding() - Method in class com.gpudb.protocol.GetJobResponse
-
The encoding of the job result (contained in
jobResponseorjobResponseStr. - getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - getResponseSchemaStr() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - getResponseSchemaStr() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - getResponseSchemaStr() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - getRestoredBytes() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total size of data restored from backup.
- getRestoredFiles() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total number of files restored from backup.
- getRestoredObjects() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Database objects that were successfully restored and their associated types.
- getRestoredRecords() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total number of records restored from backup.
- getRestoreObjectsMap() - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Map of database objects to be restored from the backup.
- getRestrictions() - Method in class com.gpudb.protocol.CreateGraphRequest
-
Restrictions represent a method of informing the graph solver which edges and/or nodes should be ignored for the solution.
- getRestrictions() - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Restrictions with which to update existing
restrictionsin graph specified bygraphName. - getRestrictions() - Method in class com.gpudb.protocol.QueryGraphRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- getRestrictions() - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- getRestrictions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- getResult() - Method in class com.gpudb.protocol.CreateGraphResponse
-
Indicates a successful creation on all servers.
- getResult() - Method in class com.gpudb.protocol.DeleteGraphResponse
-
Indicates a successful deletion.
- getResult() - Method in class com.gpudb.protocol.ListGraphResponse
- getResult() - Method in class com.gpudb.protocol.MatchGraphResponse
-
Indicates a successful solution.
- getResult() - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Indicates a successful modification on all servers.
- getResult() - Method in class com.gpudb.protocol.QueryGraphResponse
-
Indicates a successful query.
- getResult() - Method in class com.gpudb.protocol.RepartitionGraphResponse
-
Indicates a successful rebalancing on all servers.
- getResult() - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
- getResult() - Method in class com.gpudb.protocol.ShowGraphResponse
-
Indicates a success.
- getResult() - Method in class com.gpudb.protocol.SolveGraphResponse
-
Indicates a successful solution on all servers.
- getResultPerDestinationNode() - Method in class com.gpudb.protocol.SolveGraphResponse
-
Cost or page rank (based on solver type) for each destination node requested.
- getResults() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
String results for the returned run IDs, grouped by data segment ID.
- getRetryCount() - Method in class com.gpudb.BulkInserter
-
Deprecated, for removal: This API element is subject to removal in a future version.
- 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
-
Sets the number of rings around the node to query for adjacency, with '1' being the edges directly attached to the queried node.
- getRmsDist() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The sum of all the rms_dists - the value the k-means algorithm is attempting to minimize.
- getRmsDists() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The root mean squared distance of the elements in the cluster for each of the k-means values.
- getRole() - Method in class com.gpudb.protocol.GrantRoleRequest
-
Name of the role in which membership will be granted.
- getRole() - Method in class com.gpudb.protocol.GrantRoleResponse
-
Value of
role. - getRole() - Method in class com.gpudb.protocol.HasRoleRequest
-
Name of role to check for membership.
- getRole() - Method in class com.gpudb.protocol.HasRoleResponse
-
rolefor which membership is being checked - getRole() - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Name of the role in which membership will be revoked.
- getRole() - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Value of
role. - getRoles() - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to a list of names of roles of which that user/role is a member.
- getRunFunction() - Method in class com.gpudb.protocol.ImportModelRequest
- getRunFunctionList() - Method in class com.gpudb.protocol.ShowModelResponse
- getRunId() - Method in class com.gpudb.protocol.ExecuteProcResponse
-
The run ID of the running proc instance.
- getRunId() - Method in class com.gpudb.protocol.KillProcRequest
-
The run ID of a running proc instance.
- getRunId() - Method in class com.gpudb.protocol.ShowProcStatusRequest
-
The run ID of a specific proc instance for which the status will be returned.
- getRunIds() - Method in class com.gpudb.protocol.KillProcResponse
-
List of run IDs of proc instances that were killed.
- getRunning() - Method in class com.gpudb.protocol.GetJobResponse
-
True if the end point is still executing.
- getSamplePoints() - Method in class com.gpudb.protocol.MatchGraphRequest
-
Sample points used to match to an underlying geospatial graph.
- 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.AdminHaOfflineRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AdminHaOfflineResponse
-
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.AdminRepairTableRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AdminSendAlertResponse
-
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.AlterBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AlterBackupResponse
-
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.AlterWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.AlterWalResponse
-
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.ClearTablesRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.ClearTablesResponse
-
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.CreateBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.CreateBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.CreateCatalogResponse
-
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.DropBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.DropBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.DropCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.DropCatalogResponse
-
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.ExportQueryMetricsRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
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.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.RestoreBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.RestoreBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- 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.ShowBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.ShowBackupResponse
-
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.ShowWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- getSchema() - Method in class com.gpudb.protocol.ShowWalResponse
-
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.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() - 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.
- getSchema(Class<? extends RecordObject>) - Static method in class com.gpudb.RecordObject
-
Gets the Avro record schema corresponding to the metadata in the specified
RecordObjectclass. - getSchemaExists() - Method in class com.gpudb.protocol.HasSchemaResponse
-
Indicates whether the schema exists or not.
- getSchemaName() - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Name of the schema to be altered.
- getSchemaName() - Method in class com.gpudb.protocol.AlterSchemaResponse
-
Value of
schemaName. - getSchemaName() - Method in class com.gpudb.protocol.CreateSchemaRequest
-
Name of the schema to be created.
- getSchemaName() - Method in class com.gpudb.protocol.CreateSchemaResponse
-
Value of
schemaName. - getSchemaName() - Method in class com.gpudb.protocol.DropSchemaRequest
-
Name of the schema to be dropped.
- getSchemaName() - Method in class com.gpudb.protocol.DropSchemaResponse
-
Value of
schemaName. - getSchemaName() - Method in class com.gpudb.protocol.HasSchemaRequest
-
Name of the schema to check for existence, in root, using standard name resolution rules.
- getSchemaName() - Method in class com.gpudb.protocol.HasSchemaResponse
-
Value of
schemaName - getSchemaName() - Method in class com.gpudb.protocol.ShowSchemaRequest
-
Name of the schema for which to retrieve the information.
- getSchemaName() - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Value of
schemaName. - getSchemaNames() - Method in class com.gpudb.protocol.ShowSchemaResponse
-
A list of all schema names for which information is returned
- getSchemaTables() - Method in class com.gpudb.protocol.ShowSchemaResponse
-
An array of arrays containing a list of tables in each of the respective
schemaNames. - getSecret() - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Password of the credential to be created.
- getSelectExpression() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
For a non-empty expression statistics are calculated for those records for which the expression is true.
- 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.
- getSettings() - Method in class com.gpudb.protocol.ShowWalResponse
-
List of table WAL settings.
- getShardArrayVersion() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Version of the shard array that is (or was) being rebalanced to.
- getShardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percentage of shard keys, and their associated data if applicable, that have completed rebalancing.
- getShardKeys() - Method in class com.gpudb.filesystem.ingest.IngestOptions
- getSizes() - Method in class com.gpudb.protocol.ShowFilesResponse
-
Size of each file, in bytes
- getSizes() - Method in class com.gpudb.protocol.ShowTableResponse
-
If
GET_SIZESisTRUE, an array containing the number of records of each corresponding table intableNames. - getSizes() - Method in class com.gpudb.protocol.ShowWalResponse
-
List of current WAL usage.
- getSolutionTable() - Method in class com.gpudb.protocol.MatchGraphRequest
-
The name of the table used to store the results, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getSolutionTable() - Method in class com.gpudb.protocol.SolveGraphRequest
-
Name of the table to store the solution, in [schema_name.]table_name format, using standard name resolution rules.
- getSolveInfo() - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
-
Additional information.
- getSolveMethod() - Method in class com.gpudb.protocol.MatchGraphRequest
-
The type of solver to use for graph matching.
- getSolveOptions() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Solver specific parameters.
- getSolverType() - Method in class com.gpudb.protocol.SolveGraphRequest
-
The type of solver to use for the graph.
- getSourceIp() - Method in class com.gpudb.protocol.AdminShowJobsResponse
- getSourceNode() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Starting vertex on the underlying graph from/to which the isochrones are created.
- getSourceNodes() - Method in class com.gpudb.protocol.SolveGraphRequest
-
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for source nodes.
- getSourceTable() - Method in class com.gpudb.protocol.EvaluateModelRequest
- getSourceTableColumnName() - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the column in the
sourceTableNamewhose values will be used as the filter for tabletableName. - getSourceTableName() - Method in class com.gpudb.protocol.AppendRecordsRequest
-
The source table name to get records from, in [schema_name.]table_name format, using standard name resolution rules.
- getSourceTableName() - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the table whose data will be compared against in the table called
tableName, in [schema_name.]table_name format, using standard name resolution rules. - getStart() - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Lower end value of the histogram interval, inclusive.
- getStart() - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Value of
start. - getStart() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The lower bound of the binning-column.
- getStartTime() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The start time of the cluster operation.
- getStastisticsMap() - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
A list of maps which contain the column statistics of the table
tableNames. - getStatement() - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
SQL statement (query, DML, or DDL) to be executed
- getStatisticsMap() - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
-
Map of resource statistics
- getStats() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
A string of comma separated list of the statistics to calculate, e.g. 'sum,mean'.
- getStats() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics.
- getStats() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Comma separated list of the statistics to calculate, e.g. "sum,mean".
- getStats() - Method in class com.gpudb.protocol.AggregateStatisticsResponse
-
(statistic name, double value) pairs of the requested statistics, including the total count by default.
- getStatus() - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Status of the requested action for each job.
- getStatus() - Method in class com.gpudb.protocol.AdminShowJobsResponse
- getStatus() - Method in class com.gpudb.protocol.RawGpudbResponse
- getStatus() - Method in class com.gpudb.protocol.ShowVideoResponse
-
The status of the last rendered frame for each video.
- getStatuses() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Statuses for the returned run IDs, grouped by data segment ID.
- getStatusMap() - Method in class com.gpudb.protocol.GetJobResponse
-
Map of various status strings for the executed job.
- getStatusMap() - Method in class com.gpudb.protocol.ShowSystemStatusResponse
-
A map of server configuration and health related status.
- getStorageProviderTypes() - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
The storage provider type of the data sources named in
datasourceNames. - getString(int) - 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 interface com.gpudb.Record
-
Returns the value of the specified field cast to a
String. - getString(String) - Method in class com.gpudb.RecordBase
- getStyle() - Method in class com.gpudb.protocol.CreateVideoRequest
-
The name of the visualize mode; should correspond to the schema used for the
styleParametersfield. - getStyleOptions() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Rendering style options for a chart.
- 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
-
Various style related options of the isochrone image.
- getStyleParameters() - Method in class com.gpudb.protocol.CreateVideoRequest
-
A string containing the JSON-encoded visualize request.
- getSuccessful() - Method in class com.gpudb.protocol.GetJobResponse
-
True if the job execution completed and no errors were encountered.
- getSuccessfulFileNames() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
List of
fileNamesthat were successfully uploaded. - getSuccessfulUrls() - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
List of
urlsthat were successfully uploaded. - getSymbolColumnName() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
- getSymbolColumnName() - Method in class com.gpudb.protocol.VisualizeImageRequest
- getSymbolData() - Method in class com.gpudb.protocol.InsertSymbolRequest
-
The actual symbol data.
- getSymbolFormat() - Method in class com.gpudb.protocol.InsertSymbolRequest
-
Specifies the symbol format.
- getSymbolId() - Method in class com.gpudb.protocol.InsertSymbolRequest
-
The id of the symbol being added.
- getSymbolId() - Method in class com.gpudb.protocol.InsertSymbolResponse
-
Value of
symbolId. - getSystemProperties() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
- getSystemProperties() - Method in class com.gpudb.GPUdbBase
-
Gets the active cluster's system properties mapping.
- getTableDescriptions() - Method in class com.gpudb.protocol.ShowTableResponse
-
List of descriptions for the respective tables in
tableNames. - getTableExists() - Method in class com.gpudb.protocol.HasTableResponse
-
Indicates whether the table exists or not.
- getTableFormat() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Table format (iceberg, hudi, deltalake)
- 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
-
Name of table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Name of an existing table or view on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Name of the table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Name of the table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Name of the table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Name of the table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the table on which the ranged-statistics operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Name of the table on which the statistics operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Name of an existing table or view on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
The same table name as was passed in the parameter list.
- getTableName() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Name of the table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Typically shows the result-table name if provided in the request (Ignore otherwise).
- getTableName() - Method in class com.gpudb.protocol.AlterTableColumnsRequest
-
Table on which the operation will be performed.
- getTableName() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
Table on which the operation was performed.
- getTableName() - Method in class com.gpudb.protocol.AlterTableRequest
-
Table on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AlterTableResponse
-
Table on which the operation was performed.
- getTableName() - Method in class com.gpudb.protocol.AppendRecordsRequest
-
The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.AppendRecordsResponse
- getTableName() - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.ClearTableRequest
-
Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.ClearTableResponse
-
Value of
tableNamefor a given table, or 'ALL CLEARED' in case of clearing all tables. - getTableName() - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.CreateDeltaTableRequest
- getTableName() - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
-
Name of the table to be created that is the top-level table of the materialized view, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getTableName() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.CreateProjectionRequest
-
Name of the existing table on which the projection is to be applied, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.CreateStateTableRequest
- getTableName() - Method in class com.gpudb.protocol.CreateStateTableResponse
- getTableName() - Method in class com.gpudb.protocol.CreateTableExternalRequest
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getTableName() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.CreateTableMonitorRequest
-
Name of the table to monitor, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.CreateTableRequest
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getTableName() - Method in class com.gpudb.protocol.CreateTableResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.CreateUnionRequest
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- getTableName() - Method in class com.gpudb.protocol.CreateUnionResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
Name of the table from which to delete records, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
- getTableName() - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Name of source table
- getTableName() - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
-
Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByListRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Name of the table on which the filter by radius operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the table on which the filter by radius operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Name of the table on which the filter by range operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Name of the table on which the filter by track operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByStringRequest
-
Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the table whose data will be filtered, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterByValueRequest
-
Name of an existing table on which to perform the calculation, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.FilterRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
Name of the table or view on which this operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
The same table name as was passed in the parameter list.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Name of the table or view for which series/tracks will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
Name of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.GetRecordsRequest
-
Name of the table or view from which the records will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GetRecordsResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.HasTableRequest
-
Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.HasTableResponse
-
Value of
tableName - getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Table to which random records will be added, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.InsertRecordsRequest
-
Name of table to which the records are to be added, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.LockTableRequest
-
Name of the table to be locked, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
The same table name as was passed in the parameter list.
- getTableName() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Typically shows the result-table name if provided in the request (Ignore otherwise).
- getTableName() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
The same table name as was passed in the parameter list.
- getTableName() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
Name of table to which the records are to be added, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Name of table to be updated, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.ShowTableRequest
-
Name of the table for which to retrieve the information, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.ShowTableResponse
-
Value of
tableName. - getTableName() - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
Name of table to be updated, in [schema_name.]table_name format, using standard name resolution rules.
- getTableName() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Name of the table containing the data to be drawn as a chart, in [schema_name.]table_name format, using standard name resolution rules.
- 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.AdminRepairTableRequest
-
List of tables to query.
- getTableNames() - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
List of repaired tables.
- getTableNames() - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Value of
tableNames. - getTableNames() - Method in class com.gpudb.protocol.AlterWalRequest
-
List of tables to modify.
- getTableNames() - Method in class com.gpudb.protocol.ClearTablesRequest
-
Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
The list of table names composing the join, each in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Names of the tables on which the trigger will be activated and maintained, each in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Tables on which the trigger will be active, each in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of table names to merge, in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
The table name (one per series/track) of the returned series/tracks.
- getTableNames() - Method in class com.gpudb.protocol.GetVectortileRequest
- getTableNames() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The table name (one per series/track) of the returned series/tracks.
- getTableNames() - Method in class com.gpudb.protocol.ShowStatisticsRequest
-
Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
Value of
tableNames. - getTableNames() - Method in class com.gpudb.protocol.ShowTableMetadataRequest
-
Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- getTableNames() - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
Value of
tableNames. - getTableNames() - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of source tables being monitored for the respective
monitorIds. - getTableNames() - Method in class com.gpudb.protocol.ShowTableResponse
- getTableNames() - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
-
List of tables matching the input criteria.
- getTableNames() - Method in class com.gpudb.protocol.ShowWalRequest
-
List of tables to query.
- getTableNames() - Method in class com.gpudb.protocol.ShowWalResponse
-
List of returned tables.
- 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
- getTables() - Method in class com.gpudb.protocol.ClearTablesResponse
-
For each table in
tableNames, any error from the clear operation, or an empty string if successful. - getTableTypes() - Method in class com.gpudb.protocol.AdminRepairTableRequest
-
internal: type_id per table.
- getTargetTrackIds() - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Up to one track ID to intersect with the "filter" track.
- 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
-
Optional map containing tier names and their respective attribute group limits.
- getTierAttributes() - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Optional map containing tier names and their respective attribute group limits.
- getTileX() - Method in class com.gpudb.protocol.GetVectortileRequest
- getTileY() - Method in class com.gpudb.protocol.GetVectortileRequest
- getTimedFlushOptions() - Method in class com.gpudb.BulkInserter
-
Retrieves options governing the timed flush ingest scheme.
- getTimeInMs() - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of time (in ms) of the recent requests.
- 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
-
Timestamp for when the alert occurred, sorted from most recent to least recent.
- getTimings() - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Timing information for the returned run IDs, grouped by data segment ID.
- getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Stop iterating when the distances between successive points is less than the given tolerance.
- getTolerance() - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The distance between the last two iterations of the algorithm before it quit.
- getTom() - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Array of toms to which the corresponding shard belongs.
- getTopicId() - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
The topic ID returned by
GPUdb.createTableMonitor. - getTopicId() - Method in class com.gpudb.protocol.AlterTableMonitorResponse
-
Value of
topicId. - getTopicId() - Method in class com.gpudb.protocol.ClearTableMonitorRequest
-
The topic ID returned by
GPUdb.createTableMonitor. - getTopicId() - Method in class com.gpudb.protocol.ClearTableMonitorResponse
-
Value of
topicId. - getTopicId() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
The ZMQ topic ID to subscribe to for table events.
- getTotalBytes() - Method in class com.gpudb.protocol.AlterBackupResponse
-
Total size of files affected by the alter operation.
- getTotalFullSize() - Method in class com.gpudb.protocol.ShowTableResponse
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.AlterBackupResponse
-
Total number of records affected by the alter operation.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of records that can be restored from this snapshot.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.GetRecordsResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Total/Filtered number of records.
- getTotalNumberOfRecords() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Total/Filtered number of records.
- 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
-
The ID of the track which will act as the filtering points.
- getTrackIds() - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
- getTrackIds() - Method in class com.gpudb.protocol.VisualizeImageRequest
- getTriggerId() - Method in class com.gpudb.protocol.ClearTriggerRequest
-
ID for the trigger to be deactivated.
- getTriggerId() - Method in class com.gpudb.protocol.ClearTriggerResponse
-
Value of
triggerId. - getTriggerId() - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
-
Value of
requestId. - getTriggerId() - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
-
Value of
requestId. - getTriggerIds() - Method in class com.gpudb.protocol.ShowTriggersRequest
-
List of IDs of the triggers whose information is to be retrieved.
- getTriggerMap() - Method in class com.gpudb.protocol.ShowTriggersResponse
-
This dictionary contains (key, value) pairs of (trigger ID, information map/dictionary) where the key is a Unicode string representing a Trigger ID.
- 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
-
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
- getType() - Method in class com.gpudb.GenericRecord
- getType() - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue)
- getType() - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Type of the credential to be created.
- getType() - Method in interface com.gpudb.Record
-
Returns the GPUdb
Typeof the record. - 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
Typeof the type object map. - getType(Class<? extends RecordObject>) - Static method in class com.gpudb.RecordObject
-
Gets the
RecordObject.Typeobject corresponding to the metadata in the specifiedRecordObjectclass. - getTypeDefinition() - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type_definition (when changing a table, a new type may be created)
- getTypeDefinition() - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type_definition (when changing a table, a new type may be created)
- getTypeDefinition() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
A JSON string describing the columns of the created external table
- getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeRequest
-
a JSON string describing the columns of the type to be registered, as described above.
- getTypeDefinition() - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
typeDefinition. - getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
A JSON string describing the columns of the target table
- getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
A JSON string describing the columns of the target table
- getTypeDefinition() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
A JSON string describing the columns of the target table
- getTypeDescriptor(String) - Method in class com.gpudb.GPUdbBase
- getTypeExists() - Method in class com.gpudb.protocol.HasTypeResponse
-
Indicates whether the type exists or not.
- 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
-
return the type_id (when changing a table, a new type may be created)
- getTypeId() - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type_id (when changing a table, a new type may be created)
- getTypeId() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
ID of the currently registered table structure type for this external table
- getTypeId() - Method in class com.gpudb.protocol.CreateTableRequest
-
The type for the table, specified as either an existing table's numerical type ID (as returned by
GPUdb.createType) or a type definition (as described above). - getTypeId() - Method in class com.gpudb.protocol.CreateTableResponse
-
Value of
typeId. - getTypeId() - Method in class com.gpudb.protocol.CreateTypeResponse
-
An identifier representing the created type.
- getTypeId() - Method in class com.gpudb.protocol.HasTypeRequest
-
Id of the type returned in response to
GPUdb.createTyperequest. - getTypeId() - Method in class com.gpudb.protocol.HasTypeResponse
-
Value of
typeId. - getTypeId() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
ID of the currently registered table structure type for the target table
- getTypeId() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
ID of the currently registered table structure type for the target table
- getTypeId() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
ID of the currently registered table structure type for the target table
- getTypeId() - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Type id returned by a call to
GPUdb.createType. - getTypeId() - Method in class com.gpudb.protocol.ShowTypesRequest
-
Type Id returned in response to a call to
GPUdb.createType. - getTypeIds() - Method in class com.gpudb.protocol.ShowTableResponse
-
Type IDs of the respective tables in
tableNames. - 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
-
The user-defined description associated with the table's structure
- getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
The user-defined description associated with the target table's structure
- getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
The user-defined description associated with the target table's structure
- getTypeLabel() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
The user-defined description associated with the target table's structure
- getTypeLabels() - Method in class com.gpudb.protocol.ShowTableResponse
-
Type labels of the respective tables in
tableNames. - getTypeName() - Method in class com.gpudb.protocol.GetRecordsResponse
- getTypeName() - Method in class com.gpudb.protocol.RawGetRecordsResponse
- getTypeNames() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
The type IDs (one per series/track) of the returned series/tracks.
- getTypeNames() - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
The type IDs of the corresponding records in
dataorrecordsJson. - getTypeNames() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The type IDs (one per series/track) of the returned series/tracks.
- getTypeNames() - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
The type IDs of the corresponding records in
recordsBinaryorrecordsJson. - getTypeObjectMap(Class<T>) - Method in class com.gpudb.GPUdbBase
- getTypeProperties() - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
A mapping of each external table column name to an array of column properties associated with that column
- getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- getTypeProperties() - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- getTypes() - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Type of system alert, sorted from most recent to least recent.
- getTypes() - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to the type of that user/role.
- getTypeSchema() - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
JSON Avro schema of the table, for use in decoding published records.
- getTypeSchema() - Method in class com.gpudb.protocol.GetRecordsResponse
-
Avro schema of
dataorrecordsJson - getTypeSchema() - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Avro schema of
recordsBinaryorrecordsJson - getTypeSchemas() - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
The type schemas (one per series/track) of the returned series/tracks.
- getTypeSchemas() - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The type schemas (one per series/track) of the returned series/tracks.
- getTypeSchemas() - Method in class com.gpudb.protocol.ShowFunctionsResponse
- getTypeSchemas() - Method in class com.gpudb.protocol.ShowTableResponse
-
Type schemas of the respective tables in
tableNames. - getTypeSchemas() - Method in class com.gpudb.protocol.ShowTypesResponse
- getTypeSchemas() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- getUncommitted() - Method in class com.gpudb.protocol.ShowWalResponse
-
List of number of uncommitted entries.
- getUnshardedRebalancePercentComplete() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percentage of unsharded tables that completed rebalancing, out of all unsharded tables to rebalance.
- getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterDatasinkResponse
-
Map of values updated
- getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterDatasourceResponse
-
Map of values updated
- getUpdatedPropertiesMap() - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
-
Map of values updated; for speed tests, a map of values measured to the measurement
- 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
-
Value of the upper bound (inclusive).
- 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
nullif 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
nullif multiple failover URLs all failed. - getUrls() - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
-
List of URLs to upload, for each respective file in
fileNames. - 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.
- 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
-
Name of the remote system user; may be an empty string
- getUsers() - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
User that created each directory for the respective directories in
directories - getUsers() - Method in class com.gpudb.protocol.ShowFilesResponse
-
User that created the file
- getUserStopped() - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether a user stopped this operation at any point while in progress.
- 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.AlterBackupRequest
-
Value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
The value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.AlterModelRequest
- getValue() - Method in class com.gpudb.protocol.AlterModelResponse
- getValue() - Method in class com.gpudb.protocol.AlterRoleRequest
-
The value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.AlterSchemaRequest
-
The value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.AlterTableRequest
-
The value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.AlterTableResponse
-
The value of the modification that was performed.
- getValue() - Method in class com.gpudb.protocol.AlterUserRequest
-
The value of the modification, depending on
action. - getValue() - Method in class com.gpudb.protocol.FilterByValueRequest
-
The value to search for.
- getValueColumnName() - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the value-column for which statistics are to be computed.
- getValueColumnName() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the value column name.
- getValueColumnName() - Method in class com.gpudb.protocol.VisualizeImageContourRequest
- getValueColumnName() - Method in class com.gpudb.protocol.VisualizeImageHeatmapRequest
- getValuesAsVector() - Static method in enum com.gpudb.GPUdbBase.HASynchronicityMode
- getValueStr() - Method in class com.gpudb.protocol.FilterByValueRequest
-
The string value to search for.
- getVariableColumnName() - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the variable/parameter column name.
- getVector(int) - Method in class com.gpudb.RecordBase
-
For byte columns with a vector property, return a native Java array of float.
- getVector(String) - Method in class com.gpudb.RecordBase
-
For byte columns with a vector property, return a native Java array of float.
- getVectorDimensions() - Method in class com.gpudb.Type.Column
-
Get vector datatype dimensions, -1 if not a vector
- 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
-
True if no errors were found, false otherwise.
- getVersion() - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Get the four-component version.
- getVersion() - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Current shard array version number.
- getViewId() - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Value of view_id.
- getViewName() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByListRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByRangeRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByStringRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByTableRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterByValueRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- getViewName() - Method in class com.gpudb.protocol.FilterRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- 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
-
Weights represent a method of informing the graph solver of the cost of including a given edge in a solution.
- getWeights() - Method in class com.gpudb.protocol.ModifyGraphRequest
- getWeightsOnEdges() - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional weights to apply to the edges of an existing graph.
- getWeightsOnEdges() - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Additional weights to apply to the edges of an existing graph.
- getWidth() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getWidth() - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Width of the generated image in pixels.
- getWidth() - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Width of the image as provided in
width. - 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
-
Width of the image as provided in
WIDTH. - getWorkerRankUrls() - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
- getWorldTableName() - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Name of the table containing the complete series/track information to be returned for the tracks present in the
tableName, in [schema_name.]table_name format, using standard name resolution rules. - 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
-
Value of the longitude of the center.
- getXCenter() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Value of the longitude of the center.
- getXColumnName() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Name of the column containing the x coordinates of the points for the operation being performed.
- getXColumnName() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Name of a numeric column on which the trigger is activated.
- getXColumnName() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the column containing the x values to be filtered.
- getXColumnName() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of the column on which to perform the bounding box query.
- getXColumnName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the column to be used for the x-coordinate (the longitude) of the center.
- 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
-
Names of the columns containing the data mapped to the x axis of a chart.
- getXOffset() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
- getXVector() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Array of x coordinates of the resulting convex set.
- getXVector() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
The respective coordinate values for the region on which the trigger is activated.
- getXVector() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
List of x coordinates of the vertices of the polygon representing the area to be filtered.
- getXVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
List of x coordinates of the vertices of the polygon representing the area to be filtered.
- getY() - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- getYCenter() - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Value of the latitude of the center.
- getYCenter() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Value of the latitude of the center.
- getYColumnName() - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Name of the column containing the y coordinates of the points for the operation being performed.
- getYColumnName() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Name of a second numeric column on which the trigger is activated.
- getYColumnName() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the column containing the y values to be filtered.
- getYColumnName() - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of a column on which to perform the bounding box query.
- getYColumnName() - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the column to be used for the y-coordinate-the latitude-of the center.
- 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
-
Names of the columns containing the data mapped to the y axis of a chart.
- getYOffset() - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
- getYVector() - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Array of y coordinates of the resulting convex set.
- getYVector() - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
The respective coordinate values for the region on which the trigger is activated.
- getYVector() - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
List of y coordinates of the vertices of the polygon representing the area to be filtered.
- getYVector() - Method in class com.gpudb.protocol.FilterByAreaRequest
-
List of y coordinates of the vertices of the polygon representing the area to be filtered.
- 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
GPUdbinstance for the GPUdb server at the specified URL using default options. - GPUdb(String, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
-
Creates a
GPUdbinstance for the GPUdb server at the specified URL using the specified options. - GPUdb(URL) - Constructor for class com.gpudb.GPUdb
-
Creates a
GPUdbinstance for the GPUdb server at the specified URL using default options. - GPUdb(URL, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
-
Creates a
GPUdbinstance for the GPUdb server at the specified URL using the specified options. - GPUdb(List<URL>) - Constructor for class com.gpudb.GPUdb
-
Creates a
GPUdbinstance for the GPUdb server with the specified URLs using default options. - GPUdb(List<URL>, GPUdbBase.Options) - Constructor for class com.gpudb.GPUdb
-
Creates a
GPUdbinstance 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.FailbackOptions - Class in com.gpudb
- 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 methodGPUdbBase.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
GPUdbExceptionwith the specified message. - GPUdbException(String, boolean) - Constructor for exception com.gpudb.GPUdbException
-
Creates a new
GPUdbExceptionwith the specified message and a boolean flag indicating if a connection failure caused this exception. - GPUdbException(String, Throwable) - Constructor for exception com.gpudb.GPUdbException
-
Creates a new
GPUdbExceptionwith the specified message and cause. - GPUdbException(String, Throwable, boolean) - Constructor for exception com.gpudb.GPUdbException
-
Creates a new
GPUdbExceptionwith the specified message, a cause, 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.GPUdbExitExceptionwith the specified message. - GPUdbExitException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbExitException
-
Creates a new
GPUdbBase.GPUdbExitExceptionwith the specified message and cause. - GPUdbFailoverDisabledException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbFailoverDisabledException
-
Creates a new
GPUdbBase.GPUdbFailoverDisabledExceptionwith the specified message. - GPUdbFailoverDisabledException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbFailoverDisabledException
-
Creates a new
GPUdbBase.GPUdbFailoverDisabledExceptionwith 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) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler
-
Constructs a
GPUdbFileHandlerobject that allows the user to upload and download files using defaultGPUdbFileHandler.Options. - GPUdbFileHandler(GPUdb, GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler
-
Constructs a
GPUdbFileHandlerobject that allows the user to upload and download files. - GPUdbFileHandler.Options - Class in com.gpudb.filesystem
-
This class models the options available for modifying some behaviors of the
GPUdbFileHandlerclass. - 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.GPUdbHAUnavailableExceptionwith the specified message. - GPUdbHAUnavailableException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHAUnavailableException
-
Creates a new
GPUdbBase.GPUdbHAUnavailableExceptionwith the specified message and cause. - GPUdbHostnameRegexFailureException(String) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHostnameRegexFailureException
-
Creates a new
GPUdbBase.GPUdbHostnameRegexFailureExceptionwith the specified message. - GPUdbHostnameRegexFailureException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbHostnameRegexFailureException
-
Creates a new
GPUdbBase.GPUdbHostnameRegexFailureExceptionwith 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 - GPUdbSqlIterator(GPUdb, String, 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.GPUdbUnauthorizedAccessExceptionwith the specified message. - GPUdbUnauthorizedAccessException(String, Throwable) - Constructor for exception com.gpudb.GPUdbBase.GPUdbUnauthorizedAccessException
-
Creates a new
GPUdbBase.GPUdbUnauthorizedAccessExceptionwith the specified message and cause. - GPUdbVersion(int, int, int, int) - Constructor for class com.gpudb.GPUdbBase.GPUdbVersion
-
Creates a
GPUdbBase.GPUdbVersionwith a 4-component version number. - GPUdbVersion(int, int, int, int, long) - Constructor for class com.gpudb.GPUdbBase.GPUdbVersion
-
Creates a
GPUdbBase.GPUdbVersionwith a 5-component version number. - 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
-
Grants a credential-level permission to a user or role.
- grantPermissionCredential(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Grants a credential-level permission to a user or role.
- GrantPermissionCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.grantPermissionCredential. - 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
-
A set of string constants for the
GrantPermissionCredentialRequestparameterpermission. - GrantPermissionCredentialResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionCredential. - GrantPermissionCredentialResponse() - Constructor for class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Constructs a GrantPermissionCredentialResponse object with default parameters.
- grantPermissionDatasource(GrantPermissionDatasourceRequest) - Method in class com.gpudb.GPUdb
-
Grants a data source permission to a user or role.
- grantPermissionDatasource(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Grants a data source permission to a user or role.
- GrantPermissionDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.grantPermissionDatasource. - 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
-
A set of string constants for the
GrantPermissionDatasourceRequestparameterpermission. - GrantPermissionDatasourceResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionDatasource. - GrantPermissionDatasourceResponse() - Constructor for class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Constructs a GrantPermissionDatasourceResponse object with default parameters.
- grantPermissionDirectory(GrantPermissionDirectoryRequest) - Method in class com.gpudb.GPUdb
-
Grants a KiFS directory-level permission to a user or role.
- grantPermissionDirectory(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Grants a KiFS directory-level permission to a user or role.
- GrantPermissionDirectoryRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.grantPermissionDirectory. - 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
-
A set of string constants for the
GrantPermissionDirectoryRequestparameterpermission. - GrantPermissionDirectoryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionDirectory. - 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
-
A set of parameters for
GPUdb.grantPermissionProc. - 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
-
A set of string constants for the
GrantPermissionProcRequestparameterpermission. - GrantPermissionProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionProc. - GrantPermissionProcResponse() - Constructor for class com.gpudb.protocol.GrantPermissionProcResponse
-
Constructs a GrantPermissionProcResponse object with default parameters.
- GrantPermissionRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.grantPermission. - 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
-
A set of string constants for the
GrantPermissionRequestparameterobjectType. - GrantPermissionRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
GrantPermissionRequestparameteroptions. - GrantPermissionRequest.Permission - Class in com.gpudb.protocol
-
A set of string constants for the
GrantPermissionRequestparameterpermission. - GrantPermissionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermission. - 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
-
A set of parameters for
GPUdb.grantPermissionSystem. - 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
-
A set of string constants for the
GrantPermissionSystemRequestparameterpermission. - GrantPermissionSystemResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionSystem. - 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
-
A set of parameters for
GPUdb.grantPermissionTable. - 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
-
A set of string constants for the
GrantPermissionTableRequestparameteroptions. - GrantPermissionTableRequest.Permission - Class in com.gpudb.protocol
-
A set of string constants for the
GrantPermissionTableRequestparameterpermission. - GrantPermissionTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.grantPermissionTable. - 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() - 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. - 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 name resolution rules and meeting table naming criteria.
- 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 name resolution rules and meeting table naming criteria.
- 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
- HA_CONSUMER_REPLAY_OFFSET - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Initializes HA replay from the given timestamp (as milliseconds since unix epoch).
- 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 - com.gpudb.filesystem.ingest.PartitionType
- HASH - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Use hash partitioning.
- HASH - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Using hash partitioning.
- 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.GPUdbVersion
- 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.AdminHaOfflineRequest
- hashCode() - Method in class com.gpudb.protocol.AdminHaOfflineResponse
- 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.AdminRepairTableRequest
- hashCode() - Method in class com.gpudb.protocol.AdminRepairTableResponse
- hashCode() - Method in class com.gpudb.protocol.AdminSendAlertRequest
- hashCode() - Method in class com.gpudb.protocol.AdminSendAlertResponse
- 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.AlterBackupRequest
- hashCode() - Method in class com.gpudb.protocol.AlterBackupResponse
- 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.AlterWalRequest
- hashCode() - Method in class com.gpudb.protocol.AlterWalResponse
- 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.ClearTablesRequest
- hashCode() - Method in class com.gpudb.protocol.ClearTablesResponse
- 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.CreateBackupRequest
- hashCode() - Method in class com.gpudb.protocol.CreateBackupResponse
- hashCode() - Method in class com.gpudb.protocol.CreateCatalogRequest
- hashCode() - Method in class com.gpudb.protocol.CreateCatalogResponse
- 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.DropBackupRequest
- hashCode() - Method in class com.gpudb.protocol.DropBackupResponse
- hashCode() - Method in class com.gpudb.protocol.DropCatalogRequest
- hashCode() - Method in class com.gpudb.protocol.DropCatalogResponse
- 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.ExportQueryMetricsRequest
- hashCode() - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
- 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.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.RestoreBackupRequest
- hashCode() - Method in class com.gpudb.protocol.RestoreBackupResponse
- 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.ShowBackupRequest
- hashCode() - Method in class com.gpudb.protocol.ShowBackupResponse
- 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.ShowWalRequest
- hashCode() - Method in class com.gpudb.protocol.ShowWalResponse
- hashCode() - Method in class com.gpudb.protocol.SolveGraphRequest
- hashCode() - Method in class com.gpudb.protocol.SolveGraphResponse
- 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
-
A set of parameters for
GPUdb.hasPermission. - 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
-
A set of string constants for the
HasPermissionRequestparameterobjectType. - HasPermissionRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
HasPermissionRequestparameteroptions. - HasPermissionRequest.Permission - Class in com.gpudb.protocol
-
A set of string constants for the
HasPermissionRequestparameterpermission. - HasPermissionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.hasPermission. - HasPermissionResponse() - Constructor for class com.gpudb.protocol.HasPermissionResponse
-
Constructs a HasPermissionResponse object with default parameters.
- HasPermissionResponse.HasPermission - Class in com.gpudb.protocol
-
A set of string constants for the
HasPermissionResponseparameterhasPermission. - 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() - 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. - HasProcResponse() - Constructor for class com.gpudb.protocol.HasProcResponse
-
Constructs a HasProcResponse object with default parameters.
- HasProcResponse.ProcExists - Class in com.gpudb.protocol
-
A set of string constants for the
HasProcResponseparameterprocExists. - 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() - 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
-
A set of string constants for the
HasRoleRequestparameteroptions. - HasRoleResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.hasRole. - HasRoleResponse() - Constructor for class com.gpudb.protocol.HasRoleResponse
-
Constructs a HasRoleResponse object with default parameters.
- HasRoleResponse.HasRole - Class in com.gpudb.protocol
-
A set of string constants for the
HasRoleResponseparameterhasRole. - HasRoleResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
HasRoleResponseparameterinfo. - 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() - 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. - HasSchemaResponse() - Constructor for class com.gpudb.protocol.HasSchemaResponse
-
Constructs a HasSchemaResponse object with default parameters.
- HasSchemaResponse.SchemaExists - Class in com.gpudb.protocol
-
A set of string constants for the
HasSchemaResponseparameterschemaExists. - 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() - 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. - HasTableResponse() - Constructor for class com.gpudb.protocol.HasTableResponse
-
Constructs a HasTableResponse object with default parameters.
- HasTableResponse.TableExists - Class in com.gpudb.protocol
-
A set of string constants for the
HasTableResponseparametertableExists. - 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() - 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. - HasTypeResponse() - Constructor for class com.gpudb.protocol.HasTypeResponse
-
Constructs a HasTypeResponse object with default parameters.
- HasTypeResponse.TypeExists - Class in com.gpudb.protocol
-
A set of string constants for the
HasTypeResponseparametertypeExists. - 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.
- HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Use kerberos authentication for the given HDFS cluster.
- HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Use kerberos authentication for the given HDFS cluster.
- HDFS_USE_KERBEROS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Use kerberos authentication for the given HDFS cluster.
- 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
generateImageis set toTRUE, 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.
- HNSW - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Create or delete an HNSW index on a vector column
- 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 - com.gpudb.filesystem.ingest.ErrorHandlingMode
- 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 bytableName) with a primary key, only used when not in upsert mode (upsert mode is disabled whenUPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when primary key record collisions are rejected (
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when not in upsert mode (upsert mode is disabled when
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when primary key record collisions are rejected (
UPDATE_ON_EXISTING_PKisFALSE). - 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 primary key, only used when primary key record collisions are rejected (
UPDATE_ON_EXISTING_PKisFALSE). - 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).
- INCREMENTAL - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupType
-
Snapshot of changes in the database objects and data since the last snapshot of any kind.
- 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_OPTIONS - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Options to use when creating an index, in the format "key: value [, key: value [, ...]]".
- INDEX_TYPE - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Type of index to create, when
actionisCREATE_INDEX; to refresh, whenactionisREFRESH_INDEX; or to delete, whenactionisDELETE_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
- INFO - Static variable in class com.gpudb.protocol.AdminSendAlertRequest.LogLevel
- ingest(List<String>, String, IngestOptions, TableCreationOptions) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Uploads and ingests multiple files from the given local paths to a given table.
- ingestFromFiles() - Method in class com.gpudb.filesystem.ingest.FileIngestor
-
This method uploads the files using the
FileIngestor.fileUploaderobject and calls the methodGPUdb.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 - com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
- 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(List<T>) - Method in class com.gpudb.BulkInserter
-
Queues a list of records for insertion into GPUdb.
- insert(T) - Method in class com.gpudb.BulkInserter
-
Queues a record 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
- 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(TypeObjectMap<TRequest>, String, List<TRequest>, Map<String, String>) - 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.
- 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
-
A set of parameters for
GPUdb.insertRecordsFromFiles. - 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
-
A set of string constants for the
InsertRecordsFromFilesRequestparametercreateTableOptions. - InsertRecordsFromFilesRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
InsertRecordsFromFilesRequestparameteroptions. - InsertRecordsFromFilesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertRecordsFromFiles. - 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
-
A set of parameters for
GPUdb.insertRecordsFromPayload. - 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
-
A set of string constants for the
InsertRecordsFromPayloadRequestparametercreateTableOptions. - InsertRecordsFromPayloadRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
InsertRecordsFromPayloadRequestparameteroptions. - InsertRecordsFromPayloadResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertRecordsFromPayload. - 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
-
A set of parameters for
GPUdb.insertRecordsFromQuery. - 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
-
A set of string constants for the
InsertRecordsFromQueryRequestparametercreateTableOptions. - InsertRecordsFromQueryRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
InsertRecordsFromQueryRequestparameteroptions. - InsertRecordsFromQueryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertRecordsFromQuery. - 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
-
A set of parameters for
GPUdb.insertRecordsRandom. - 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
-
A set of string constants for the
InsertRecordsRandomRequestparameteroptions. - InsertRecordsRandomResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertRecordsRandom. - 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
-
A set of parameters for
GPUdb.insertRecords. - 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
-
A set of string constants for the
InsertRecordsRequestparameteroptions. - InsertRecordsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertRecords. - InsertRecordsResponse() - Constructor for class com.gpudb.protocol.InsertRecordsResponse
-
Constructs an InsertRecordsResponse object with default parameters.
- InsertRecordsResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
InsertRecordsResponseparameterinfo. - 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
-
A set of parameters for
GPUdb.insertSymbol. - 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
-
A set of string constants for the
InsertSymbolRequestparameteroptions. - InsertSymbolRequest.SymbolFormat - Class in com.gpudb.protocol
-
A set of string constants for the
InsertSymbolRequestparametersymbolFormat. - InsertSymbolResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.insertSymbol. - 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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.
- INTEGER - com.gpudb.Type.Column.ColumnBaseType
- INTEGER - com.gpudb.Type.Column.ColumnType
- 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 additional weight over the edges labeled as 'intersection' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - INTERSECTION_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
This will add an additional weight over the edges labeled as 'intersection' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - INTERSECTS - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
-
Matches records that intersect the given WKT.
- INTERVAL - com.gpudb.filesystem.ingest.PartitionType
- INTERVAL - Static variable in class com.gpudb.protocol.AggregateHistogramRequest.Options
-
The interval parameter for char types.
- INTERVAL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
- INTERVAL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
- INTERVAL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
- INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
- INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
- INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
- INTERVAL - Static variable in class com.gpudb.protocol.InsertRecordsRandomRequest.Options
-
If specified, generate values for all columns evenly spaced with the given interval value.
- INTERVAL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Using interval partitioning
- 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_SOLVESsolver 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
filesystemAPI. - IoTask(GPUdb, String, MultiPartDownloadInfo, DownloadOptions) - Constructor for class com.gpudb.filesystem.common.IoTask
-
Constructs a task for downloading a part of a multi-part download.
- IoTask(GPUdb, String, MultiPartUploadInfo, UploadOptions, long, ByteBuffer) - Constructor for class com.gpudb.filesystem.common.IoTask
-
Constructs a task for uploading a part of a multi-part upload.
- IPV4 - com.gpudb.Type.Column.ColumnType
- 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.createSchemato 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
- IS_REPLICATED - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
- IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
If
TRUEthen 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 distribution scheme for the table's data.
- IS_REPLICATED - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Affects the distribution scheme for the table's data.
- IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Affects the distribution scheme for the table's data.
- IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Affects the distribution scheme for the table's data.
- IS_REPLICATED - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Affects the distribution scheme for the table's data.
- IS_REPLICATED - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
-
If set to
TRUE, replicate theSOLVE_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 memory-only table.
- IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Indicates whether the table is a memory-only table.
- IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Indicates whether the table is a memory-only table.
- IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Indicates whether the table is a memory-only table.
- IS_RESULT_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Indicates whether the table is a memory-only table.
- 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.
- isArray() - Method in class com.gpudb.Type.Column
-
Determine if the column is an Array type
- 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
- isDecimal() - Method in class com.gpudb.Type.Column
- isDoingWorkerLookup() - Method in class com.gpudb.RecordRetriever
- isEqualTo(int, int, int, int) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is equal to the one represented by the four given version components.
- isEqualTo(int, int, int, int, long) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is equal to the one represented by the five given version components.
- isEqualTo(GPUdbBase.GPUdbVersion) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is equal to the given version.
- isFlushWhenFull() - Method in class com.gpudb.BulkInserter.FlushOptions
- isIntraClusterFailoverEnabled() - Static method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.Get whether intra-cluster failover is enabled
- isKineticaRunning(URL) - Method in class com.gpudb.GPUdbBase
-
Verifies that GPUdb is running at the given URL (does not do any HA failover).
- 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
-
Determine whether this version is newer than the one represented by the four given version components (not equal to).
- isNewerThan(int, int, int, int, long) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is newer than the one represented by the five given version components (not equal to).
- isNewerThan(GPUdbBase.GPUdbVersion) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is newer than the given version (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
-
Determine whether this version is older than the one represented by the four given version components (not equal to).
- isOlderThan(int, int, int, int, long) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is older than the one represented by the five given version components (not equal to).
- isOlderThan(GPUdbBase.GPUdbVersion) - Method in class com.gpudb.GPUdbBase.GPUdbVersion
-
Determine whether this version is older than the given version (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
- isVector() - Method in class com.gpudb.Type.Column
-
Determine if the column is a Vector type
- 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
Name of the JDBC driver class
- 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
JDBC driver jar file location.
- 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_ID - Static variable in class com.gpudb.protocol.ExportQueryMetricsRequest.Options
-
Export query metrics for the currently running job
- 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.
- 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
- JOIN_COLUMN_NAMES - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
-
A comma-separated list of columns or expressions to include from the joined tables.
- JOIN_EXPRESSIONS - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
-
Optional filter or join expressions to apply when combining the tables.
- JOIN_TABLE_NAMES - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
-
A comma-separated list of tables (optionally with aliases) to include in the join.
- JOIN_WINDOW_FUNCTIONS - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
If set, window functions which require a reshard will be computed separately and joined back together, if the width of the projection is greater than the join_window_functions_threshold.
- JOIN_WINDOW_FUNCTIONS_THRESHOLD - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
If the projection is greater than this width (in bytes), then window functions which require a reshard will be computed separately and joined back together.
- 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 - com.gpudb.filesystem.ingest.FileType
- JSON - com.gpudb.Type.Column.ColumnType
- JSON - Static variable in class com.gpudb.ColumnProperty
-
Valid only for 'string' columns.
- 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.CreateTypeRequest.Properties
-
Valid only for 'string' columns.
- JSON - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Encoding
- JSON - Static variable in class com.gpudb.protocol.ExportQueryMetricsRequest.Options
-
Generic json output
- 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.
- JSON_TRACE_EVENT - Static variable in class com.gpudb.protocol.ExportQueryMetricsRequest.Options
-
Chromium/Perfetto trace event format
- 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
destinationis 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
DESTINATIONinoptionsis 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
- 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_DIRECTORY_DATA_LIMIT - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
The default maximum capacity to apply when creating a KiFS directory (bytes).
- KIFS_PATH_PREFIX - Static variable in class com.gpudb.filesystem.GPUdbFileHandler
-
Prefix to use when referencing KiFS files; e.g., for purposes for file ingest.
- KIFS_PATH_SEPARATOR - Static variable in class com.gpudb.filesystem.GPUdbFileHandler
-
Separator character between a KiFS directory and KiFS file name.
- kifsDirectoriesExist(Set<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Checks whether the given KiFS directories exist or not.
- kifsDirectoryExists(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Checks whether the given KiFS directory 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
-
Checks whether the given 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() - 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
-
A set of string constants for the
KillProcRequestparameteroptions. - KillProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.killProc. - 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() - Method in annotation type com.gpudb.RecordObject.Type
-
The label of the GPUdb type.
- 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_LABELSis set toTRUE, 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_LABELSis set toTRUE, 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_LABELSis set toTRUE, 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_LABELSis set toTRUE, this value determines the distance (in multiples of theLABELS_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_LABELSis set toTRUE, 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_LABELSis set toTRUE, a search window is used to rate the local quality of each isoline. - LAST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Ranking
-
Make this resource group the new last one in the ordering
- LAST - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Ranking
-
Make this resource group the new last one in the ordering
- LAST_ALTER_BY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User that last altered this table or view.
- LAST_ALTER_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Time (UTC) when this table or view was last altered.
- LAST_READ_BY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User that last read this table or view.
- LAST_READ_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Time (UTC) when this table or view was last read.
- LAST_REFRESH_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
For materialized view the datetime string indicating the last time the view was refreshed.
- LAST_WRITE_BY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User that last wrote to this table.
- LAST_WRITE_TIME - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Time (UTC) when this table was last written.
- 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). - 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.
- LAZY - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
Rebuild the necessary materialized views at start, and load the remainder lazily.
- LAZY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Generate the necessary primary key index data at start, and load the remainder lazily.
- LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
This will add an additional weight over the edges labeled as 'left turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - LEFT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
This will add an additional weight over the edges labeled as 'left turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas 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.ExportQueryMetricsRequest.Options
-
Record limit per file for multi query export
- 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 - com.gpudb.filesystem.ingest.PartitionType
- LIST - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Use list partitioning.
- LIST - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Using manual list partitioning
- 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.
- LOAD_VECTORS_POLICY - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Set startup data loading scheme for the table.
- 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
-
Checks if a local directory exists or not.
- localFileExists(String) - Static method in class com.gpudb.filesystem.common.FileOperation
-
Checks if a local file exists or not.
- 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.
- LOCKED - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
- 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() - 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
-
A set of string constants for the
LockTableRequestparameterlockType. - LockTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.lockTable. - 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.
- LOG_DEBUG_JOB_INFO - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Outputs various job-related information to the rank logs.
- 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
- LONG - com.gpudb.Type.Column.ColumnBaseType
- LONG - com.gpudb.Type.Column.ColumnType
- LONG_HASH - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
When true use 128 bit hash for union-distinct, except, except_all, intersect and intersect_all modes.
- LOW_CARDINALITY - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Create a low-cardinality column (attribute) index.
- 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.
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.alterTablewith 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.alterTableon this table. - MARKOV_CHAIN - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
-
Matches
samplePointsto 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
samplePointssource 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_EMBEDDING - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
-
Creates vector node embeddings
- MATCH_ISOCHRONE - Static variable in class com.gpudb.protocol.MatchGraphRequest.SolveMethod
-
Solves for isochrones for a set of input sources
- 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
samplePointsto 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
samplePointsto 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() - 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
-
A set of string constants for the
MatchGraphRequestparameteroptions. - MatchGraphRequest.SolveMethod - Class in com.gpudb.protocol
-
A set of string constants for the
MatchGraphRequestparametersolveMethod. - MatchGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.matchGraph. - 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_DEMANDsolver 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_CONSECUTIVE_INVALID_SCHEMA_FAILURE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Max records to skip due to schema related errors, before failing
- MAX_CONSECUTIVE_INVALID_SCHEMA_FAILURE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Max records to skip due to schema related errors, before failing
- MAX_CONSECUTIVE_INVALID_SCHEMA_FAILURE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Max records to skip due to schema related errors, before failing
- 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, per rank, 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, per rank, for this group.
- MAX_DATA - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
-
Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group.
- MAX_DATA - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.Options
-
Maximum amount of data, per rank, in bytes, that can be used by all database objects within this group.
- MAX_GET_RECORDS_SIZE - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
The maximum number of records the database will serve for a given data retrieval call.
- MAX_GRID_SIZE - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.Options
- MAX_HOPS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SIMILARITYandMATCH_EMBEDDINGsolvers only. - MAX_INCREMENTAL_BACKUPS_TO_KEEP - Static variable in class com.gpudb.protocol.AlterBackupRequest.Action
-
Maximum number of incremental snapshots to keep, when taking future snapshots; set
valueto the number of snapshots to keep. - MAX_INCREMENTAL_BACKUPS_TO_KEEP - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Maximum number of incremental snapshots to keep.
- MAX_ITERATIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
For
PAGE_RANKsolvers only; Maximum number of page rank 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_LOOPSsolver only. - MAX_MEMORY - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.TierAttributes
-
Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier.
- MAX_MEMORY - Static variable in class com.gpudb.protocol.CreateResourceGroupRequest.TierAttributes
-
Maximum amount of memory usable at one time, per rank, per GPU, for the VRAM tier; or maximum amount of memory usable at one time, per rank, for the RAM tier.
- 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_CLUSTERSandMATCH_EMBEDDINGsolvers only. - MAX_NUM_COMBINATIONS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
For
MULTIPLE_ROUTINGsolvers only; sets the cap on the combinatorial sequences generated. - MAX_NUM_THREADS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MARKOV_CHAINsolver 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. - 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_RADIUS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_ISOCHRONEsolver only. - 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 ofBATCH_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 ofBATCH_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
CENTRALITYsolvers 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_SEGMENT_SIZE - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Maximum size of an individual segment file
- MAX_SOLUTION_RADIUS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
- MAX_SOLUTION_TARGETS - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
- MAX_STOPS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver only. - MAX_STRING - Static variable in class com.gpudb.protocol.AggregateMinMaxResponse.Info
-
The maximum value of
columnName, stored as a byte vector - MAX_SUPPLY_COMBINATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver 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_DEMANDandMATCH_PICKUP_DROPOFFsolvers only. - MAX_VECTOR_DIMENSION - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - MAX_VIRTUAL_CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Maximum number of records per virtual-chunk.
- MEAN - Static variable in class com.gpudb.protocol.AggregateStatisticsRequest.Stats
-
Arithmetic mean (average), equivalent to sum/count.
- MEMORY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
In-memory primary key
- 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 - Static variable in class com.gpudb.protocol.AlterBackupRequest.Action
-
Merges all snapshots within a backup and creates a single full snapshot.
- 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.
- MethodHandler(Method, Method) - Constructor for class com.gpudb.TypeObjectMap.MethodHandler
-
Creates a
TypeObjectMap.MethodHandlerfor 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_LOOPSsolver 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
- MIN_STRING - Static variable in class com.gpudb.protocol.AggregateMinMaxResponse.Info
-
The minimum value of
columnName, stored as a byte vector. - MIN_VIRTUAL_CHUNK_SIZE - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Minimum number of records per virtual-chunk.
- MODE - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
The mode describes what rows of the tables being unioned will be retained.
- MODE - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
- 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() - 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
-
A set of string constants for the
ModifyGraphRequestparameteroptions. - ModifyGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.modifyGraph. - ModifyGraphResponse() - Constructor for class com.gpudb.protocol.ModifyGraphResponse
-
Constructs a ModifyGraphResponse object with default parameters.
- MONITOR - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- MONITOR - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
-
Monitor logs and statistics.
- MONITOR - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
-
Monitor logs and statistics.
- MONITOR - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
- MONITOR - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
-
Monitor logs and statistics.
- 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
monitorIdsandtableNames. - MOVE_TO_COLLECTION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
[DEPRECATED--please use
MOVE_TO_SCHEMAand useGPUdb.createSchemato create the schema if non-existent] Moves a table or view into a schema namedvalue. - MOVE_TO_SCHEMA - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Moves a table or view into a schema named
value. - MULTI_STEP - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver only. - MULTIPART_OPERATION - Static variable in class com.gpudb.protocol.UploadFilesRequest.Options
-
Multipart upload operation to perform.
- 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
filesystemAPI. - 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
- name() - Method in annotation type com.gpudb.RecordObject.Column
-
The name of the column.
- namesOfFilesUploaded - Variable in class com.gpudb.filesystem.common.FileOperation
-
The list of files uploaded, used by the
FileIngestorto insert records from the uploaded files into the database. - NESTED - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
-
Records are returned as an array per message
- NESTED - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Records are returned as an array per message
- 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 behavior) and a new balanced graph will be created under this given name.
- newInstance() - Method in class com.gpudb.Type
-
Creates a new
Recordbased 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; optimization needed for large overlapped equi-join stencils. - NO_COUNT - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
Return a count of 0 for the union table response to avoid the cost of counting; optimization needed for many chunk virtual_union's.
- 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. - 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
- NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ClearTablesRequest.Options
-
If
TRUEand if a table specified intableNamesdoes 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. - 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. - NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DropBackupRequest.Options
-
Whether or not to suppress the error if the specified backup does not exist.
- NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DropEnvironmentRequest.Options
-
If
TRUEand if the environment specified inenvironmentNamedoes not exist, no error is returned. - NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.DropSchemaRequest.Options
-
If
TRUEand if the schema specified inschemaNamedoes not exist, no error is returned. - NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.HasPermissionRequest.Options
- NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.HasRoleRequest.Options
- NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
Whether or not to suppress the error if the specified backup does not exist.
- NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowEnvironmentRequest.Options
-
If
TRUEand if the environment specified inenvironmentNamedoes not exist, no error is returned. - NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowSchemaRequest.Options
-
If
FALSEwill return an error if the providedschemaNamedoes 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.ShowStatisticsRequest.Options
-
If
TRUEand if the table names specified intableNamesdoes not exist, no error is returned. - NO_ERROR_IF_NOT_EXISTS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
- 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. - NONDISTRIBUTED - Static variable in class com.gpudb.protocol.ShowProcResponse.ExecutionModes
-
Nondistributed
- NONE - com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
- NONE - com.gpudb.GPUdbBase.HASynchronicityMode
- NONE - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Disables the WAL
- 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.RestoreBackupRequest.Options
-
If an object to be restored already exists with the same name, abort and return error.
- NONE - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
Don't show snapshot contents.
- 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_MODIFYING_COLUMNS - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Comma-separated list of null modifying column names.
- 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_ROUTINGsolvers 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_CLUSTERSsolver 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_CLUSTERSandMATCH_EMBEDDINGsolvers only. - NUM_OUTPUT_CLUSTERS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_CLUSTERSsolver 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.
- NVIDIA - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- NVIDIA_API_KEY - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
O
- OBJECT_FILES - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
Show backed-up object names, and for tables, sizing detail and associated files.
- OBJECT_NAMES - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
Show backed-up object names, and for tables, sizing detail.
- 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_DEMAND - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
Rebuild materialized views as requests use them.
- ON_DEMAND - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Generate primary key index data as requests use it.
- 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.alterTableon 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
- 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.
- OPENAI - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- OPENAI_API_KEY - Static variable in class com.gpudb.protocol.CreateCredentialRequest.Type
- 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
Resultwhich is used by the interfacesFileUploadListenerandFileDownloadListener - OPTIMIZATION_ERROR_TOLERANCE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - OPTIMIZATION_ITERATION_RATE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - OPTIMIZATION_MAX_ITERATIONS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - OPTIMIZATION_SAMPLING_SIZE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolver only. - OPTIMIZE_EMBEDDING_WEIGHTS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_EMBEDDINGsolvers only. - Option() - Constructor for class com.gpudb.filesystem.ingest.IngestOptions.Option
- Option() - Constructor for class com.gpudb.filesystem.ingest.TableCreationOptions.Option
- 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.filesystem.GPUdbFileHandler.Options
-
Create default file handling options.
- Options() - Constructor for class com.gpudb.GPUdbBase.Options
-
No-argument constructor needed for the copy constructor.
- Options(GPUdbFileHandler.Options) - Constructor for class com.gpudb.filesystem.GPUdbFileHandler.Options
-
Create file handling options as a copy of the given ones.
- 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() - Method in annotation type com.gpudb.RecordObject.Column
-
The order of the column relative to other columns.
- ORDER_BY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.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.AggregateUniqueRequest.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.AggregateUnpivotRequest.Options
-
Comma-separated list of the columns to be sorted by; e.g. 'timestamp asc, x desc'.
- 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. 'timestamp asc, x desc'.
- 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_CLASSES - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- ORDER_CLASSES - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- ORDER_COLUMN_NAME - Static variable in class com.gpudb.protocol.AggregateStatisticsByRangeRequest.Options
-
Name of the column used for candlestick charting techniques.
- ORDER_LAYERS - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- 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 - Static variable in class com.gpudb.protocol.ExportQueryMetricsResponse.Info
-
Exported metrics if no other destination specified
- OUTPUT_BATCH_SIZE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_LOOPSsolver 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_ALLsolvers 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_DEMANDsolver 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.
- OVERRIDE_NON_DEFAULT - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
If
TRUEtables with unique WAL settings will be overridden when applying a system level change. - 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 specified (or
PAGING_TABLE_TTLis set), the system will create a paging table to hold the results of the query, when the output has more records than are in the response (i.e., whenhasMoreRecordsisTRUE). - PAGING_TABLE_TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
-
Sets the TTL of the paging table
- PAIRED - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
- PAIRED - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
- PAIRED - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
- PAIRED_SIMILARITY - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SIMILARITYsolver only. - PARALLEL_EXECUTION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
-
If
FALSE, disables the parallel step execution of the given query. - PARQUET - com.gpudb.filesystem.ingest.FileType
- 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
-
Parses the given file paths into structured path components.
- PARTIAL_LOADING - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver 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
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Partitioning scheme to use.
- PARTITION_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Partitioning scheme used for this table.
- PartitionType - Enum in com.gpudb.filesystem.ingest
- 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(<median>) 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 - com.gpudb.filesystem.ingest.ErrorHandlingMode
- 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_DEMANDsolver only. - PERSIST - Static variable in class com.gpudb.protocol.AlterResourceGroupRequest.Options
-
If
TRUEand 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
TRUEthe system configuration will be written to disk upon successful application of this request. - PERSIST - Static variable in class com.gpudb.protocol.AlterTierRequest.Options
-
If
TRUEthe system configuration will be written to disk upon successful application of this request. - PERSIST - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
If
TRUEand 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.CreateMaterializedViewRequest.Options
- PERSIST - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
If
TRUE, then the projection specified inprojectionNamewill be persisted and will not expire unless aTTLis specified. - PERSIST - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
- PERSIST_EVICTIONS - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
- PIN_COUNT - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
- 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
- PIPELINED_EXPRESSION_EVALUATION - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
evaluate the group-by during last JoinedSet filter plan step.
- 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
- PK_CONFLICT_PREDICATE_HIGHER - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
-
The record with higher value for the column resolves the primary-key insert conflict.
- PK_CONFLICT_PREDICATE_HIGHER - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
-
The record with higher value for the column resolves the primary-key insert conflict.
- PK_CONFLICT_PREDICATE_HIGHER - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
-
The record with higher value for the column resolves the primary-key insert conflict.
- PK_CONFLICT_PREDICATE_LOWER - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
-
The record with lower value for the column resolves the primary-key insert conflict.
- PK_CONFLICT_PREDICATE_LOWER - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
-
The record with lower value for the column resolves the primary-key insert conflict.
- PK_CONFLICT_PREDICATE_LOWER - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
-
The record with lower value for the column resolves the primary-key insert conflict.
- 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. - POLLING_INTERVAL - Static variable in class com.gpudb.GPUdbBase.FailbackOptions
- pollingInterval - Variable in class com.gpudb.GPUdbBase.FailbackOptions
- 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. - PRGN - Static variable in class com.gpudb.protocol.VisualizeImageContourRequest.StyleOptions
- PRGN - Static variable in class com.gpudb.protocol.VisualizeImageHeatmapRequest.StyleOptions
- PRGN - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.StyleOptions
- PRIMARY_KEY - Static variable in class com.gpudb.ColumnProperty
-
This property indicates that this column will be part of (or the entire) primary key.
- PRIMARY_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
This property indicates that this column will be part of (or the entire) primary key.
- PRIMARY_KEY_TYPE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
The primary key type of the table (if it has a primary key).
- 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. EPSG Code).
- properties() - Method in annotation type com.gpudb.RecordObject.Column
-
A list of properties that are applicable to the column.
- 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
- PURGE - Static variable in class com.gpudb.protocol.AlterBackupRequest.Action
-
Deletes a snapshot from a backup; set
valueto the snapshot ID to purge. - 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(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.AdminHaOfflineRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AdminHaOfflineResponse
-
This method 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.AdminRepairTableRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AdminSendAlertResponse
-
This method 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.AlterBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AlterBackupResponse
-
This method 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.AlterWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.AlterWalResponse
-
This method 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.ClearTablesRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.ClearTablesResponse
-
This method 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.CreateBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.CreateBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.CreateCatalogResponse
-
This method 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.DropBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.DropBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.DropCatalogRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.DropCatalogResponse
-
This method 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.ExportQueryMetricsRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
This method 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.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.RestoreBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
This method supports the Avro framework and is not intended to be called directly by the user.
- 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.ShowBackupRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.ShowBackupResponse
-
This method 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.ShowWalRequest
-
This method supports the Avro framework and is not intended to be called directly by the user.
- put(int, Object) - Method in class com.gpudb.protocol.ShowWalResponse
-
This method 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.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(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.
- put(String, boolean) - Method in class com.gpudb.filesystem.ingest.IngestOptions
- 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(String, int) - 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.IngestOptions
- 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, Object) - Method in interface com.gpudb.Record
-
Sets the value of the specified field.
- put(String, Object) - Method in class com.gpudb.RecordBase
- put(String, String) - Method in class com.gpudb.filesystem.ingest.IngestOptions
- 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.
- putArray(int, Object) - Method in class com.gpudb.RecordBase
-
For string columns with array property, parse the value parameter which may be a String, List<?>, int[], Integer[], long[], Long[], float[], Float[], double[], Double[].
- putArray(String, Object) - Method in class com.gpudb.RecordBase
-
For string columns with array property, parse the value parameter which may be a String, List<?>, int[], Integer[], long[], Long[], float[], Float[], double[], Double[].
- putBytes(int, Object) - Method in class com.gpudb.RecordBase
-
For Byte columns, parse the value parameter which may be a ByteBuffer or byte[].
- putBytes(String, Object) - Method in class com.gpudb.RecordBase
-
For Byte columns, parse the value parameter which may be a ByteBuffer or byte[].
- putDateTime(int, Object) - Method in class com.gpudb.RecordBase
-
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.RecordBase
-
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(String, Object) - Method in class com.gpudb.RecordBase
-
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.RecordBase
-
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).
- putDecimal(String, Object) - Method in class com.gpudb.RecordBase
- putJson(int, Object) - Method in class com.gpudb.RecordBase
-
For String columns with json property, parse the value parameter which may be a String, or Map<String, String>.
- putJson(String, Object) - Method in class com.gpudb.RecordBase
-
For String columns with json property, parse the value parameter which may be a String, or Map<String, String>.
- putVector(int, Object) - Method in class com.gpudb.RecordBase
-
For bytes columns with vector property, parse the value parameter which may be a string, float[], Float[] or List<Float>.
- putVector(String, Object) - Method in class com.gpudb.RecordBase
-
For bytes columns with vector property, parse the value property which may be a string, float[], Float[] or List<Float>.
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_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(String) - Method in class com.gpudb.GPUdbBase
-
This method is used to send a SQL query to Kinetica and read the records in the returned GPUdbSqlIterator object.
- query(String, Object) - Method in class com.gpudb.GPUdbBase
-
This method is used to send a SQL query to Kinetica and read the records in the returned GPUdbSqlIterator object.
- query(String, Object, Map<String, String>) - Method in class com.gpudb.GPUdbBase
-
This method is used to send a SQL query to Kinetica and read the records in the returned GPUdbSqlIterator object.
- QUERY_ID - Static variable in class com.gpudb.protocol.CreateJobResponse.Info
-
A unique identifier for this job generated for use in tracing telemetry data
- 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 graph generated a-priori by
createGraphand 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 graph generated a-priori by
createGraphand 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() - 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
-
A set of string constants for the
QueryGraphRequestparameteroptions. - QueryGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.queryGraph. - 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_EVICTIONS - Static variable in class com.gpudb.protocol.ShowResourceObjectsRequest.Options
- 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.
- RANDOM - com.gpudb.GPUdbBase.HAFailoverOrder
- RANGE - com.gpudb.filesystem.ingest.PartitionType
- RANGE - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Use range partitioning.
- RANGE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Using range partitioning
- 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
-
A set of results returned by
GPUdb.aggregateGroupByRaw. - RawAggregateGroupByResponse() - Constructor for class com.gpudb.protocol.RawAggregateGroupByResponse
-
Constructs a RawAggregateGroupByResponse object with default parameters.
- RawAggregateGroupByResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
RawAggregateGroupByResponseparameterinfo. - RawAggregateUniqueResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateUniqueRaw. - RawAggregateUniqueResponse() - Constructor for class com.gpudb.protocol.RawAggregateUniqueResponse
-
Constructs a RawAggregateUniqueResponse object with default parameters.
- RawAggregateUniqueResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
RawAggregateUniqueResponseparameterinfo. - RawAggregateUnpivotResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.aggregateUnpivotRaw. - RawAggregateUnpivotResponse() - Constructor for class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Constructs a RawAggregateUnpivotResponse object with default parameters.
- RawAggregateUnpivotResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
RawAggregateUnpivotResponseparameterinfo. - RawExecuteSqlResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.executeSqlRaw. - RawExecuteSqlResponse() - Constructor for class com.gpudb.protocol.RawExecuteSqlResponse
-
Constructs a RawExecuteSqlResponse object with default parameters.
- RawExecuteSqlResponse.HasMoreRecords - Class in com.gpudb.protocol
-
A set of string constants for the
RawExecuteSqlResponseparameterhasMoreRecords. - RawExecuteSqlResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
RawExecuteSqlResponseparameterinfo. - RawGetRecordsByColumnResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsByColumnRaw. - RawGetRecordsByColumnResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Constructs a RawGetRecordsByColumnResponse object with default parameters.
- RawGetRecordsBySeriesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsBySeriesRaw. - RawGetRecordsBySeriesResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
Constructs a RawGetRecordsBySeriesResponse object with default parameters.
- RawGetRecordsFromCollectionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsFromCollectionRaw. - RawGetRecordsFromCollectionResponse() - Constructor for class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
Constructs a RawGetRecordsFromCollectionResponse object with default parameters.
- RawGetRecordsFromCollectionResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
RawGetRecordsFromCollectionResponseparameterinfo. - RawGetRecordsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.getRecordsRaw. - 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
-
A set of parameters for
GPUdb.insertRecordsRaw. - RawInsertRecordsRequest() - Constructor for class com.gpudb.protocol.RawInsertRecordsRequest
-
Constructs a RawInsertRecordsRequest object with default 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(String, List<ByteBuffer>, 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
-
A set of string constants for the
RawInsertRecordsRequestparameterlistEncoding. - RawInsertRecordsRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
RawInsertRecordsRequestparameteroptions. - RawUpdateRecordsRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.updateRecordsRaw. - 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>, List<String>, String, 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>, 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
-
A set of string constants for the
RawUpdateRecordsRequestparameteroptions. - RawUpdateRecordsRequest.RecordEncoding - Class in com.gpudb.protocol
-
A set of string constants for the
RawUpdateRecordsRequestparameterrecordEncoding. - 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_COUNT - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Count of times this table or view was read.
- READ_ONLY - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
-
Allow only read operations
- READ_ONLY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Only read operations are allowed on this table.
- READ_WRITE - Static variable in class com.gpudb.protocol.LockTableRequest.LockType
-
Allow all read/write operations
- READ_WRITE - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
All read/write operations are allowed on this table.
- REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
-
If
TRUE, sharded data will be rebalanced approximately equally across the cluster. - REBALANCE_SHARDED_DATA - Static variable in class com.gpudb.protocol.AdminRemoveRanksRequest.Options
-
If
TRUE, sharded data will be rebalanced approximately equally across the cluster. - 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 recordor by callingGPUdb.getRecordsFromCollectionwith the *return_record_ids* option. - RECORD_ID - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
-
ID of a single record to be updated (returned in the call to
GPUdb.insertRecordsRaworGPUdb.getRecordsFromCollectionRaw). - RECORD_ID - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
-
ID of a single record to be updated (returned in the call to
GPUdb.insertRecordsorGPUdb.getRecordsFromCollection). - 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
Recorddata 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
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, TypeObjectMap<T>) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, TypeObjectMap<T>, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, TypeObjectMap<T>, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, Type, WorkerList) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, Type, WorkerList, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RecordRetriever(GPUdb, String, Type, Map<String, String>) - Constructor for class com.gpudb.RecordRetriever
-
Creates a
RecordRetrieverwith the specified parameters. - RECREATE - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
-
Whether or not to replace an existing backup object with a new backup with a full snapshot, if one already exists.
- RECREATE - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
- recursive - Variable in class com.gpudb.filesystem.common.FileOperation
-
Indicates whether the search for files is to be recursive through a local directory hierarchy.
- 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. - REFERENCING_MATERIALIZED_VIEWS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
Include view dependents in the output.
- REFRESH - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- REFRESH - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
For a materialized view, replays all the table creation commands required to create the view.
- REFRESH_INDEX - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Refreshes an index identified by
INDEX_TYPE, on the column name specified invalue. - 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_METHODisPERIODIC, specifies the period in seconds at which refresh occurs - REFRESH_PERIOD - Static variable in class com.gpudb.protocol.CreateTableMonitorRequest.Options
-
When
REFRESH_METHODisPERIODIC, 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_METHODisPERIODIC, 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_METHODisPERIODIC, 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 initial datetime string that periodic refreshes began.
- REFRESH_STOP_TIME - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
When
REFRESH_METHODisPERIODIC, 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
- REINGEST - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Behavior to apply when restoring table data.
- REMAINING_TABLE_TTL - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
The remaining time-to-live, in minutes, before the respective table expires (-1 if it will never expire).
- REMOTE_MODEL_LOCATION - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- REMOTE_MODEL_LOCATION - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- REMOTE_MODEL_NAME - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- REMOTE_MODEL_NAME - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- REMOTE_MODEL_PROVIDER_TYPE - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- REMOTE_MODEL_PROVIDER_TYPE - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- REMOTE_MODEL_TYPE - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- REMOTE_MODEL_TYPE - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- 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_QUERYinto 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.
- REMOTE_USER_HOME_DIR_PREFIX - Static variable in class com.gpudb.filesystem.GPUdbFileHandler
-
Alias for a user's home directory.
- REMOVE_LABEL_ONLY - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
-
When RESTRICTIONS on labeled entities requested, if set to true this will NOT delete the entity but only the label associated with the entity.
- REMOVE_PARTITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Removes the partition specified in
value(and relocates all of its data to the default partition) from either a range-partitioned or manual list-partitioned table. - REMOVE_PREVIOUS_RESTRICTIONS - Static variable in class com.gpudb.protocol.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 text search attribute from all columns.
- removeHttpHeader(String) - Method in class com.gpudb.GPUdbBase
-
Removes the given HTTP header from the map of additional HTTP headers to send to GPUdb with each request.
- removeProtectedHttpHeaders() - Method in class com.gpudb.GPUdbBase
- RENAME - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
If an object to be restored already exists with the same name, move that existing one to the schema specified by
RENAMED_OBJECTS_SCHEMA. - 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 to
value. - RENAMED_OBJECTS_SCHEMA - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
If the
RESTORE_POLICYisRENAME, use this schema for relocated existing objects instead of the default generated one. - 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.
- REPAIR_POLICY - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
Corrective action to take.
- 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
-
A set of parameters for
GPUdb.repartitionGraph. - 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
-
A set of string constants for the
RepartitionGraphRequestparameteroptions. - RepartitionGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.repartitionGraph. - RepartitionGraphResponse() - Constructor for class com.gpudb.protocol.RepartitionGraphResponse
-
Constructs a RepartitionGraphResponse object with default parameters.
- REPLACE - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
If an object to be restored already exists with the same name, replace it with the backup version.
- 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. - REPLAY_WAL - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
Manually invokes write-ahead log (WAL) replay on the table
- 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) and aggregating (e.g.,GPUdb.aggregateGroupBy) 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
- 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
- RESTORE_POLICY - Static variable in class com.gpudb.protocol.RestoreBackupRequest.Options
-
Behavior to apply when any database object to restore already exists.
- RESTORE_SYSTEM_SETTINGS - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
If
TRUEtables with unique WAL settings will be reverted to the current global settings. - restoreBackup(RestoreBackupRequest) - Method in class com.gpudb.GPUdb
- restoreBackup(String, Map<String, String>, String, Map<String, String>) - Method in class com.gpudb.GPUdb
- RestoreBackupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.restoreBackup. - RestoreBackupRequest() - Constructor for class com.gpudb.protocol.RestoreBackupRequest
-
Constructs a RestoreBackupRequest object with default parameters.
- RestoreBackupRequest(String, Map<String, String>, String, Map<String, String>) - Constructor for class com.gpudb.protocol.RestoreBackupRequest
-
Constructs a RestoreBackupRequest object with the specified parameters.
- RestoreBackupRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
RestoreBackupRequestparameteroptions. - RestoreBackupRequest.RestoreObjectsMap - Class in com.gpudb.protocol
-
A set of string constants for the
RestoreBackupRequestparameterrestoreObjectsMap. - RestoreBackupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.restoreBackup. - RestoreBackupResponse() - Constructor for class com.gpudb.protocol.RestoreBackupResponse
-
Constructs a RestoreBackupResponse object with default parameters.
- RESTRICTED_TYPE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDsolver 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_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 name resolution rules and meeting table naming criteria.
- 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 name resolution rules and meeting table naming criteria.
- 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 name resolution rules and meeting table naming criteria.
- 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 name resolution rules and meeting table naming criteria.
- 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
TRUEthen set a primary key for the result table. - RESULT_TABLE_GENERATE_PK - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
If
TRUEthen set a primary key for the result table. - RESULT_TABLE_GENERATE_SOFT_PK - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
If
TRUEthen set a soft primary key for the result table. - RESULT_TABLE_LIST - Static variable in class com.gpudb.protocol.ExecuteSqlResponse.Info
-
List of tables, comma-separated, in addition to the
pagingTable, created as result of the query. - RESULT_TABLE_LIST - Static variable in class com.gpudb.protocol.RawExecuteSqlResponse.Info
-
List of tables, comma-separated, in addition to the
pagingTable, created as result of the query. - RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
If
TRUE, then the result table specified inRESULT_TABLEwill be persisted and will not expire unless aTTLis specified. - RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
-
If
TRUE, then the result table specified inRESULT_TABLEwill be persisted and will not expire unless aTTLis specified. - RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
If
TRUE, then the result table specified inRESULT_TABLEwill be persisted and will not expire unless aTTLis specified. - RESULT_TABLE_PERSIST - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
If
TRUE, then the result table specified inRESULT_TABLEwill be persisted and will not expire unless aTTLis specified. - Result.SortByDownloadPartNumber - Class in com.gpudb.filesystem.common
-
This is an implementation of the
Comparatorinterface used to sort the list ofResultobjects returned by background threads downloading parts of a file. - RESULTS_CACHING - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
-
If
FALSE, disables caching of the results of the given query. - 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
TRUEthen return the internal record ID along with each returned record. - RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
-
If
TRUEthen return the internal record id along for each inserted record. - RETURN_RECORD_IDS - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
-
If
TRUEthen 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
-
Revokes a credential-level permission from a user or role.
- revokePermissionCredential(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Revokes a credential-level permission from a user or role.
- RevokePermissionCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.revokePermissionCredential. - 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
-
A set of string constants for the
RevokePermissionCredentialRequestparameterpermission. - RevokePermissionCredentialResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionCredential. - RevokePermissionCredentialResponse() - Constructor for class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Constructs a RevokePermissionCredentialResponse object with default parameters.
- revokePermissionDatasource(RevokePermissionDatasourceRequest) - Method in class com.gpudb.GPUdb
-
Revokes a data source permission from a user or role.
- revokePermissionDatasource(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Revokes a data source permission from a user or role.
- RevokePermissionDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.revokePermissionDatasource. - 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
-
A set of string constants for the
RevokePermissionDatasourceRequestparameterpermission. - RevokePermissionDatasourceResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionDatasource. - RevokePermissionDatasourceResponse() - Constructor for class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Constructs a RevokePermissionDatasourceResponse object with default parameters.
- revokePermissionDirectory(RevokePermissionDirectoryRequest) - Method in class com.gpudb.GPUdb
-
Revokes a KiFS directory-level permission from a user or role.
- revokePermissionDirectory(String, String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Revokes a KiFS directory-level permission from a user or role.
- RevokePermissionDirectoryRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.revokePermissionDirectory. - 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
-
A set of string constants for the
RevokePermissionDirectoryRequestparameterpermission. - RevokePermissionDirectoryResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionDirectory. - 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
-
A set of parameters for
GPUdb.revokePermissionProc. - 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
-
A set of string constants for the
RevokePermissionProcRequestparameterpermission. - RevokePermissionProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionProc. - RevokePermissionProcResponse() - Constructor for class com.gpudb.protocol.RevokePermissionProcResponse
-
Constructs a RevokePermissionProcResponse object with default parameters.
- RevokePermissionRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.revokePermission. - 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
-
A set of string constants for the
RevokePermissionRequestparameterobjectType. - RevokePermissionRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
RevokePermissionRequestparameteroptions. - RevokePermissionRequest.Permission - Class in com.gpudb.protocol
-
A set of string constants for the
RevokePermissionRequestparameterpermission. - RevokePermissionResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermission. - 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
-
A set of parameters for
GPUdb.revokePermissionSystem. - 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
-
A set of string constants for the
RevokePermissionSystemRequestparameterpermission. - RevokePermissionSystemResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionSystem. - 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
-
A set of parameters for
GPUdb.revokePermissionTable. - 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
-
A set of string constants for the
RevokePermissionTableRequestparameteroptions. - RevokePermissionTableRequest.Permission - Class in com.gpudb.protocol
-
A set of string constants for the
RevokePermissionTableRequestparameterpermission. - RevokePermissionTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.revokePermissionTable. - 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() - 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. - 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 additional weight over the edges labeled as' right turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - RIGHT_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
This will add an additional weight over the edges labeled as' right turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - ROLE - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
Role(s), role members (roles or users, recursively), and associated permissions.
- ROLE - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
-
Role(s), role members (roles or users, recursively), and associated permissions.
- 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_DEMANDsolver only. - ROUTE_TO_TOM - Static variable in class com.gpudb.protocol.GetRecordsByColumnRequest.Options
-
For multihead record retrieval without shard key expression - specifies from which tom to retrieve data.
- RULE_BASED_OPTIMIZATION - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
-
If
FALSE, disables rule-based rewrite optimizations for the given query. - 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.showProcStatusorGPUdb.killProcto identify the proc instance. - RUN_TAG - Static variable in class com.gpudb.protocol.KillProcRequest.Options
-
If
runIdis specified, kill the proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc. - RUN_TAG - Static variable in class com.gpudb.protocol.ShowProcStatusRequest.Options
-
If
runIdis specified, return the status for a proc instance that has a matching run ID and a matching run tag that was provided toGPUdb.executeProc. - 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
Customer encryption algorithm used encrypting data
- 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
Customer encryption key to encrypt or decrypt 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
Server side encryption type
- 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
KMS key
- 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.AlterDatasinkRequest.DatasinkUpdatesMap
-
Whether to use virtual addressing when referencing the Amazon S3 sink.
- S3_USE_VIRTUAL_ADDRESSING - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Whether to use virtual addressing when referencing the Amazon S3 source.
- S3_USE_VIRTUAL_ADDRESSING - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Whether to use virtual addressing when referencing the Amazon S3 sink.
- S3_USE_VIRTUAL_ADDRESSING - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Whether to use virtual addressing when referencing the Amazon S3 source.
- S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.AlterDatasinkRequest.DatasinkUpdatesMap
-
Whether to verify SSL connections.
- S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Whether to verify SSL connections.
- S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Whether to verify SSL connections.
- S3_VERIFY_SSL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Whether to verify SSL connections.
- SAVE_PERSIST - Static variable in class com.gpudb.protocol.CreateGraphRequest.Options
-
If set to
TRUE, the graph will be saved in the persist directory (see the config reference for more information). - SAVE_PERSIST - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
-
If set to
TRUE, the graph will be saved in the persist directory (see the config reference for more information). - SCALAR - Static variable in class com.gpudb.protocol.ShowFunctionsResponse.Flags
- SCALE_TYPE_X - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
-
Type of x axis scale.
- SCALE_TYPE_Y - Static variable in class com.gpudb.protocol.VisualizeImageChartRequest.StyleOptions
-
Type of y axis scale.
- 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_CONNECTION_RETRIES - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_RETRIES - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_RETRIES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_RETRIES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_RETRIES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CONNECTION_TIMEOUT - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Confluent Schema registry connection timeout (in Secs)
- SCHEMA_REGISTRY_CREDENTIAL - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Confluent Schema Registry credential object name.
- SCHEMA_REGISTRY_CREDENTIAL - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Confluent Schema Registry credential object name.
- SCHEMA_REGISTRY_LOCATION - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Location of Confluent Schema Registry in '[storage_path[:storage_port]]' format.
- 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_MAX_CONSECUTIVE_CONNECTION_FAILURES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Max records to skip due to SR connection failures, before failing
- SCHEMA_REGISTRY_MAX_CONSECUTIVE_CONNECTION_FAILURES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Max records to skip due to SR connection failures, before failing
- SCHEMA_REGISTRY_MAX_CONSECUTIVE_CONNECTION_FAILURES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Max records to skip due to SR connection failures, before failing
- SCHEMA_REGISTRY_PORT - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Confluent Schema Registry port (optional).
- SCHEMA_REGISTRY_PORT - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Confluent Schema Registry port (optional).
- 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
-
Name of the Avro schema in the schema registry to use when reading Avro records.
- 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_LOOPSsolver 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).
- searchLocalDirectories(String, String) - Method in class com.gpudb.filesystem.common.FileOperation
-
Searches the local filesystem starting from a specified base directory using standard Java NIO glob patterns.
- 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.
- SEGMENT_COUNT - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Approximate number of segment files to split the WAL across.
- 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.
- SEND_ALERT - Static variable in class com.gpudb.protocol.GrantPermissionRequest.Permission
-
Ability to send system alerts.
- SEND_ALERT - Static variable in class com.gpudb.protocol.HasPermissionRequest.Permission
-
Ability to send system alerts.
- SEND_ALERT - Static variable in class com.gpudb.protocol.RevokePermissionRequest.Permission
-
Ability to send system alerts.
- SEQUENTIAL - com.gpudb.GPUdbBase.HAFailoverOrder
- SERIES - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
Use series partitioning.
- SERIES - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Using series partitioning.
- 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_DEMANDsolver only. - SERVICE_RADIUS - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
For the
MATCH_SUPPLY_DEMANDandMATCH_PICKUP_DROPOFFsolvers 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
columnspecified 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
columnspecified in the constructor. - set(Object, Object) - Method in class com.gpudb.TypeObjectMap.FieldHandler
-
Sets the value of the field specified in the constructor in the specified object.
- set(Object, Object) - Method in class com.gpudb.TypeObjectMap.MethodHandler
-
Sets a value in the specified object via the set method specified in the constructor.
- set(Object, Object) - Method in interface com.gpudb.TypeObjectMap.Mutator
-
Sets a value in an object.
- SET_ACTIVATED - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
-
Is the user allowed to login.
- SET_BUILD_MATERIALIZED_VIEW_POLICY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Set startup rebuilding scheme for the materialized view; see description of 'build_materialized_view_policy' in
GPUdb.createMaterializedViewfor possible values forvalue - SET_BUILD_PK_INDEX_POLICY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Set startup primary key generation scheme for the table; see description of 'build_pk_index_policy' in
GPUdb.createTablefor possible values forvalue - SET_COMMENT - Static variable in class com.gpudb.protocol.AlterRoleRequest.Action
-
Sets the comment for an internal role.
- SET_COMMENT - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
-
Sets the comment for an internal user.
- 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_LOAD_VECTORS_POLICY - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Set startup data loading scheme for the table; see description of 'load_vectors_policy' in
GPUdb.createTablefor possible values forvalue - 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 materialized view to the value specified in
value. - SET_REFRESH_METHOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
For a materialized view, sets the method by which the view is refreshed to the method specified in
value- one of 'manual', 'periodic', or 'on_change'. - SET_REFRESH_PERIOD - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Sets the time interval in seconds at which to refresh this materialized view to the value specified in
value. - SET_REFRESH_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 materialized view to the datetime string specified in
valuewith format 'YYYY-MM-DD HH:MM:SS'. - SET_REFRESH_STOP_TIME - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Sets the time to stop periodic refreshes of this materialized view to the datetime string specified in
valuewith format 'YYYY-MM-DD HH:MM:SS'. - SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterRoleRequest.Action
-
Sets the resource group for an internal role.
- SET_RESOURCE_GROUP - Static variable in class com.gpudb.protocol.AlterUserRequest.Action
-
Sets the resource group for an internal user.
- SET_STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Sets the tier strategy for the table and its columns to the one specified in
value, replacing the existing tier strategy in its entirety. - 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
- setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
-
Action to be performed on the jobs specified by job_ids.
- setAction(String) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Action requested on the jobs.
- setAction(String) - Method in class com.gpudb.protocol.AlterBackupRequest
-
Operation to be applied.
- setAction(String) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
Modification operation to be applied.
- 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
-
Modification operation to be applied to the role.
- setAction(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Modification operation to be applied.
- setAction(String) - Method in class com.gpudb.protocol.AlterTableRequest
-
Modification operation to be applied.
- setAction(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
Modification operation that was performed.
- setAction(String) - Method in class com.gpudb.protocol.AlterUserRequest
-
Modification operation to be applied to the user.
- 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
-
Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host.
- setAddedRanks(List<String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
-
The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in
hostsandconfigParams. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
Additional information about the respective credential in
credentialNames. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
Additional information about the respective data sinks in
datasinkNames. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
Additional information about the respective data sources in
datasourceNames. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Additional information about the respective tables in
schemaNames. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
Additional information about the respective tables in the requested procedures.
- setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
Additional information about the respective monitors in
monitorIds. - setAdditionalInfo(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableResponse
-
Additional information about the respective tables in
tableNames. - setAddRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether adding ranks is (or was) part of this operation.
- setAddRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Current percent complete of the add ranks operation.
- setAddRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was a rank-adding operation, the add-specific status of the operation.
- setAdjacencyListIntArray(List<Long>) - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity integer ID: either edge IDs per node requested (if using QUERY_EDGE_ID or QUERY_NODE1_ID and QUERY_NODE2_ID in the input) or two node IDs per edge requested (if using QUERY_NODE_ID in the input).
- setAdjacencyListStringArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity string ID: either edge IDs per node requested (if using QUERY_EDGE_NAME or QUERY_NODE1_NAME and QUERY_NODE2_NAME in the input) or two node IDs per edge requested (if using QUERY_NODE_NAME in the input).
- setAdjacencyListWktArray(List<String>) - Method in class com.gpudb.protocol.QueryGraphResponse
-
The adjacency entity WKTPOINT or WKTLINE ID: either edge IDs per node requested (if using QUERY_EDGE_WKTLINE or QUERY_NODE1_WKTPOINT and QUERY_NODE2_WKTPOINT in the input) or two node IDs per edge requested (if using QUERY_NODE_WKTPOINT in the input).
- setAdjacencyTable(String) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Name of the table to store the resulting adjacencies, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- 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
-
An array of command-line arguments that will be passed to
commandwhen the proc is executed. - setArgs(List<List<String>>) - Method in class com.gpudb.protocol.ShowProcResponse
-
Arrays of command-line arguments that will be passed to the procs named in
procNameswhen executed. - setAttribute(String) - Method in class com.gpudb.protocol.CreateVideoRequest
-
The animated attribute to map to the video's frames.
- setAuthId(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setAuthorization(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
-
No longer used.
- setAuthorization(String) - Method in class com.gpudb.protocol.ClearTableRequest
-
No longer used.
- 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
-
Information returned for drawing labels for the axes associated with non-numeric columns.
- setBackupContents(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowBackupResponse
-
When
SHOW_CONTENTSisOBJECT_NAMES, the names of the backed-up objects as well as sizing detail of any backed-up tables; whenOBJECT_FILES, the names of the backed-up objects as well as sizing detail and associated data files of any backed-up tables. - setBackupDescription(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowBackupResponse
-
Details about the overall backup(s).
- setBackupId(long) - Method in class com.gpudb.protocol.AlterBackupResponse
-
ID of the snapshot affected by the alter operation, if any.
- setBackupId(long) - Method in class com.gpudb.protocol.CreateBackupResponse
-
ID of the snapshot created.
- setBackupId(long) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
ID of the snapshot that was restored.
- setBackupIds(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowBackupResponse
-
Details about the individual snapshots contained within the backup(s).
- setBackupName(String) - Method in class com.gpudb.protocol.AlterBackupRequest
-
Name of the backup to be altered.
- setBackupName(String) - Method in class com.gpudb.protocol.AlterBackupResponse
-
Value of
backupName. - setBackupName(String) - Method in class com.gpudb.protocol.CreateBackupRequest
-
Name for this backup.
- setBackupName(String) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Value of
backupName. - setBackupName(String) - Method in class com.gpudb.protocol.DropBackupRequest
-
Name of the backup to be deleted.
- setBackupName(String) - Method in class com.gpudb.protocol.DropBackupResponse
-
Value of
backupName. - setBackupName(String) - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Name of the backup to restore from, which must refer to an existing backup.
- setBackupName(String) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Value of
backupName. - setBackupName(String) - Method in class com.gpudb.protocol.ShowBackupRequest
-
Name of the backup.
- setBackupName(String) - Method in class com.gpudb.protocol.ShowBackupResponse
-
Value of
backupName. - setBackupNames(List<String>) - Method in class com.gpudb.protocol.DropBackupResponse
-
Names of backups that were deleted.
- setBackupObjectsMap(Map<String, String>) - Method in class com.gpudb.protocol.CreateBackupRequest
-
Map of objects to be captured in the backup; must be specified when creating a full snapshot and left unspecified when creating an incremental or differential snapshot.
- setBackupType(String) - Method in class com.gpudb.protocol.CreateBackupRequest
-
Type of snapshot to create.
- 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
-
The start point for the video.
- 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
-
Background color of the image as provided in
BG_COLOR. - setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Background color of the generated image.
- setBgColor(String) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Background color of the image as provided in
bgColor. - setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro binary encoded response.
- setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro binary encoded response.
- setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro binary encoded response.
- setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro binary encoded response.
- setBinaryEncodedResponse(ByteBuffer) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro binary encoded response.
- setBinParams(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
A map containing named binary parameters to pass to the proc.
- setBinParams(Map<String, Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The binary params passed to
GPUdb.executeProcfor the returned run IDs. - setBinResults(Map<String, Map<String, Map<String, ByteBuffer>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Binary results for the returned run IDs, grouped by data segment ID.
- 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
- setCapacities(List<Long>) - Method in class com.gpudb.protocol.ShowWalResponse
-
List of WAL capacities.
- 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, for removal: This API element is subject to removal in a future version.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
-
List of alter table add/delete/change column requests - all for the same table.
- setColumnAlterations(List<Map<String, String>>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
List of alter table add/delete/change column requests - all for the same table.
- 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
-
Name of a column or an expression of one or more column names over which the histogram will be calculated.
- setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Name of a geospatial geometry column on which the min-max will be calculated.
- setColumnName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Name of a column or an expression of one or more column on which the min-max will be calculated.
- setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the binning-column used to divide the set samples into bins.
- setColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Name of the primary column for which the statistics are to be calculated.
- setColumnName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Name of the column or an expression containing one or more column names on which the unique function would be applied.
- setColumnName(String) - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Name of the column in
tableNamefor which to clear statistics. - setColumnName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Value of
columnName. - setColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Name of a numeric column_name on which the trigger is activated.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Name of the column to be used in the filter.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Name of the geospatial geometry column to be filtered.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Name of a column on which the operation would be applied.
- setColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the column by whose value the data will be filtered from the table designated by
tableName. - setColumnName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
-
Name of a column on which the filter by value would be applied.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
List of one or more column names, expressions, and aggregate expressions.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
List of column names on which the operation would be performed.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
List of column names or expressions.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
List of one or more column names in
tableNamefor which to collect statistics (cardinality, mean value, etc.). - setColumnNames(List<String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Value of
columnNames. - setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
List of member table columns or column expressions to be included in the join.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
-
List of columns from
tableNameto be included in the projection. - setColumnNames(List<String>) - Method in class com.gpudb.protocol.FilterByStringRequest
-
List of columns on which to apply the filter.
- setColumnNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
The list of column values to retrieve.
- 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
-
List of values for the corresponding column in the table
- setCommand(String) - Method in class com.gpudb.protocol.CreateProcRequest
-
The command (excluding arguments) that will be invoked when the proc is executed.
- setCommands(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
-
The commands (excluding arguments) that will be invoked when the procs named in
procNamesare executed. - 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
-
Array of maps containing configuration parameters to apply to the new ranks found in
hosts. - 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
-
Additional information.
- setContourOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Solver specific parameters.
- setCopiedBytes(long) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total size of all files copied for this snapshot.
- setCopiedFiles(long) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of files copied for this snapshot.
- setCopiedRecords(long) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of records in all files copied for this snapshot.
- setCount(int) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Count of the number of points in the convex set.
- setCount(long) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The total count of all the clusters - will be the size of the input table.
- setCount(long) - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
The number of records in the join table filtered by the given select expression.
- setCount(long) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
-
The number of records passing the area filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByAreaResponse
-
The number of records passing the area filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
-
The number of records passing the box filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByBoxResponse
-
The number of records passing the box filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByGeometryResponse
-
The number of records passing the geometry filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByListResponse
-
The number of records passing the list filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
-
The number of records passing the radius filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByRadiusResponse
-
The number of records passing the radius filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByRangeResponse
-
The number of records passing the range filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterBySeriesResponse
-
The number of records passing the series filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByStringResponse
-
The number of records that passed the string filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterByTableResponse
-
The number of records in
tableNamethat havecolumnNamevalues matchingsourceTableColumnNamevalues insourceTableName. - setCount(long) - Method in class com.gpudb.protocol.FilterByValueResponse
-
The number of records passing the value filter.
- setCount(long) - Method in class com.gpudb.protocol.FilterResponse
-
The number of records that matched the given select expression.
- setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Number of records to generate.
- setCount(long) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Number of records inserted.
- setCountAffected(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
The number of objects/records affected.
- setCountAffected(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
The number of objects/records affected.
- setCountDeleted(long) - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Total number of records deleted across all expressions.
- setCountExported(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Number of source table records exported
- setCountInserted(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
-
The number of records inserted.
- setCountInserted(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
- setCountInserted(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Number of records inserted into the external table.
- setCountInserted(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Number of records inserted into the target table.
- setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Number of records inserted into the target table.
- setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Number of records inserted into the target table.
- setCountInserted(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Number of records inserted into the target table.
- setCountInserted(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records inserted (due to expressions not matching any existing records).
- setCounts(List<Double>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
The array of calculated values that represents the histogram data points.
- setCounts(List<Long>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The number of elements in the cluster closest the corresponding k-means values.
- setCountsDeleted(List<Long>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Total number of records deleted per expression.
- setCountsInserted(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records inserted per predicate in
expressions(will be either 0 or 1 for each expression). - setCountSkipped(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
- setCountSkipped(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - setCountSkipped(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Number of source table records skipped
- setCountSkipped(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Number of records skipped.
- setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - setCountSkipped(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Number of records skipped, when not running in
ABORTerror handling mode. - setCountsUpdated(List<Long>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records updated per predicate in
expressions. - setCountUpdated(int) - Method in class com.gpudb.protocol.InsertRecordsResponse
-
The number of records updated.
- setCountUpdated(long) - Method in class com.gpudb.filesystem.ingest.IngestResult
- setCountUpdated(long) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
[Not yet implemented] Number of records updated within the external table.
- setCountUpdated(long) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
[Not yet implemented] Number of records updated within the target table.
- setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
[Not yet implemented] Number of records updated within the target table.
- setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
[Not yet implemented] Number of records updated within the target table.
- setCountUpdated(long) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
[Not yet implemented] Number of records updated within the target table.
- setCountUpdated(long) - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Total number of records updated.
- 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
-
Options from
GPUdb.createTable, allowing the structure of the table to be defined independently of the data source. - setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Options from
GPUdb.createTable, allowing the structure of the table to be defined independently of the data source, when creating the target table. - setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Options used when creating the target table.
- setCreateTableOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Options used when creating the target table.
- 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
-
The creation time for each directory in milliseconds since epoch, for the respective directories in
directories - setCreationTimes(List<Long>) - Method in class com.gpudb.protocol.ShowFilesResponse
-
Creation time for each file, in milliseconds since epoch
- setCreationTimes(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
Creation time for each video as an ISO-8601 datetime.
- setCredential(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Name of the credential object to be used in catalog
- setCredential(String) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
- setCredentialIdentities(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's identity.
- setCredentialList(List<String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
- setCredentialName(String) - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Name of the credential to be altered.
- setCredentialName(String) - Method in class com.gpudb.protocol.AlterCredentialResponse
-
Value of
credentialName. - setCredentialName(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Name of the credential to be created.
- setCredentialName(String) - Method in class com.gpudb.protocol.CreateCredentialResponse
-
Value of
credentialName. - setCredentialName(String) - Method in class com.gpudb.protocol.DropCredentialRequest
-
Name of the credential to be dropped.
- setCredentialName(String) - Method in class com.gpudb.protocol.DropCredentialResponse
-
Value of
credentialName. - setCredentialName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Name of the credential on which the permission will be granted.
- setCredentialName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
credentialName. - setCredentialName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Name of the credential on which the permission will be revoked.
- setCredentialName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
credentialName. - setCredentialName(String) - Method in class com.gpudb.protocol.ShowCredentialRequest
-
Name of the credential on which to retrieve information.
- setCredentialNames(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of all credential names.
- setCredentials(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's create_credential_request JSON encoded structure.
- setCredentialTypes(List<String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
A list of each credential's type.
- setCredentialUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Map containing the properties of the credential to be updated.
- setData(ByteBuffer) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- setData(ByteBuffer) - Method in class com.gpudb.protocol.CreateJobRequest
-
Binary-encoded payload for the job to be run asynchronously.
- setData(ByteBuffer) - Method in class com.gpudb.protocol.RawGpudbResponse
- setData(List<Record>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Avro binary encoded response.
- setData(List<Record>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Avro binary encoded response.
- setData(List<Record>) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Avro binary encoded response.
- setData(List<Record>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Avro binary encoded response.
- setData(List<Record>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Avro binary encoded response.
- setData(List<ByteBuffer>) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
An array of binary-encoded data for the records to be binded to the SQL query.
- setData(List<List<T>>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).
- setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.
- setData(List<T>) - Method in class com.gpudb.protocol.GetRecordsResponse
-
If the
encodingwas 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. - setData(List<T>) - Method in class com.gpudb.protocol.InsertRecordsRequest
-
An array of binary-encoded data for the records to be added.
- setData(List<T>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
An *optional* list of new binary-avro encoded records to insert, one for each update.
- setDataBytes(ByteBuffer) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
- setDataBytes(ByteBuffer) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Records formatted as binary data
- setDataBytes(List<ByteBuffer>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
- setDataLimits(List<Long>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
The data limit for each directory in bytes, for the respective directories in
directories - setDatasinkName(String) - Method in class com.gpudb.protocol.AlterBackupRequest
-
Data sink through which the backup is accessible.
- setDatasinkName(String) - Method in class com.gpudb.protocol.CreateBackupRequest
-
Data sink through which the backup will be stored.
- setDatasinkName(String) - Method in class com.gpudb.protocol.DropBackupRequest
-
Data sink through which the backup is accessible.
- setDatasinkNames(List<String>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
The data sink names.
- setDatasinkNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of datasink names for the respective
monitorIdsif one is defined. - setDatasinkUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkRequest
-
Map containing the properties of the data sink to be updated.
- setDatasource(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Password for the remote system user; may be an empty string
- setDatasourceName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Name of the data source on which the permission will be granted.
- setDatasourceName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
datasourceName. - setDatasourceName(String) - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Data source through which the backup will be restored.
- setDatasourceName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Name of the data source on which the permission will be revoked.
- setDatasourceName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
datasourceName. - setDatasourceName(String) - Method in class com.gpudb.protocol.ShowBackupRequest
-
Data source through which the backup is accessible.
- setDatasourceNames(List<String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
The data source names.
- setDatasourceUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Map containing the properties of the data source to be updated.
- setDataStr(String) - Method in class com.gpudb.protocol.CreateJobRequest
-
JSON-encoded payload for the job to be run asynchronously.
- setDataStr(String) - Method in class com.gpudb.protocol.RawGpudbResponse
- setDataText(String) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
- setDataText(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Records formatted as delimited text
- setDataText(List<String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
- setDataType(Type) - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
The
Typeobject containing the type of the dynamically generated data. - setDataType(Type) - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
The
Typeobject containing the type of the dynamically generated data. - setDataType(Type) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
The
Typeobject containing the type of the dynamically generated data. - setDataType(Type) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
The
Typeobject containing the type of the dynamically generated data. - setDataType(Type) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
The
Typeobject containing the type of the dynamically generated data. - setDataType(String) - Method in class com.gpudb.protocol.RawGpudbResponse
- setDataUsages(List<Long>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
The data usage each directory in bytes, for the respective directories in
directories - setDefaultColumnFormats(Map<String, String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
-
Sets the default column formats
- setDeletedBackupIds(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowBackupResponse
-
IDs of any snapshots that have been deleted from the containing backup(s).
- 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
-
Destination for the output data in format 'storage_provider_type://path[:port]'.
- setDestinationNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
-
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for destination (target) nodes.
- setDestinations(List<String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Indicates to which host to switch over each corresponding process given in
processes. - 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
-
The destination type of the data sinks named in
datasinkNames. - setDifference(Set<T>, Set<T>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
- setDirected(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Whether or not the edges of the graph have directions (bi-directional edges can still exist in directed graphs).
- setDirectedGraph(boolean) - Method in class com.gpudb.protocol.CreateGraphRequest
-
If set to
TRUE, the graph will be directed. - setDirectories(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
KiFS directory names
- setDirectoryName(String) - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Name of the directory in KiFS to be altered.
- setDirectoryName(String) - Method in class com.gpudb.protocol.AlterDirectoryResponse
-
Value of
directoryName. - setDirectoryName(String) - Method in class com.gpudb.protocol.CreateDirectoryRequest
-
Name of the directory in KiFS to be created.
- setDirectoryName(String) - Method in class com.gpudb.protocol.CreateDirectoryResponse
-
Value of
directoryName. - setDirectoryName(String) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
-
Name of the directory in KiFS to be deleted.
- setDirectoryName(String) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
-
Value of
directoryName. - setDirectoryName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Name of the KiFS directory to which the permission grants access.
- setDirectoryName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
directoryName. - setDirectoryName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Name of the KiFS directory to which the permission revokes access
- setDirectoryName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
directoryName. - setDirectoryName(String) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
-
The KiFS directory name to show.
- setDirectoryUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Map containing the properties of the directory to be altered.
- 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
-
Whether this operation was a dry run.
- setDurationSeconds(double) - Method in class com.gpudb.protocol.CreateVideoRequest
-
Seconds of video to produce
- setEdges(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
-
Edges represent the required fundamental topological unit of a graph that typically connect nodes.
- setEdges(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
- setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.CreateGraphResponse
-
[Deprecated] Edges given as pairs of node indices.
- setEdgesIds(List<Long>) - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Edges given as pairs of node indices.
- setElapsedRenderTimeSeconds(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
The elapsed time spent rendering each video in seconds.
- setEncodedData(String) - Method in class com.gpudb.protocol.GetVectortileResponse
- setEncoding(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Specifies the encoding for returned records.
- setEncoding(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Specifies the encoding for returned records.
- setEncoding(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the encoding for returned records.
- setEncoding(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Specifies the encoding for returned records; either 'binary' or 'json'.
- 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
-
Upper end value of the histogram interval, inclusive.
- setEnd(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Value of
end. - setEnd(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The upper bound of the binning-column.
- setEnd(String) - Method in class com.gpudb.protocol.CreateVideoRequest
-
The end point for the video.
- setEndpoint(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The endpoint that initiated the cluster operation.
- setEndpoint(String) - Method in class com.gpudb.protocol.CreateJobRequest
-
Indicates which endpoint to execute, e.g. '/alter/table'.
- setEndpoint(String) - Method in class com.gpudb.protocol.GetJobResponse
-
The endpoint which is being executed asynchronously.
- setEndpointName(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setEndpoints(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of recently called endpoints, most recent first.
- setEndpointSchema(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The schema for the original request.
- setEndTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The end time of the cluster operation, if completed.
- 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
-
Name of the environment to be altered.
- setEnvironmentName(String) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
-
Value of
environmentName. - setEnvironmentName(String) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
-
Name of the environment to be created.
- setEnvironmentName(String) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
-
Value of
environmentName. - setEnvironmentName(String) - Method in class com.gpudb.protocol.DropEnvironmentRequest
-
Name of the environment to be dropped.
- setEnvironmentName(String) - Method in class com.gpudb.protocol.DropEnvironmentResponse
-
Value of
environmentName. - setEnvironmentName(String) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
-
Name of the environment on which to retrieve information.
- setEnvironmentNames(List<String>) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
-
A list of all environment names.
- setErrorHandlingMode(ErrorHandlingMode) - Method in class com.gpudb.filesystem.ingest.IngestOptions
- setErrorList(List<String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
List of errors found while validating the database internal state.
- 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
-
List of notification events for the respective
monitorIds. - 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
-
The execution mode of the proc.
- setExecutionModes(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
-
The execution modes of the procs named in
procNames. - setExecutor(ExecutorService) - Method in class com.gpudb.GPUdbBase.Options
-
Sets the
executor serviceused for managing threads during data encoding and decoding operations. - setExitStatus(String) - Method in class com.gpudb.protocol.AdminShutdownResponse
-
'OK' upon (right before) successful exit.
- setExitType(String) - Method in class com.gpudb.protocol.AdminShutdownRequest
-
Reserved for future use.
- setExpression(String) - Method in class com.gpudb.protocol.FilterByStringRequest
-
The expression with which to filter the table.
- setExpression(String) - Method in class com.gpudb.protocol.FilterRequest
-
The select expression to filter the specified table.
- setExpressions(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
An optional list of expressions to combine and filter the joined tables.
- setExpressions(List<String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
A list of the actual predicates, one for each select; format should follow the guidelines provided here.
- setExpressions(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
A list of the actual predicates, one for each update; format should follow the guidelines
here. - setExpressions(List<String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
A list of the actual predicates, one for each update; format should follow the guidelines
here. - setFailbackOptions(GPUdbBase.FailbackOptions) - Method in class com.gpudb.GPUdbBase.Options
- setFailedObjects(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Database objects that failed to be restored and their associated types.
- setFieldMap(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
-
Contains the mapping of column names from the target table (specified by
tableName) as the keys, and corresponding column names or expressions (e.g., 'col_name+1') from the source table (specified bysourceTableName). - setFileData(List<ByteBuffer>) - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Data for the respective downloaded files listed in
fileNames - setFileData(List<ByteBuffer>) - Method in class com.gpudb.protocol.UploadFilesRequest
-
File data for the files being uploaded, for the respective files in
fileNames. - setFileName(String) - Method in class com.gpudb.filesystem.common.KifsFileInfo
- 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
-
An array of names of files to be deleted.
- setFileNames(List<String>) - Method in class com.gpudb.protocol.DeleteFilesResponse
-
Names of the files deleted from KiFS
- setFileNames(List<String>) - Method in class com.gpudb.protocol.DownloadFilesRequest
-
An array of the file names to download from KiFS.
- setFileNames(List<String>) - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Names of the files downloaded from KiFS
- setFileNames(List<String>) - Method in class com.gpudb.protocol.ShowFilesResponse
-
A listing of files in the paths specified
- setFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
-
An array of full file name paths to be used for the files uploaded to KiFS.
- setFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesRequest
-
An array of full file name paths to be used for the files uploaded to KiFS.
- setFilepath(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
-
Path to data export target.
- setFilepaths(List<String>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
-
A list of file paths from which data will be sourced;
- setFilepaths(List<String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
A list of file paths from which data will be sourced;
- setFiles(List<String>) - Method in class com.gpudb.filesystem.ingest.IngestResult
- setFiles(List<String>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
- setFiles(List<String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Names of all exported files
- setFiles(List<String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
- setFiles(List<Map<String, ByteBuffer>>) - Method in class com.gpudb.protocol.ShowProcResponse
-
Maps of the files that make up the procs named in
procNames. - setFiles(Map<String, ByteBuffer>) - Method in class com.gpudb.protocol.CreateProcRequest
-
A map of the files that make up the proc.
- setFileSize(long) - Method in class com.gpudb.filesystem.common.KifsFileInfo
- setFileSizeToSplit(long) - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
-
Sets the value of the file split size--files smaller than this size will be uploaded in batches up to this size, and files greater than this size will be uploaded in parts up to this size.
- 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
-
Optional filter expression to apply to this grant.
- setFilterExpression(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
filterExpression. - setFilterExpressions(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of filter expressions used on the respective tables in
tableNamesto limit records for notifications. - setFilters(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Map of column/filters that have been granted.
- setFlags(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setFlags(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- 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
-
The presentation frame rate of the encoded video in frames per second.
- setFullFileDispatcherThreadpoolSize(int) - Method in class com.gpudb.filesystem.GPUdbFileHandler.Options
-
Sets 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
-
If
GET_SIZESisTRUE, an array containing the number of records of each corresponding table intableNames(same values assizes). - setFunctionNames(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setGenerateImage(boolean) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
If set to
TRUE, generates a PNG image of the isochrones in the response. - 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
-
Name of the graph resource to generate.
- setGraphName(String) - Method in class com.gpudb.protocol.DeleteGraphRequest
-
Name of the graph to be deleted.
- setGraphName(String) - Method in class com.gpudb.protocol.ListGraphRequest
- setGraphName(String) - Method in class com.gpudb.protocol.MatchGraphRequest
-
Name of the underlying geospatial graph resource to match to using
samplePoints. - setGraphName(String) - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Name of the graph resource to modify.
- setGraphName(String) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Name of the graph resource to query.
- setGraphName(String) - Method in class com.gpudb.protocol.RepartitionGraphRequest
-
Name of the graph resource to rebalance.
- setGraphName(String) - Method in class com.gpudb.protocol.ShowGraphRequest
-
Name of the graph on which to retrieve information.
- setGraphName(String) - Method in class com.gpudb.protocol.SolveGraphRequest
-
Name of the graph resource to solve.
- setGraphName(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Name of the graph on which the isochrone is to be computed.
- setGraphNames(List<String>) - Method in class com.gpudb.protocol.ListGraphResponse
- setGraphNames(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Name(s) of the graph(s).
- setGraphOwnerResourceGroups(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Owner of the resource groups(s) of the graph(s).
- setGraphOwnerUserNames(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Owner of the graph(s) and associated solution table(s).
- setGraphServerIds(List<Integer>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Id(s) of the graph(s).
- setGridData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
- setGroups(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Map of resource group information.
- 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
-
Shows whether or not the graph has an insert table monitor attached to it.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.GetRecordsResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Too many records.
- setHasMoreRecords(boolean) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Too many records.
- setHasPermission(boolean) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Indicates whether the specified user has the specified permission on the specified target.
- setHasRole(boolean) - Method in class com.gpudb.protocol.HasRoleResponse
-
Indicates whether the specified user has membership in the specified target
role. - setHASyncMode(GPUdbBase.HASynchronicityMode) - Method in class com.gpudb.GPUdbBase
-
Sets the current high availability synchronicity override mode.
- setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
- setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
- setHeight(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
- setHeight(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Height of the generated image in pixels.
- setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Height of the image as provided in
height. - setHeight(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
- 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(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
- setHeight(int) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
-
Height of the image as provided in
HEIGHT. - setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
-
Indicates which cluster operation to retrieve.
- setHistoryIndex(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The index of this cluster operation in the reverse-chronologically sorted list of operations, where 0 is the most recent operation.
- setHistorySize(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Number of cluster operations executed to date.
- setHost(String) - Method in class com.gpudb.protocol.AdminAlterHostRequest
-
Identifies the host this applies to.
- setHost(String) - Method in class com.gpudb.protocol.AdminRemoveHostRequest
-
Identifies the host this applies to.
- setHostAddress(String) - Method in class com.gpudb.protocol.AdminAddHostRequest
-
IP address of the host that will be added to the cluster.
- setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase.Options
-
Sets the host manager port number.
- setHostManagerPort(int) - Method in class com.gpudb.GPUdbBase
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
Array of host IP addresses (matching a hostN.address from the gpudb.conf file), or host identifiers (e.g. 'host0' from the gpudb.conf file), on which to add ranks to the cluster.
- 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
-
User of the credential to be created.
- setImageData(ByteBuffer) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
The generated image data.
- 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
-
Generated contour image data.
- setIncreasingColumns(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of columns used on the respective tables in
tableNamesthat will increase for new records. - 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
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterHostResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupBeginResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupEndResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaOfflineResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaRefreshResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveHostResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminSendAlertResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminSwitchoverResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterBackupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterEnvironmentResponse
-
Additional information.
- 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
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterSchemaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterTierResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterVideoResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AlterWalResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTablesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateCatalogResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateContainerRegistryResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasinkResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDeltaTableResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateDirectoryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateEnvironmentResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateSchemaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateStateTableResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.CreateVideoResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteDirectoryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteFilesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DownloadFilesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropBackupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropCatalogResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropContainerRegistryResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasinkResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropEnvironmentResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropModelResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.DropSchemaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.EvaluateModelResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Additional information
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusGeometryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.FilterResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GetVectortileResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasSchemaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ImportModelResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.KillProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ListGraphResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.LockTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RepartitionGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ReserveResourceResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowBackupResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowContainerRegistryResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowCredentialResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasinkResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowEnvironmentResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowFilesResponse
-
Additional information.
- 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
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowModelResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.ShowWalResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.SolveGraphResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesResponse
-
Additional information.
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- setInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Additional information.
- 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
-
Additional information.
- 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
-
Whether this cluster operation is currently in progress or not.
- setInputColumnNames(List<List<String>>) - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of columns from each of the corresponding input tables.
- setInputColumnNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Map of table names from
inputTableNamesto lists of names of columns from those tables that will be passed to the proc. - setInputColumnNames(Map<String, Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The input column names passed to
GPUdb.executeProcfor the returned run IDs, supplemented with the column names for input tables not included in the input column name map. - 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
-
Names of the tables containing data to be passed to the proc.
- setInputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The input table names passed to
GPUdb.executeProcfor the returned run IDs. - setInputWkt(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
A geometry in WKT format that will be used to filter the objects in
tableName. - setIntersection(Set<T>, Set<T>) - Static method in class com.gpudb.filesystem.utils.GPUdbFileHandlerUtils
- setInterval(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
The size of each bin within the start and end parameters.
- setInterval(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The interval of a bin.
- setIntraClusterFailoverTimeout(long) - Method in class com.gpudb.GPUdbBase.Options
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
[DEPRECATED--this will always return false] Indicates if the created entity is a schema.
- setIsIntraClusterFailoverEnabled(boolean) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Deprecated, for removal: This API element is subject to removal in a future version.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
-
Returns true if the system is offline, or false otherwise.
- setIsPartitioned(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Indicates if the graph data is distributed across all available servers.
- setIsPersisted(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Shows whether or not the graph is persisted (saved and loaded on launch).
- 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
-
Indicates whether the value being searched for is string or numeric.
- setIsSyncDb(List<Boolean>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Shows whether or not the graph is linked to the original tables that created it, and will potentially be re-created instead loaded from persist on launch.
- setIsValid(boolean) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
- setJobId(long) - Method in class com.gpudb.protocol.CreateJobResponse
-
An identifier for the job created by this call.
- setJobId(long) - Method in class com.gpudb.protocol.CreateVideoResponse
-
An identifier for the created job.
- setJobId(long) - Method in class com.gpudb.protocol.GetJobRequest
-
A unique identifier for the job whose status and result is to be fetched.
- setJobId(List<Long>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setJobids(List<String>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of the internal job IDs for the recent requests.
- setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
-
Jobs to be modified.
- setJobIds(List<Long>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Jobs on which the action was performed.
- setJobIds(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
The job id of the rendering process, for each video that is still being rendered.
- setJobResponse(ByteBuffer) - Method in class com.gpudb.protocol.GetJobResponse
-
The binary-encoded response of the job.
- setJobResponseStr(String) - Method in class com.gpudb.protocol.GetJobResponse
-
The json-encoded response of the job.
- setJobStatus(String) - Method in class com.gpudb.protocol.GetJobResponse
-
Status of the submitted job.
- setJoinColumnNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join_column_names
- setJoinExpressions(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join expressions.
- setJoinSizes(List<Double>) - Method in class com.gpudb.protocol.ShowTableResponse
-
If
GET_SIZESisTRUE, an array containing the number of unfiltered records in the cross product of the sub-tables of each corresponding join-table intableNames. - setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
Name of the join table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setJoinTableName(String) - Method in class com.gpudb.protocol.CreateJoinTableResponse
-
Value of
joinTableName. - setJoinTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of join_table_names.
- setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro JSON encoded response.
- setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro JSON encoded response.
- setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro JSON encoded response.
- setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro JSON encoded response.
- setJsonEncodedResponse(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro JSON encoded response.
- setJsonOptions(GPUdbBase.JsonOptions) - Method in class com.gpudb.BulkInserter
-
This method could be used to set
GPUdbBase.JsonOptionsin case the user wants to modify the defaults. - setK(int) - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
The number of mean points to be determined by the algorithm.
- setKifsPath(String) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
- setLabel(String) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Label to add to alert message.
- setLabel(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type label (when changing a table, a new type may be created)
- setLabel(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type label (when changing a table, a new type may be created)
- setLabel(String) - Method in class com.gpudb.protocol.CreateTypeRequest
-
A user-defined description string which can be used to differentiate between tables and types with otherwise identical schemas.
- setLabel(String) - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
label. - setLabel(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Optional user supplied label which can be used instead of the type_id to retrieve all tables with the given label.
- setLabel(String) - Method in class com.gpudb.protocol.ShowTypesRequest
-
Option string that was supplied by user in a call to
GPUdb.createType. - setLabels(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
- setLastTimestamp(long) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Timestamp of last file scanned
- 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
-
Name of the table to output the isochrones to, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setLimit(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
A positive integer indicating the maximum number of series/tracks to be returned.
- setLimit(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- setLimit(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- setLimit(long) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- setLimit(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- setLimit(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- setLimit(long) - Method in class com.gpudb.protocol.GetRecordsRequest
-
A positive integer indicating the maximum number of results to be returned, or END_OF_SET (-9999) to indicate that the maximum number of results allowed by the server should be returned.
- 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
-
An array of binary-encoded data for the records to be added.
- setListEncoding(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
The encoding of the records to be inserted.
- setListRecordsBinary(List<List<ByteBuffer>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'binary' then this list-of-lists contains the binary encoded records for each object (inner list) in each series/track (outer list).
- setListRecordsJson(List<List<String>>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
If the encoding parameter of the request was 'json' then this list-of-lists contains the json encoded records for each object (inner list) in each series/track (outer list).
- setListStr(List<String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
An array of JSON encoded data for the records to be added.
- setLoad(List<Integer>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
A percentage approximating the current computational load on the server.
- setLocation(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Location of the catalog in 'http[s]://[server[:port]]]' format.
- setLocation(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Location of the remote storage in 'storage_provider_type://[storage_path[:storage_port]]' format.
- setLockType(String) - Method in class com.gpudb.protocol.LockTableRequest
-
The type of lock being applied to the table.
- setLockType(String) - Method in class com.gpudb.protocol.LockTableResponse
-
Returns the lock state of the table.
- setLoggingLevel(String) - Static method in class com.gpudb.GPUdbLogger
-
Dynamically set the default 'logback' logger 'com.gpudb' log level.
- setLogLevel(String) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Alert message logging criteria.
- setLowerBound(double) - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Value of the lower bound (inclusive).
- setMatchScore(float) - Method in class com.gpudb.protocol.MatchGraphResponse
-
The mean square error calculation representing the map matching score.
- setMax(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Maximum value of the
columnName. - setMax(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
The upper bound (inclusive) for the trigger range.
- 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
-
Extent of the search radius around
sourceNode. - 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
-
Maximum x-coordinate value of the
columnName. - setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Upper bound for the x-coordinate of the rectangular box.
- setMaxX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Upper bound for
xColumnName. - setMaxX(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Upper bound for the x column values.
- setMaxX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Upper bound for the x column values as provided in
maxXor calculated for non-numeric columns when plot_all option is used. - 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
-
Maximum y-coordinate value of the
columnName. - setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Upper bound for the y-coordinate of the rectangular box.
- setMaxY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Upper bound for
yColumnName. - setMaxY(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Upper bound for the y column values.
- setMaxY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Upper bound for the y column values as provided in
maxYor calculated for non-numeric columns when plot_all option is used. - 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
-
The k-mean values found.
- setMember(String) - Method in class com.gpudb.protocol.GrantRoleRequest
-
Name of the user or role that will be granted membership in
role. - setMember(String) - Method in class com.gpudb.protocol.GrantRoleResponse
-
Value of
member. - setMember(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Name of the user or role that will be revoked membership in
role. - setMember(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Value of
member. - setMemory(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Available memory.
- setMessage(String) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Alert message body.
- setMessage(String) - Method in class com.gpudb.protocol.RawGpudbResponse
- setMessages(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Updates and error messages if any.
- setMessages(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Messages containing additional status information for the returned run IDs, grouped by data segment ID.
- setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
A map which contains the metadata of the tables that are to be updated.
- setMetadataMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Value of
metadataMap. - setMetadataMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
A list of maps which contain the metadata of the tables in the order the tables are listed in
tableNames. - setMin(double) - Method in class com.gpudb.protocol.AggregateMinMaxResponse
-
Minimum value of the
columnName. - setMin(double) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
The lower bound (inclusive) for the trigger range.
- setMinLevel(double) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
- setMinX(double) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryResponse
-
Minimum x-coordinate value of the
columnName. - setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Lower bound for the x-coordinate of the rectangular box.
- setMinX(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Lower bound for the column chosen by
xColumnName. - setMinX(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Lower bound for the x column values.
- setMinX(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Lower bound for the x column values as provided in
minXor calculated for non-numeric columns when plot_all option is used. - 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
-
Minimum y-coordinate value of the
columnName. - setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Lower bound for the y-coordinate of the rectangular box.
- setMinY(double) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Lower bound for
yColumnName. - setMinY(double) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Lower bound for the y column values.
- setMinY(double) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Lower bound for the y column values as provided in
minYor calculated for non-numeric columns when plot_all option is used. - 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
-
The string filtering mode to apply.
- 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
-
Not implemented yet.
- setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Not implemented yet.
- setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Not implemented yet.
- setModifyColumns(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Not implemented yet.
- setMonitorIds(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
-
List of monitors to be shown.
- setMonitorIds(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of monitor IDs.
- setMonitorUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
Map containing the properties of the table monitor to be updated.
- setMultiPart(boolean) - Method in class com.gpudb.filesystem.common.Result
- setName(String) - Method in class com.gpudb.protocol.AlterDatasinkRequest
-
Name of the data sink to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Name of the data source to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
-
Name of the group to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterResourceGroupResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.AlterRoleRequest
-
Name of the role to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterRoleResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.AlterTierRequest
-
Name of the tier to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterTierResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.AlterUserRequest
-
Name of the user to be altered.
- setName(String) - Method in class com.gpudb.protocol.AlterUserResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Name of the catalog to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateCatalogResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateDatasinkRequest
-
Name of the data sink to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateDatasinkResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Name of the data source to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateDatasourceResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Name of the group to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateResourceGroupResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateRoleRequest
-
Name of the role to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateRoleResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateUserExternalRequest
-
Name of the user to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateUserExternalResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Name of the user to be created.
- setName(String) - Method in class com.gpudb.protocol.CreateUserInternalResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
-
Name of the resource group to be deleted.
- setName(String) - Method in class com.gpudb.protocol.DeleteResourceGroupResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DeleteRoleRequest
-
Name of the role to be deleted.
- setName(String) - Method in class com.gpudb.protocol.DeleteRoleResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DeleteUserRequest
-
Name of the user to be deleted.
- setName(String) - Method in class com.gpudb.protocol.DeleteUserResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DropCatalogRequest
-
Name of the catalog to be dropped.
- setName(String) - Method in class com.gpudb.protocol.DropCatalogResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DropDatasinkRequest
-
Name of the data sink to be dropped.
- setName(String) - Method in class com.gpudb.protocol.DropDatasinkResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.DropDatasourceRequest
-
Name of the data source to be dropped.
- setName(String) - Method in class com.gpudb.protocol.DropDatasourceResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Name of the user or role to which the permission will be granted.
- setName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
name. - 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
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Name of the user or role from which the permission will be revoked.
- setName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
name. - setName(String) - Method in class com.gpudb.protocol.ShowDatasinkRequest
-
Name of the data sink for which to retrieve information.
- setName(String) - Method in class com.gpudb.protocol.ShowDatasourceRequest
-
Name of the data source for which to retrieve information.
- setNames(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsRequest
- setNames(List<String>) - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
-
List of names of groups to be shown.
- setNames(List<String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
-
A list of names of users and/or roles about which security information is requested.
- setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
List of new values for the matching records.
- setNewValuesMaps(List<Map<String, String>>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
List of new values for the matching records.
- setNodes(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
-
Nodes represent fundamental topological units of a graph.
- 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
-
Number of most recent alerts to request.
- setNumBytes(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Memory this graph uses in bytes.
- setNumEdges(long) - Method in class com.gpudb.protocol.CreateGraphResponse
-
Total number of edges created.
- setNumEdges(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Total number of edges in the graph.
- setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
- setNumEdges(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Total number of edges in the graph.
- setNumIters(int) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The number of iterations the algorithm executed before it quit.
- setNumLevels(int) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Number of equally-separated isochrones to compute.
- setNumNodes(long) - Method in class com.gpudb.protocol.CreateGraphResponse
-
Total number of nodes created.
- setNumNodes(long) - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Total number of nodes in the graph.
- setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ListGraphResponse
- setNumNodes(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Total number of nodes in the graph.
- setNumShardsChanging(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Number of shards that will change as part of rebalance.
- setOauthToken(String) - Method in class com.gpudb.GPUdbBase.Options
-
Sets the OAuth2 access token to be used for authentication to GPUdb.
- setObject(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Name of object permission is being granted to.
- setObject(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
object. - setObject(String) - Method in class com.gpudb.protocol.HasPermissionRequest
-
Name of object to check for the requested permission.
- setObject(String) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Fully-qualified value of
object - setObject(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Name of object permission is being revoked from.
- setObject(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
object. - setObjectType(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
-
The type of object being granted to.
- setObjectType(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
objectType. - setObjectType(String) - Method in class com.gpudb.protocol.HasPermissionRequest
-
The type of object being checked.
- setObjectType(String) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
objectType - setObjectType(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
-
The type of object being revoked.
- setObjectType(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
objectType. - setOffline(boolean) - Method in class com.gpudb.protocol.AdminHaOfflineRequest
-
Set to true if desired state is offline.
- setOffline(boolean) - Method in class com.gpudb.protocol.AdminOfflineRequest
-
Set to true if desired state is offline.
- setOffset(int) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
A positive integer indicating the number of initial series/tracks to skip (useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOffset(long) - Method in class com.gpudb.protocol.GetRecordsRequest
-
A positive integer indicating the number of initial results to skip (this can be useful for paging through the results).
- setOperation(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
The geometric filtering operation to perform.
- setOpMode(OpMode) - Method in class com.gpudb.filesystem.common.Result
- setOptionalParameterCount(List<Integer>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setOptions(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowModelResponse
- setOptions(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcResponse
-
The optional parameters for the procs named in
procNames. - setOptions(Map<String, String>) - Method in class com.gpudb.GPUdbBase.InsertRecordsJsonRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddHostRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAddRanksRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterHostRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminAlterJobsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupBeginRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminBackupEndRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaOfflineRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminHaRefreshRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminOfflineRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRebalanceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveHostRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminRepairTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminSendAlertRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowAlertsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowJobsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShowShardsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminShutdownRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AdminVerifyDbRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
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. - setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterBackupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterDirectoryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
Optional parameters.
- 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
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterTierRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterUserRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterVideoRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AlterWalRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.AppendRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTablesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ClearTriggerRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateBackupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateContainerRegistryRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasinkRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateDirectoryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateEnvironmentRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateGraphRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJobRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateProjectionRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateSchemaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateStateTableRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableExternalRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateTypeRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUnionRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserExternalRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.CreateVideoRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteDirectoryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteFilesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteGraphRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteResourceGroupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DeleteUserRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DownloadFilesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropBackupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropCatalogRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropContainerRegistryRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasinkRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropEnvironmentRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropModelRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.DropSchemaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.EvaluateModelRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExportQueryMetricsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByListRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByStringRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterByValueRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.FilterRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetJobRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
EXPRESSION: Optional filter expression to apply to the table. - setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
RETURN_RECORD_IDS: IfTRUEthen return the internal record ID along with each returned record. - setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetRecordsRequest
-
EXPRESSION: Optional filter expression to apply to the table. - setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GetVectortileRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.GrantRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasPermissionRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasSchemaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.HasTypeRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ImportModelRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.InsertSymbolRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.KillProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ListGraphRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.LockTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.MatchGraphRequest
-
Additional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Additional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RepartitionGraphRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ReserveResourceRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowBackupRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowContainerRegistryRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowCredentialRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasinkRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDatasourceRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowDirectoriesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowEnvironmentRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowFilesRequest
-
Optional parameters.
- 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
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowModelRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSchemaRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSqlProcRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusRequest
-
Optional parameters, currently unused.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemTimingRequest
-
Optional parameters, currently unused.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableMonitorsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTableRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowTypesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowVideoRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.ShowWalRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesFromurlRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.UploadFilesRequest
-
Optional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Optional parameters.
- 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
-
Additional parameters.
- setOptions(Map<String, String>) - Method in class com.gpudb.RecordRetriever
-
Sets the options to be used for the retriever methods.
- setOptions(Map<String, Map<String, Double>>) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Optional parameter to pass in specifications for the randomness of the values.
- setOptions(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The optional parameters passed to
GPUdb.executeProcfor the returned run IDs. - setOriginalRequest(List<String>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
The original client request used to create the graph (before any expression evaluation or separator processing).
- setOrphanedTablesTotalSize(long) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
If
VERIFY_PERSISTisTRUE,VERIFY_ORPHANED_TABLES_ONLYisTRUEorDELETE_ORPHANED_TABLESisTRUE, this is the sum in bytes of all orphaned tables found. - setOutput(Map<String, Map<String, Map<String, List<String>>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Output lines for the returned run IDs, grouped by data segment ID.
- setOutputColumnNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of names of the columns to be stored in the output table.
- setOutputSchemas(List<String>) - Method in class com.gpudb.protocol.ShowModelResponse
- setOutputTableNames(List<String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Names of the tables to which output data from the proc will be written, each in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setOutputTableNames(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The output table names passed to
GPUdb.executeProcfor the returned run IDs. - setOverallStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Overall success status of the operation.
- setOverallStatuses(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Overall statuses for the returned run IDs.
- 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
-
Information about the installed packages in the respective environments in
environmentNames. - setPagingTable(String) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Name of the table that has the result records of the query.
- setPagingTable(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Name of the table that has the result records of the query.
- setParameters(List<List<String>>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setParams(List<Map<String, String>>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Parameters for each alert, sorted from most recent to least recent.
- setParams(Map<String, String>) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
A map containing named parameters to pass to the proc.
- setParams(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The string params passed to
GPUdb.executeProcfor the returned run IDs. - 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
-
Password for the remote system user; may be an empty string
- setPassword(String) - Method in class com.gpudb.protocol.CreateUserInternalRequest
-
Initial password of the user to be created.
- setPath(String) - Method in class com.gpudb.protocol.AlterVideoRequest
-
Fully-qualified KiFS path to the video to be altered.
- setPath(String) - Method in class com.gpudb.protocol.AlterVideoResponse
-
Fully qualified KIFS path to the video file.
- setPath(String) - Method in class com.gpudb.protocol.CreateVideoRequest
-
Fully-qualified KiFS path.
- setPath(String) - Method in class com.gpudb.protocol.CreateVideoResponse
-
Fully qualified KIFS path to the video file.
- setPaths(List<String>) - Method in class com.gpudb.protocol.ShowFilesRequest
-
File paths to show.
- setPaths(List<String>) - Method in class com.gpudb.protocol.ShowVideoRequest
-
The fully-qualified KiFS paths for the videos to show.
- setPaths(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
KIFS path to each video.
- setPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percent complete of this entire operation.
- setPermission(String) - Method in class com.gpudb.filesystem.common.KifsDirectoryInfo
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionCredentialResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDatasourceResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionDirectoryResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionRequest
-
Permission being granted.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionSystemResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Permission to grant to the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.HasPermissionRequest
-
Permission to check for.
- setPermission(String) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
permission - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionCredentialResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDatasourceResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionDirectoryResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Permission being revoked.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionSystemResponse
-
Value of
permission. - setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Permission to revoke from the user or role.
- setPermission(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
permission. - setPermissions(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
Highest level of permission the calling user has for the respective directories in
directories. - setPermissions(Map<String, List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to a list of permissions directly granted to that user/role.
- setPivotedColumns(List<String>) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
List of one or more values typically the column names of the input table.
- 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
-
Name of the user or role for which the permission is being granted.
- setPrincipal(String) - Method in class com.gpudb.protocol.GrantPermissionResponse
-
Value of
principal. - setPrincipal(String) - Method in class com.gpudb.protocol.HasPermissionRequest
-
Name of the user for which the permission is being checked.
- setPrincipal(String) - Method in class com.gpudb.protocol.HasPermissionResponse
-
Value of
principal - setPrincipal(String) - Method in class com.gpudb.protocol.HasRoleRequest
-
Name of the user for which role membership is being checked.
- setPrincipal(String) - Method in class com.gpudb.protocol.HasRoleResponse
-
Value of
principal - setPrincipal(String) - Method in class com.gpudb.protocol.RevokePermissionRequest
-
Name of the user or role for which the permission is being revoked.
- setPrincipal(String) - Method in class com.gpudb.protocol.RevokePermissionResponse
-
Value of
principal. - setProcedureDefinitions(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
A list of the definitions for the requested procedures.
- setProcedureName(String) - Method in class com.gpudb.protocol.ShowSqlProcRequest
-
Name of the procedure for which to retrieve the information.
- setProcedureNames(List<String>) - Method in class com.gpudb.protocol.ShowSqlProcResponse
-
A list of the names of the requested procedures.
- setProcesses(List<String>) - Method in class com.gpudb.protocol.AdminSwitchoverRequest
-
Indicates the process identifier to switch over to another host.
- setProcExists(boolean) - Method in class com.gpudb.protocol.HasProcResponse
-
Indicates whether the proc exists or not.
- setProcName(String) - Method in class com.gpudb.protocol.CreateProcRequest
-
Name of the proc to be created.
- setProcName(String) - Method in class com.gpudb.protocol.CreateProcResponse
-
Value of
procName. - setProcName(String) - Method in class com.gpudb.protocol.DeleteProcRequest
-
Name of the proc to be deleted.
- setProcName(String) - Method in class com.gpudb.protocol.DeleteProcResponse
-
Value of
procName. - setProcName(String) - Method in class com.gpudb.protocol.ExecuteProcRequest
-
Name of the proc to execute.
- setProcName(String) - Method in class com.gpudb.protocol.GrantPermissionProcRequest
-
Name of the proc to which the permission grants access.
- setProcName(String) - Method in class com.gpudb.protocol.GrantPermissionProcResponse
-
Value of
procName. - setProcName(String) - Method in class com.gpudb.protocol.HasProcRequest
-
Name of the proc to check for existence.
- setProcName(String) - Method in class com.gpudb.protocol.HasProcResponse
-
Value of
procName - setProcName(String) - Method in class com.gpudb.protocol.RevokePermissionProcRequest
-
Name of the proc to which the permission grants access.
- setProcName(String) - Method in class com.gpudb.protocol.RevokePermissionProcResponse
-
Value of
procName. - setProcName(String) - Method in class com.gpudb.protocol.ShowProcRequest
-
Name of the proc to show information about.
- setProcNames(List<String>) - Method in class com.gpudb.protocol.ShowProcResponse
-
The proc names.
- setProcNames(Map<String, String>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
The proc names corresponding to the returned run IDs.
- setProgress(int) - Method in class com.gpudb.protocol.GetJobResponse
-
Approximate percentage of the job completed.
- 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
-
Name of the projection to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setProjectionName(String) - Method in class com.gpudb.protocol.CreateProjectionResponse
-
Value of
projectionName. - 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
-
Property maps of the respective tables in
tableNames. - setProperties(List<Map<String, List<String>>>) - Method in class com.gpudb.protocol.ShowTypesResponse
- setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type properties (when changing a table, a new type may be created)
- setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type properties (when changing a table, a new type may be created)
- setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeRequest
-
[DEPRECATED--please use these property values in the
typeDefinitiondirectly, as described at the top, instead] Each key-value pair specifies the properties to use for a given column where the key is the column name. - setProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
properties. - setPropertyMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemPropertiesResponse
-
A map of server configuration parameters and version information.
- setPropertyUpdatesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesRequest
-
Map containing the properties of the system to be updated.
- setQueries(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Nodes or edges to be queried specified using query identifiers.
- setQueryColumnNames(List<List<String>>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setQueryText(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
The radius of the circle within which the search will be performed.
- setRadius(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
The radius of the circle within which the search will be performed.
- setRadius(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setRank(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Array of ranks indexed by the shard number.
- setRankForLocalDist(int) - Method in class com.gpudb.filesystem.upload.FileUploader
- setRankHosts(List<String>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The host IP addresses of the ranks being added, in the same order as the
ranksBeingAddedlist. - setRanking(String) - Method in class com.gpudb.protocol.AlterResourceGroupRequest
-
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.
- setRanking(String) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Indicates the relative ranking among existing resource groups where this new resource group will be placed.
- setRankObjects(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceObjectsResponse
-
Tier usage across ranks.
- setRanks(List<String>) - Method in class com.gpudb.protocol.AdminRemoveRanksRequest
-
Each array value designates one or more ranks to remove from the cluster.
- setRanksBeingAdded(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The rank numbers of the ranks currently being added, or the rank numbers that were added if the operation is complete.
- setRanksBeingRemoved(List<Integer>) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The ranks being removed, or that have been removed if the operation is completed.
- setRankUsage(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceGroupsResponse
-
Tier usage across ranks.
- setReadLength(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- setReadLengths(List<Long>) - Method in class com.gpudb.protocol.DownloadFilesRequest
-
Array of number of bytes to read from each respective file in
fileNames. - setReadOffset(long) - Method in class com.gpudb.filesystem.download.MultiPartDownloadInfo
- setReadOffsets(List<Long>) - Method in class com.gpudb.protocol.DownloadFilesRequest
-
An array of starting byte offsets from which to read each respective file in
fileNames. - setRebalance(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether data and/or shard rebalancing is (or was) part of this operation.
- setRebalanceShardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether rebalancing of sharded data is (or was) part of this operation.
- setRebalanceShardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was an operation that included rebalancing sharded data, the rebalancing-specific status of the operation.
- setRebalanceUnshardedData(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether rebalancing of unsharded data is (or was) part of this operation.
- setRebalanceUnshardedDataStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was an operation that included rebalancing unsharded data, the rebalancing-specific status of the operation.
- setRecordEncoding(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Identifies which of
recordsToInsertandrecordsToInsertStrshould be used. - setRecordIds(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.
- setRecordIds(List<String>) - Method in class com.gpudb.protocol.InsertRecordsResponse
-
An array containing the IDs with which the added records are identified internally.
- setRecordIds(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
If the 'return_record_ids' option of the request was 'true', then this list contains the internal ID for each object.
- setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
If the encoding parameter of the request was 'binary' then this list contains the binary encoded records retrieved from the table/collection.
- setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
If the
encodingwas 'binary', then this list contains the binary encoded records retrieved from the table, otherwise not populated. - setRecordsBinary(List<ByteBuffer>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
If the encoding parameter of the request was 'json', then this list contains the JSON encoded records retrieved from the table/collection.
- setRecordsJson(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
If the
encodingwas 'json', then this list contains the JSON encoded records retrieved from the table. - setRecordsJson(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- setRecordsToInsert(List<ByteBuffer>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
An *optional* list of new binary-avro encoded records to insert, one for each update.
- setRecordsToInsertStr(List<String>) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
An optional list of JSON encoded objects to insert, one for each update, to be added if the particular update did not match any objects.
- setRefreshMethod(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh methods used on the respective tables in
tableNames. - setRefreshPeriod(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh periods used on the respective tables in
tableNames. - setRefreshStartTime(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of refresh start times used on the respective tables in
tableNames. - 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
-
Parameterized insert query to export gpudb table data into remote database.
- setRemoteQuery(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Query for which result data needs to be imported
- setRemovedRanks(List<String>) - Method in class com.gpudb.protocol.AdminRemoveRanksResponse
-
The number assigned to each rank removed from the cluster.
- setRemoveRanks(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether removing ranks is (or was) part of this operation.
- setRemoveRanksPercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Current percent complete of the remove ranks operation.
- setRemoveRanksStatus(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
If this was a rank-removing operation, the removal-specific status of the operation.
- setRenamedObjects(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Original and new names of database objects that were successfully restored and their associated types.
- setRenderedBytes(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
The number of bytes emitted by the encoder for each video.
- setRenderedFrames(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
The number of frames rendered for each video.
- setRenderedPercents(List<Long>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
Percent completion of each video's rendering process (0-100)
- setRepairStatus(List<String>) - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
List of repair status by table.
- 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
-
The encoding of the request payload for the job.
- setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
User-created ID for the trigger.
- setRequestId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
User-created ID for the trigger.
- setRequests(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
JSON-string reflecting each video's creation parameters.
- setRequestSchemaStr(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
Avro schema of
data. - setReservation(long) - Method in class com.gpudb.protocol.ReserveResourceResponse
- setResourceCapacity(List<Long>) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Memory this graph uses in bytes.
- setResourceGroups(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user name to resource group name.
- setResponseEncoding(String) - Method in class com.gpudb.protocol.GetJobResponse
-
The encoding of the job result (contained in
jobResponseorjobResponseStr. - setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - setResponseSchemaStr(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Avro schema of
binaryEncodedResponseorjsonEncodedResponse. - setRestoredBytes(long) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total size of data restored from backup.
- setRestoredFiles(long) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total number of files restored from backup.
- setRestoredObjects(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Database objects that were successfully restored and their associated types.
- setRestoredRecords(long) - Method in class com.gpudb.protocol.RestoreBackupResponse
-
Total number of records restored from backup.
- setRestoreObjectsMap(Map<String, String>) - Method in class com.gpudb.protocol.RestoreBackupRequest
-
Map of database objects to be restored from the backup.
- setRestrictions(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
-
Restrictions represent a method of informing the graph solver which edges and/or nodes should be ignored for the solution.
- setRestrictions(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
-
Restrictions with which to update existing
restrictionsin graph specified bygraphName. - setRestrictions(List<String>) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- setRestrictions(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- setRestrictions(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Additional restrictions to apply to the nodes/edges of an existing graph.
- setResult(boolean) - Method in class com.gpudb.protocol.CreateGraphResponse
-
Indicates a successful creation on all servers.
- setResult(boolean) - Method in class com.gpudb.protocol.DeleteGraphResponse
-
Indicates a successful deletion.
- setResult(boolean) - Method in class com.gpudb.protocol.ListGraphResponse
- setResult(boolean) - Method in class com.gpudb.protocol.MatchGraphResponse
-
Indicates a successful solution.
- setResult(boolean) - Method in class com.gpudb.protocol.ModifyGraphResponse
-
Indicates a successful modification on all servers.
- setResult(boolean) - Method in class com.gpudb.protocol.QueryGraphResponse
-
Indicates a successful query.
- setResult(boolean) - Method in class com.gpudb.protocol.RepartitionGraphResponse
-
Indicates a successful rebalancing on all servers.
- setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphGrammarResponse
- setResult(boolean) - Method in class com.gpudb.protocol.ShowGraphResponse
-
Indicates a success.
- setResult(boolean) - Method in class com.gpudb.protocol.SolveGraphResponse
-
Indicates a successful solution on all servers.
- setResultPerDestinationNode(List<Float>) - Method in class com.gpudb.protocol.SolveGraphResponse
-
Cost or page rank (based on solver type) for each destination node requested.
- setResults(Map<String, Map<String, Map<String, String>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
String results for the returned run IDs, grouped by data segment ID.
- 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, for removal: This API element is subject to removal in a future version.
- setReturnTypes(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setRings(int) - Method in class com.gpudb.protocol.QueryGraphRequest
-
Sets the number of rings around the node to query for adjacency, with '1' being the edges directly attached to the queried node.
- setRmsDist(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The sum of all the rms_dists - the value the k-means algorithm is attempting to minimize.
- setRmsDists(List<Double>) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The root mean squared distance of the elements in the cluster for each of the k-means values.
- setRole(String) - Method in class com.gpudb.protocol.GrantRoleRequest
-
Name of the role in which membership will be granted.
- setRole(String) - Method in class com.gpudb.protocol.GrantRoleResponse
-
Value of
role. - setRole(String) - Method in class com.gpudb.protocol.HasRoleRequest
-
Name of role to check for membership.
- setRole(String) - Method in class com.gpudb.protocol.HasRoleResponse
-
rolefor which membership is being checked - setRole(String) - Method in class com.gpudb.protocol.RevokeRoleRequest
-
Name of the role in which membership will be revoked.
- setRole(String) - Method in class com.gpudb.protocol.RevokeRoleResponse
-
Value of
role. - setRoles(Map<String, List<String>>) - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to a list of names of roles of which that user/role is a member.
- 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
-
The run ID of the running proc instance.
- setRunId(String) - Method in class com.gpudb.protocol.KillProcRequest
-
The run ID of a running proc instance.
- setRunId(String) - Method in class com.gpudb.protocol.ShowProcStatusRequest
-
The run ID of a specific proc instance for which the status will be returned.
- setRunIds(List<String>) - Method in class com.gpudb.protocol.KillProcResponse
-
List of run IDs of proc instances that were killed.
- setRunning(boolean) - Method in class com.gpudb.protocol.GetJobResponse
-
True if the end point is still executing.
- setSamplePoints(List<String>) - Method in class com.gpudb.protocol.MatchGraphRequest
-
Sample points used to match to an underlying geospatial graph.
- setSamplesUsed(long) - Method in class com.gpudb.protocol.VisualizeImageContourResponse
- setSchemaExists(boolean) - Method in class com.gpudb.protocol.HasSchemaResponse
-
Indicates whether the schema exists or not.
- setSchemaName(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
-
Name of the schema to be altered.
- setSchemaName(String) - Method in class com.gpudb.protocol.AlterSchemaResponse
-
Value of
schemaName. - setSchemaName(String) - Method in class com.gpudb.protocol.CreateSchemaRequest
-
Name of the schema to be created.
- setSchemaName(String) - Method in class com.gpudb.protocol.CreateSchemaResponse
-
Value of
schemaName. - setSchemaName(String) - Method in class com.gpudb.protocol.DropSchemaRequest
-
Name of the schema to be dropped.
- setSchemaName(String) - Method in class com.gpudb.protocol.DropSchemaResponse
-
Value of
schemaName. - setSchemaName(String) - Method in class com.gpudb.protocol.HasSchemaRequest
-
Name of the schema to check for existence, in root, using standard name resolution rules.
- setSchemaName(String) - Method in class com.gpudb.protocol.HasSchemaResponse
-
Value of
schemaName - setSchemaName(String) - Method in class com.gpudb.protocol.ShowSchemaRequest
-
Name of the schema for which to retrieve the information.
- setSchemaName(String) - Method in class com.gpudb.protocol.ShowSchemaResponse
-
Value of
schemaName. - setSchemaNames(List<String>) - Method in class com.gpudb.protocol.ShowSchemaResponse
-
A list of all schema names for which information is returned
- setSchemaTables(List<List<String>>) - Method in class com.gpudb.protocol.ShowSchemaResponse
-
An array of arrays containing a list of tables in each of the respective
schemaNames. - setSecret(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Password of the credential to be created.
- setSelectExpression(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
For a non-empty expression statistics are calculated for those records for which the expression is true.
- setServerConnectionTimeout(int) - 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.
- setSettings(List<Map<String, String>>) - Method in class com.gpudb.protocol.ShowWalResponse
-
List of table WAL settings.
- setShardArrayVersion(long) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Version of the shard array that is (or was) being rebalanced to.
- setShardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percentage of shard keys, and their associated data if applicable, that have completed rebalancing.
- setShardKeys(List<String>) - Method in class com.gpudb.filesystem.ingest.IngestOptions
- setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowFilesResponse
-
Size of each file, in bytes
- setSizes(List<Long>) - Method in class com.gpudb.protocol.ShowTableResponse
-
If
GET_SIZESisTRUE, an array containing the number of records of each corresponding table intableNames. - setSizes(List<List<Long>>) - Method in class com.gpudb.protocol.ShowWalResponse
-
List of current WAL usage.
- setSolutionTable(String) - Method in class com.gpudb.protocol.MatchGraphRequest
-
The name of the table used to store the results, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setSolutionTable(String) - Method in class com.gpudb.protocol.SolveGraphRequest
-
Name of the table to store the solution, in [schema_name.]table_name format, using standard name resolution rules.
- setSolveInfo(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
-
Additional information.
- setSolveMethod(String) - Method in class com.gpudb.protocol.MatchGraphRequest
-
The type of solver to use for graph matching.
- setSolveOptions(Map<String, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Solver specific parameters.
- setSolverType(String) - Method in class com.gpudb.protocol.SolveGraphRequest
-
The type of solver to use for the graph.
- setSourceIp(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setSourceNode(String) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Starting vertex on the underlying graph from/to which the isochrones are created.
- setSourceNodes(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
-
It can be one of the nodal identifiers - e.g: 'NODE_WKTPOINT' for source nodes.
- setSourceTable(String) - Method in class com.gpudb.protocol.EvaluateModelRequest
- setSourceTableColumnName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the column in the
sourceTableNamewhose values will be used as the filter for tabletableName. - setSourceTableName(String) - Method in class com.gpudb.protocol.AppendRecordsRequest
-
The source table name to get records from, in [schema_name.]table_name format, using standard name resolution rules.
- setSourceTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the table whose data will be compared against in the table called
tableName, in [schema_name.]table_name format, using standard name resolution rules. - setSqlOptions(Map<String, String>) - Method in class com.gpudb.GPUdbSqlIterator
- setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Lower end value of the histogram interval, inclusive.
- setStart(double) - Method in class com.gpudb.protocol.AggregateHistogramResponse
-
Value of
start. - setStart(double) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
The lower bound of the binning-column.
- setStartTime(String) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
The start time of the cluster operation.
- setStastisticsMap(List<List<Map<String, String>>>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
A list of maps which contain the column statistics of the table
tableNames. - setStatement(String) - Method in class com.gpudb.protocol.ExecuteSqlRequest
-
SQL statement (query, DML, or DDL) to be executed
- setStatisticsMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowResourceStatisticsResponse
-
Map of resource statistics
- setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
A string of comma separated list of the statistics to calculate, e.g. 'sum,mean'.
- setStats(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Comma separated list of the statistics to calculate, e.g. "sum,mean".
- setStats(Map<String, Double>) - Method in class com.gpudb.protocol.AggregateStatisticsResponse
-
(statistic name, double value) pairs of the requested statistics, including the total count by default.
- setStats(Map<String, List<Double>>) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeResponse
-
A map with a key for each statistic in the stats input parameter having a value that is a vector of the corresponding value-column bin statistics.
- setStatus(String) - Method in class com.gpudb.protocol.RawGpudbResponse
- setStatus(List<String>) - Method in class com.gpudb.protocol.AdminAlterJobsResponse
-
Status of the requested action for each job.
- setStatus(List<String>) - Method in class com.gpudb.protocol.AdminShowJobsResponse
- setStatus(List<String>) - Method in class com.gpudb.protocol.ShowVideoResponse
-
The status of the last rendered frame for each video.
- setStatuses(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Statuses for the returned run IDs, grouped by data segment ID.
- setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.GetJobResponse
-
Map of various status strings for the executed job.
- setStatusMap(Map<String, String>) - Method in class com.gpudb.protocol.ShowSystemStatusResponse
-
A map of server configuration and health related status.
- setStorageProviderTypes(List<String>) - Method in class com.gpudb.protocol.ShowDatasourceResponse
-
The storage provider type of the data sources named in
datasourceNames. - setStyle(String) - Method in class com.gpudb.protocol.CreateVideoRequest
-
The name of the visualize mode; should correspond to the schema used for the
styleParametersfield. - 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, String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Various style related options of the isochrone image.
- setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Rendering style options for a chart.
- setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
- setStyleOptions(Map<String, List<String>>) - Method in class com.gpudb.protocol.VisualizeImageRequest
- setStyleParameters(String) - Method in class com.gpudb.protocol.CreateVideoRequest
-
A string containing the JSON-encoded visualize request.
- 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
-
True if the job execution completed and no errors were encountered.
- setSuccessfulFileNames(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
List of
fileNamesthat were successfully uploaded. - setSuccessfulUrls(List<String>) - Method in class com.gpudb.protocol.UploadFilesFromurlResponse
-
List of
urlsthat were successfully uploaded. - 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
-
The actual symbol data.
- setSymbolFormat(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
-
Specifies the symbol format.
- setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolRequest
-
The id of the symbol being added.
- setSymbolId(String) - Method in class com.gpudb.protocol.InsertSymbolResponse
-
Value of
symbolId. - setSystemProperties(Map<String, String>) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Set the system properties.
- setTableDescriptions(List<List<String>>) - Method in class com.gpudb.protocol.ShowTableResponse
-
List of descriptions for the respective tables in
tableNames. - setTableExists(boolean) - Method in class com.gpudb.protocol.HasTableResponse
-
Indicates whether the table exists or not.
- setTableFormat(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Table format (iceberg, hudi, deltalake)
- 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
-
Name of table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateGroupByRequest
-
Name of an existing table or view on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateHistogramRequest
-
Name of the table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Name of the table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateMinMaxGeometryRequest
-
Name of the table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateMinMaxRequest
-
Name of the table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the table on which the ranged-statistics operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateStatisticsRequest
-
Name of the table on which the statistics operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueRequest
-
Name of an existing table or view on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateUniqueResponse
-
The same table name as was passed in the parameter list.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Name of the table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Typically shows the result-table name if provided in the request (Ignore otherwise).
- setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsRequest
-
Table on which the operation will be performed.
- setTableName(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
Table on which the operation was performed.
- setTableName(String) - Method in class com.gpudb.protocol.AlterTableRequest
-
Table on which the operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
Table on which the operation was performed.
- setTableName(String) - Method in class com.gpudb.protocol.AppendRecordsRequest
-
The table name for the records to be appended, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.AppendRecordsResponse
- setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsRequest
-
Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.ClearStatisticsResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.ClearTableRequest
-
Name of the table to be cleared, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.ClearTableResponse
-
Value of
tableNamefor a given table, or 'ALL CLEARED' in case of clearing all tables. - setTableName(String) - Method in class com.gpudb.protocol.CollectStatisticsRequest
-
Name of a table, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.CollectStatisticsResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.CreateDeltaTableRequest
- setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewRequest
-
Name of the table to be created that is the top-level table of the materialized view, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setTableName(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.CreateProjectionRequest
-
Name of the existing table on which the projection is to be applied, in [schema_name.]table_name format, using standard name resolution rules.
- 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
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setTableName(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorRequest
-
Name of the table to monitor, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.CreateTableRequest
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setTableName(String) - Method in class com.gpudb.protocol.CreateTableResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.CreateUnionRequest
-
Name of the table to be created, in [schema_name.]table_name format, using standard name resolution rules and meeting table naming criteria.
- setTableName(String) - Method in class com.gpudb.protocol.CreateUnionResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.DeleteRecordsRequest
-
Name of the table from which to delete records, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesRequest
- setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToFilesResponse
-
Name of source table
- setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToTableRequest
-
Name of the table from which the data will be exported to remote database, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.ExportRecordsToTableResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of the table on which the bounding box operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
Name of the table on which the filter by geometry will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByListRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Name of the table on which the filter by radius operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the table on which the filter by radius operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
-
Name of the table on which the filter by range operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Name of the table on which the filter by track operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
-
Name of the table on which the filter operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
-
Name of the table whose data will be filtered, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
-
Name of an existing table on which to perform the calculation, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.FilterRequest
-
Name of the table to filter, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnRequest
-
Name of the table or view on which this operation will be performed, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
The same table name as was passed in the parameter list.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Name of the table or view for which series/tracks will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionRequest
-
Name of the collection or table from which records are to be retrieved, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.GetRecordsRequest
-
Name of the table or view from which the records will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GetRecordsResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableRequest
-
Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.GrantPermissionTableResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.HasTableRequest
-
Name of the table to check for existence, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.HasTableResponse
-
Value of
tableName - setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryRequest
-
Name of the table into which the data will be inserted, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomRequest
-
Table to which random records will be added, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRandomResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.InsertRecordsRequest
-
Name of table to which the records are to be added, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.LockTableRequest
-
Name of the table to be locked, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUniqueResponse
-
The same table name as was passed in the parameter list.
- setTableName(String) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Typically shows the result-table name if provided in the request (Ignore otherwise).
- setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
The same table name as was passed in the parameter list.
- setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.RawInsertRecordsRequest
-
Name of table to which the records are to be added, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.RawUpdateRecordsRequest
-
Name of table to be updated, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableRequest
-
Name of the table to which the permission grants access, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.RevokePermissionTableResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.ShowTableRequest
-
Name of the table for which to retrieve the information, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.ShowTableResponse
-
Value of
tableName. - setTableName(String) - Method in class com.gpudb.protocol.UpdateRecordsRequest
-
Name of table to be updated, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Name of the table containing the data to be drawn as a chart, in [schema_name.]table_name format, using standard name resolution rules.
- setTableName(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
- setTableNames(List<String>) - Method in class com.gpudb.protocol.AdminRepairTableRequest
-
List of tables to query.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.AdminRepairTableResponse
-
List of repaired tables.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataRequest
-
Names of the tables whose metadata will be updated, in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterTableMetadataResponse
-
Value of
tableNames. - setTableNames(List<String>) - Method in class com.gpudb.protocol.AlterWalRequest
-
List of tables to modify.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ClearTablesRequest
-
Names of the tables to be cleared, in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateJoinTableRequest
-
The list of table names composing the join, each in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Names of the tables on which the trigger will be activated and maintained, each in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateTriggerByRangeRequest
-
Tables on which the trigger will be active, each in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.CreateUnionRequest
-
The list of table names to merge, in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
The table name (one per series/track) of the returned series/tracks.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.GetVectortileRequest
- setTableNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The table name (one per series/track) of the returned series/tracks.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsRequest
-
Names of tables whose metadata will be fetched, each in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowStatisticsResponse
-
Value of
tableNames. - setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataRequest
-
Names of tables whose metadata will be fetched, in [schema_name.]table_name format, using standard name resolution rules.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMetadataResponse
-
Value of
tableNames. - setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableMonitorsResponse
-
List of source tables being monitored for the respective
monitorIds. - setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowTablesByTypeResponse
-
List of tables matching the input criteria.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowWalRequest
-
List of tables to query.
- setTableNames(List<String>) - Method in class com.gpudb.protocol.ShowWalResponse
-
List of returned tables.
- 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
- setTables(Map<String, String>) - Method in class com.gpudb.protocol.ClearTablesResponse
-
For each table in
tableNames, any error from the clear operation, or an empty string if successful. - setTableTypes(Map<String, String>) - Method in class com.gpudb.protocol.AdminRepairTableRequest
-
internal: type_id per table.
- setTargetTrackIds(List<String>) - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
Up to one track ID to intersect with the "filter" track.
- 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
-
Optional map containing tier names and their respective attribute group limits.
- setTierAttributes(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.CreateResourceGroupRequest
-
Optional map containing tier names and their respective attribute group limits.
- 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 It could start a timed flush thread if it was not already active when the BulkInserter was created.
- setTimeInMs(List<Float>) - Method in class com.gpudb.protocol.ShowSystemTimingResponse
-
List of time (in ms) of the recent requests.
- 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
-
Timestamp for when the alert occurred, sorted from most recent to least recent.
- setTimings(Map<String, Map<String, Map<String, Long>>>) - Method in class com.gpudb.protocol.ShowProcStatusResponse
-
Timing information for the returned run IDs, grouped by data segment ID.
- setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansRequest
-
Stop iterating when the distances between successive points is less than the given tolerance.
- setTolerance(double) - Method in class com.gpudb.protocol.AggregateKMeansResponse
-
The distance between the last two iterations of the algorithm before it quit.
- setTom(List<Integer>) - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Array of toms to which the corresponding shard belongs.
- setTopicId(String) - Method in class com.gpudb.protocol.AlterTableMonitorRequest
-
The topic ID returned by
GPUdb.createTableMonitor. - setTopicId(String) - Method in class com.gpudb.protocol.AlterTableMonitorResponse
-
Value of
topicId. - setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorRequest
-
The topic ID returned by
GPUdb.createTableMonitor. - setTopicId(String) - Method in class com.gpudb.protocol.ClearTableMonitorResponse
-
Value of
topicId. - setTopicId(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
The ZMQ topic ID to subscribe to for table events.
- setTotalBytes(long) - Method in class com.gpudb.protocol.AlterBackupResponse
-
Total size of files affected by the alter operation.
- setTotalFullSize(long) - Method in class com.gpudb.protocol.ShowTableResponse
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AggregateGroupByResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AggregateUnpivotResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.AlterBackupResponse
-
Total number of records affected by the alter operation.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.CreateBackupResponse
-
Total number of records that can be restored from this snapshot.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.ExecuteSqlResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsByColumnResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.GetRecordsResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawAggregateGroupByResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawAggregateUnpivotResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawExecuteSqlResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsByColumnResponse
-
Total/Filtered number of records.
- setTotalNumberOfRecords(long) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Total/Filtered number of records.
- 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
-
The ID of the track which will act as the filtering points.
- 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
-
ID for the trigger to be deactivated.
- setTriggerId(String) - Method in class com.gpudb.protocol.ClearTriggerResponse
-
Value of
triggerId. - setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaResponse
-
Value of
requestId. - setTriggerId(String) - Method in class com.gpudb.protocol.CreateTriggerByRangeResponse
-
Value of
requestId. - setTriggerIds(List<String>) - Method in class com.gpudb.protocol.ShowTriggersRequest
-
List of IDs of the triggers whose information is to be retrieved.
- setTriggerMap(Map<String, Map<String, String>>) - Method in class com.gpudb.protocol.ShowTriggersResponse
-
This dictionary contains (key, value) pairs of (trigger ID, information map/dictionary) where the key is a Unicode string representing a Trigger ID.
- 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
-
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
- setType(String) - Method in class com.gpudb.protocol.CreateCatalogRequest
-
Type of the catalog (REST (unity, polaris, tabular), nessie, hive, glue)
- setType(String) - Method in class com.gpudb.protocol.CreateCredentialRequest
-
Type of the credential to be created.
- setTypeDefinition(String) - Method in class com.gpudb.protocol.AlterTableColumnsResponse
-
return the type_definition (when changing a table, a new type may be created)
- setTypeDefinition(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type_definition (when changing a table, a new type may be created)
- setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
A JSON string describing the columns of the created external table
- setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeRequest
-
a JSON string describing the columns of the type to be registered, as described above.
- setTypeDefinition(String) - Method in class com.gpudb.protocol.CreateTypeResponse
-
Value of
typeDefinition. - setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
A JSON string describing the columns of the target table
- setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
A JSON string describing the columns of the target table
- setTypeDefinition(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
A JSON string describing the columns of the target table
- setTypeDescriptorIfMissing(String, String, String, Map<String, List<String>>) - Method in class com.gpudb.GPUdbBase
- setTypeExists(boolean) - Method in class com.gpudb.protocol.HasTypeResponse
-
Indicates whether the type exists or not.
- 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
-
return the type_id (when changing a table, a new type may be created)
- setTypeId(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
return the type_id (when changing a table, a new type may be created)
- setTypeId(String) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
ID of the currently registered table structure type for this external table
- setTypeId(String) - Method in class com.gpudb.protocol.CreateTableRequest
-
The type for the table, specified as either an existing table's numerical type ID (as returned by
GPUdb.createType) or a type definition (as described above). - setTypeId(String) - Method in class com.gpudb.protocol.CreateTableResponse
-
Value of
typeId. - setTypeId(String) - Method in class com.gpudb.protocol.CreateTypeResponse
-
An identifier representing the created type.
- setTypeId(String) - Method in class com.gpudb.protocol.HasTypeRequest
-
Id of the type returned in response to
GPUdb.createTyperequest. - setTypeId(String) - Method in class com.gpudb.protocol.HasTypeResponse
-
Value of
typeId. - setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
ID of the currently registered table structure type for the target table
- setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
ID of the currently registered table structure type for the target table
- setTypeId(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
ID of the currently registered table structure type for the target table
- setTypeId(String) - Method in class com.gpudb.protocol.ShowTablesByTypeRequest
-
Type id returned by a call to
GPUdb.createType. - setTypeId(String) - Method in class com.gpudb.protocol.ShowTypesRequest
-
Type Id returned in response to a call to
GPUdb.createType. - setTypeIds(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
-
Type IDs of the respective tables in
tableNames. - 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
-
The user-defined description associated with the table's structure
- setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
The user-defined description associated with the target table's structure
- setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
The user-defined description associated with the target table's structure
- setTypeLabel(String) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
The user-defined description associated with the target table's structure
- setTypeLabels(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
-
Type labels of the respective tables in
tableNames. - 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
-
The type IDs (one per series/track) of the returned series/tracks.
- setTypeNames(List<String>) - Method in class com.gpudb.protocol.GetRecordsFromCollectionResponse
-
The type IDs of the corresponding records in
dataorrecordsJson. - setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The type IDs (one per series/track) of the returned series/tracks.
- setTypeNames(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsFromCollectionResponse
-
The type IDs of the corresponding records in
recordsBinaryorrecordsJson. - setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.CreateTableExternalResponse
-
A mapping of each external table column name to an array of column properties associated with that column
- setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromFilesResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromPayloadResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- setTypeProperties(Map<String, List<String>>) - Method in class com.gpudb.protocol.InsertRecordsFromQueryResponse
-
A mapping of each target table column name to an array of column properties associated with that column
- setTypes(List<String>) - Method in class com.gpudb.protocol.AdminShowAlertsResponse
-
Type of system alert, sorted from most recent to least recent.
- setTypes(Map<String, String>) - Method in class com.gpudb.protocol.ShowSecurityResponse
-
Map of user/role name to the type of that user/role.
- setTypeSchema(String) - Method in class com.gpudb.protocol.CreateTableMonitorResponse
-
JSON Avro schema of the table, for use in decoding published records.
- setTypeSchema(String) - Method in class com.gpudb.protocol.GetRecordsResponse
-
Avro schema of
dataorrecordsJson - setTypeSchema(String) - Method in class com.gpudb.protocol.RawGetRecordsResponse
-
Avro schema of
recordsBinaryorrecordsJson - setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.GetRecordsBySeriesResponse
-
The type schemas (one per series/track) of the returned series/tracks.
- setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.RawGetRecordsBySeriesResponse
-
The type schemas (one per series/track) of the returned series/tracks.
- setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowFunctionsResponse
- setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTableResponse
-
Type schemas of the respective tables in
tableNames. - setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.ShowTypesResponse
- setTypeSchemas(List<String>) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoResponse
- setUncommitted(List<List<Long>>) - Method in class com.gpudb.protocol.ShowWalResponse
-
List of number of uncommitted entries.
- setUnshardedRebalancePercentComplete(int) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Percentage of unsharded tables that completed rebalancing, out of all unsharded tables to rebalance.
- setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasinkResponse
-
Map of values updated
- setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterDatasourceResponse
-
Map of values updated
- setUpdatedPropertiesMap(Map<String, String>) - Method in class com.gpudb.protocol.AlterSystemPropertiesResponse
-
Map of values updated; for speed tests, a map of values measured to the measurement
- 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
-
Value of the upper bound (inclusive).
- 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
-
List of URLs to upload, for each respective file in
fileNames. - 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
-
Name of the remote system user; may be an empty string
- setUsers(List<String>) - Method in class com.gpudb.protocol.ShowDirectoriesResponse
-
User that created each directory for the respective directories in
directories - setUsers(List<String>) - Method in class com.gpudb.protocol.ShowFilesResponse
-
User that created the file
- setUserStopped(boolean) - Method in class com.gpudb.protocol.AdminShowClusterOperationsResponse
-
Whether a user stopped this operation at any point while in progress.
- 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(double) - Method in class com.gpudb.protocol.FilterByValueRequest
-
The value to search for.
- setValue(String) - Method in class com.gpudb.protocol.AlterBackupRequest
-
Value of the modification, depending on
action. - setValue(String) - Method in class com.gpudb.protocol.AlterEnvironmentRequest
-
The value of the modification, depending on
action. - 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
-
The value of the modification, depending on
action. - setValue(String) - Method in class com.gpudb.protocol.AlterSchemaRequest
-
The value of the modification, depending on
action. - setValue(String) - Method in class com.gpudb.protocol.AlterTableRequest
-
The value of the modification, depending on
action. - setValue(String) - Method in class com.gpudb.protocol.AlterTableResponse
-
The value of the modification that was performed.
- setValue(String) - Method in class com.gpudb.protocol.AlterUserRequest
-
The value of the modification, depending on
action. - setValueColumnName(String) - Method in class com.gpudb.protocol.AggregateStatisticsByRangeRequest
-
Name of the value-column for which statistics are to be computed.
- setValueColumnName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the value column name.
- 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
-
The string value to search for.
- setVariableColumnName(String) - Method in class com.gpudb.protocol.AggregateUnpivotRequest
-
Specifies the variable/parameter column name.
- setVerifiedOk(boolean) - Method in class com.gpudb.protocol.AdminVerifyDbResponse
-
True if no errors were found, false otherwise.
- setVersion(long) - Method in class com.gpudb.protocol.AdminShowShardsResponse
-
Current shard array version number.
- setViewId(String) - Method in class com.gpudb.protocol.CreateMaterializedViewResponse
-
Value of view_id.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByListRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByRangeRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterBySeriesRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByStringRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByTableRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterByValueRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setViewName(String) - Method in class com.gpudb.protocol.FilterRequest
-
If provided, then this will be the name of the view containing the results, in [schema_name.]view_name format, using standard name resolution rules and meeting table naming criteria.
- setWeights(List<String>) - Method in class com.gpudb.protocol.CreateGraphRequest
-
Weights represent a method of informing the graph solver of the cost of including a given edge in a solution.
- setWeights(List<String>) - Method in class com.gpudb.protocol.ModifyGraphRequest
- setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.SolveGraphRequest
-
Additional weights to apply to the edges of an existing graph.
- setWeightsOnEdges(List<String>) - Method in class com.gpudb.protocol.VisualizeIsochroneRequest
-
Additional weights to apply to the edges of an existing graph.
- setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageClassbreakResponse
- setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageLabelsResponse
- setWidth(double) - Method in class com.gpudb.protocol.VisualizeImageResponse
- setWidth(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartRequest
-
Width of the generated image in pixels.
- setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageChartResponse
-
Width of the image as provided in
width. - setWidth(int) - Method in class com.gpudb.protocol.VisualizeImageClassbreakRequest
- 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(int) - Method in class com.gpudb.protocol.VisualizeImageRequest
- setWidth(int) - Method in class com.gpudb.protocol.VisualizeIsochroneResponse
-
Width of the image as provided in
WIDTH. - setWorkerRankUrls(List<URL>) - Method in class com.gpudb.GPUdbBase.ClusterAddressInfo
-
Set the worker rank URLs.
- setWorldTableName(String) - Method in class com.gpudb.protocol.GetRecordsBySeriesRequest
-
Name of the table containing the complete series/track information to be returned for the tracks present in the
tableName, in [schema_name.]table_name format, using standard name resolution rules. - 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
-
Value of the longitude of the center.
- setXCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Value of the longitude of the center.
- setXColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Name of the column containing the x coordinates of the points for the operation being performed.
- setXColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Name of a numeric column on which the trigger is activated.
- setXColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the column containing the x values to be filtered.
- setXColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of the column on which to perform the bounding box query.
- setXColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the column to be used for the x-coordinate (the longitude) of the center.
- 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
-
Names of the columns containing the data mapped to the x axis of a chart.
- setXOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
- setXVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Array of x coordinates of the resulting convex set.
- setXVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
The respective coordinate values for the region on which the trigger is activated.
- setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
List of x coordinates of the vertices of the polygon representing the area to be filtered.
- setXVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
List of x coordinates of the vertices of the polygon representing the area to be filtered.
- setY(int) - Method in class com.gpudb.protocol.VisualizeGetFeatureInfoRequest
- setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusGeometryRequest
-
Value of the latitude of the center.
- setYCenter(double) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Value of the latitude of the center.
- setYColumnName(String) - Method in class com.gpudb.protocol.AggregateConvexHullRequest
-
Name of the column containing the y coordinates of the points for the operation being performed.
- setYColumnName(String) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
Name of a second numeric column on which the trigger is activated.
- setYColumnName(String) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
Name of the column containing the y values to be filtered.
- setYColumnName(String) - Method in class com.gpudb.protocol.FilterByBoxRequest
-
Name of a column on which to perform the bounding box query.
- setYColumnName(String) - Method in class com.gpudb.protocol.FilterByRadiusRequest
-
Name of the column to be used for the y-coordinate-the latitude-of the center.
- 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
-
Names of the columns containing the data mapped to the y axis of a chart.
- setYOffset(String) - Method in class com.gpudb.protocol.VisualizeImageLabelsRequest
- setYVector(List<Double>) - Method in class com.gpudb.protocol.AggregateConvexHullResponse
-
Array of y coordinates of the resulting convex set.
- setYVector(List<Double>) - Method in class com.gpudb.protocol.CreateTriggerByAreaRequest
-
The respective coordinate values for the region on which the trigger is activated.
- setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaGeometryRequest
-
List of y coordinates of the vertices of the polygon representing the area to be filtered.
- setYVector(List<Double>) - Method in class com.gpudb.protocol.FilterByAreaRequest
-
List of y coordinates of the vertices of the polygon representing the area to be filtered.
- 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.
- SHAPE_RENDERER - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- SHAPE_RENDERER - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- SHAPEFILE - com.gpudb.filesystem.ingest.FileType
- 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.
- SHARD_KEY - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
Comma-separated list of the columns to be sharded on; e.g. 'column1, column2'.
- SHARD_KEY - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Comma-separated list of the columns to be sharded on; e.g. 'column1, column2'.
- SHARD_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
This property indicates that this column will be part of (or the entire) shard key.
- 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 additional weight over the edges labeled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas invoked at graph creation. - SHARP_TURN_PENALTY - Static variable in class com.gpudb.protocol.SolveGraphRequest.Options
-
This will add an additional weight over the edges labeled as 'sharp turn' or 'u-turn' if the 'add_turn' option parameter of the
GPUdb.createGraphwas 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
- SHOW_CONTENTS - Static variable in class com.gpudb.protocol.ShowBackupRequest.Options
-
Show the contents of the backed-up snapshots.
- 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
TRUEinclude the default and system resource groups in the response. - SHOW_DEFAULT_VALUES - Static variable in class com.gpudb.protocol.ShowResourceGroupsRequest.Options
-
If
TRUEinclude values of fields that are based on the default resource group. - SHOW_NAMES_ONLY - Static variable in class com.gpudb.protocol.ShowEnvironmentRequest.Options
-
If
TRUEonly return the names of the installed environments and omit package listing. - 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_SETTINGS - Static variable in class com.gpudb.protocol.ShowWalRequest.Options
-
If
TRUEinclude a map of the WAL settings for the requested tables. - 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
TRUEinclude 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
-
Returns statistics about all KiFS directories.
- showAllDirectories(Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about all KiFS directories.
- showBackup(ShowBackupRequest) - Method in class com.gpudb.GPUdb
-
Shows information about one or more backups accessible via the data source specified by
datasourceName. - showBackup(String, String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about one or more backups accessible via the data source specified by
datasourceName. - ShowBackupRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showBackup. - ShowBackupRequest() - Constructor for class com.gpudb.protocol.ShowBackupRequest
-
Constructs a ShowBackupRequest object with default parameters.
- ShowBackupRequest(String, String, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowBackupRequest
-
Constructs a ShowBackupRequest object with the specified parameters.
- ShowBackupRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ShowBackupRequestparameteroptions. - ShowBackupResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showBackup. - ShowBackupResponse() - Constructor for class com.gpudb.protocol.ShowBackupResponse
-
Constructs a ShowBackupResponse object with default parameters.
- 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 credential or all credentials.
- showCredential(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about a specified credential or all credentials.
- ShowCredentialRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showCredential. - 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. - 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 data sink or all data sinks.
- showDatasink(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about a specified data sink or all data sinks.
- ShowDatasinkRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showDatasink. - 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. - ShowDatasinkResponse() - Constructor for class com.gpudb.protocol.ShowDatasinkResponse
-
Constructs a ShowDatasinkResponse object with default parameters.
- ShowDatasinkResponse.AdditionalInfo - Class in com.gpudb.protocol
-
A set of string constants for the
ShowDatasinkResponseparameteradditionalInfo. - showDatasource(ShowDatasourceRequest) - Method in class com.gpudb.GPUdb
-
Shows information about a specified data source or all data sources.
- showDatasource(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about a specified data source or all data sources.
- ShowDatasourceRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showDatasource. - 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. - ShowDatasourceResponse() - Constructor for class com.gpudb.protocol.ShowDatasourceResponse
-
Constructs a ShowDatasourceResponse object with default parameters.
- ShowDatasourceResponse.AdditionalInfo - Class in com.gpudb.protocol
-
A set of string constants for the
ShowDatasourceResponseparameteradditionalInfo. - ShowDatasourceResponse.StorageProviderTypes - Class in com.gpudb.protocol
-
A set of string constants for the
ShowDatasourceResponseparameterstorageProviderTypes. - showDirectories(ShowDirectoriesRequest) - Method in class com.gpudb.GPUdb
-
Shows information about directories in KiFS.
- showDirectories(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about directories in KiFS.
- showDirectories(List<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about the given KiFS directories.
- showDirectories(List<String>, Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about the given KiFS directories.
- showDirectories(Set<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- showDirectories(Set<String>, Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Deprecated, for removal: This API element is subject to removal in a future version.
- ShowDirectoriesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showDirectories. - 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. - ShowDirectoriesResponse() - Constructor for class com.gpudb.protocol.ShowDirectoriesResponse
-
Constructs a ShowDirectoriesResponse object with default parameters.
- showDirectory(String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about the given KiFS directory.
- showDirectory(String, Map<String, String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about the given KiFS directory.
- showEnvironment(ShowEnvironmentRequest) - Method in class com.gpudb.GPUdb
-
Shows information about a specified user-defined function (UDF) environment or all environments.
- showEnvironment(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about a specified user-defined function (UDF) environment or all environments.
- ShowEnvironmentRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showEnvironment. - 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
-
A set of string constants for the
ShowEnvironmentRequestparameteroptions. - ShowEnvironmentResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showEnvironment. - ShowEnvironmentResponse() - Constructor for class com.gpudb.protocol.ShowEnvironmentResponse
-
Constructs a ShowEnvironmentResponse object with default parameters.
- showFiles(ShowFilesRequest) - Method in class com.gpudb.GPUdb
-
Shows information about files in KiFS.
- showFiles(List<String>) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Returns statistics about the given KiFS files and/or directories.
- showFiles(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Shows information about files in KiFS.
- ShowFilesRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showFiles. - 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. - ShowFilesResponse() - Constructor for class com.gpudb.protocol.ShowFilesResponse
-
Constructs a ShowFilesResponse object with default parameters.
- ShowFilesResponse.Info - Class in com.gpudb.protocol
-
A set of string constants for the
ShowFilesResponseparameterinfo. - 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() - 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
-
A set of string constants for the
ShowGraphRequestparameteroptions. - ShowGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showGraph. - 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() - 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
-
A set of string constants for the
ShowProcRequestparameteroptions. - ShowProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showProc. - ShowProcResponse() - Constructor for class com.gpudb.protocol.ShowProcResponse
-
Constructs a ShowProcResponse object with default parameters.
- ShowProcResponse.ExecutionModes - Class in com.gpudb.protocol
-
A set of string constants for the
ShowProcResponseparameterexecutionModes. - 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
-
A set of parameters for
GPUdb.showProcStatus. - 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
-
A set of string constants for the
ShowProcStatusRequestparameteroptions. - ShowProcStatusResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showProcStatus. - ShowProcStatusResponse() - Constructor for class com.gpudb.protocol.ShowProcStatusResponse
-
Constructs a ShowProcStatusResponse object with default parameters.
- ShowProcStatusResponse.Output - Class in com.gpudb.protocol
-
A set of string constants for the
ShowProcStatusResponseparameteroutput. - ShowProcStatusResponse.OverallStatuses - Class in com.gpudb.protocol
-
A set of string constants for the
ShowProcStatusResponseparameteroverallStatuses. - ShowProcStatusResponse.Statuses - Class in com.gpudb.protocol
-
A set of string constants for the
ShowProcStatusResponseparameterstatuses. - 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
-
A set of parameters for
GPUdb.showResourceGroups. - 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
-
A set of string constants for the
ShowResourceGroupsRequestparameteroptions. - ShowResourceGroupsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showResourceGroups. - 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
-
A set of parameters for
GPUdb.showResourceObjects. - 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
-
A set of string constants for the
ShowResourceObjectsRequestparameteroptions. - ShowResourceObjectsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showResourceObjects. - 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
-
A set of parameters for
GPUdb.showResourceStatistics. - 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
-
A set of results returned by
GPUdb.showResourceStatistics. - 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 schema (or all schemas), as specified in
schemaName. - showSchema(String, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Retrieves information about a schema (or all schemas), as specified in
schemaName. - ShowSchemaRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showSchema. - 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
-
A set of string constants for the
ShowSchemaRequestparameteroptions. - ShowSchemaResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showSchema. - 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
-
A set of parameters for
GPUdb.showSecurity. - 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
-
A set of string constants for the
ShowSecurityRequestparameteroptions. - ShowSecurityResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showSecurity. - ShowSecurityResponse() - Constructor for class com.gpudb.protocol.ShowSecurityResponse
-
Constructs a ShowSecurityResponse object with default parameters.
- ShowSecurityResponse.Types - Class in com.gpudb.protocol
-
A set of string constants for the
ShowSecurityResponseparametertypes. - 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() - 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
-
A set of string constants for the
ShowSqlProcRequestparameteroptions. - ShowSqlProcResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showSqlProc. - ShowSqlProcResponse() - Constructor for class com.gpudb.protocol.ShowSqlProcResponse
-
Constructs a ShowSqlProcResponse object with default parameters.
- ShowSqlProcResponse.AdditionalInfo - Class in com.gpudb.protocol
-
A set of string constants for the
ShowSqlProcResponseparameteradditionalInfo. - 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
-
A set of parameters for
GPUdb.showStatistics. - 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.
- ShowStatisticsRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ShowStatisticsRequestparameteroptions. - ShowStatisticsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showStatistics. - 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
-
A set of parameters for
GPUdb.showSystemProperties. - 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
-
A set of string constants for the
ShowSystemPropertiesRequestparameteroptions. - ShowSystemPropertiesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showSystemProperties. - ShowSystemPropertiesResponse() - Constructor for class com.gpudb.protocol.ShowSystemPropertiesResponse
-
Constructs a ShowSystemPropertiesResponse object with default parameters.
- ShowSystemPropertiesResponse.PropertyMap - Class in com.gpudb.protocol
-
A set of string constants for the
ShowSystemPropertiesResponseparameterpropertyMap. - 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
-
A set of parameters for
GPUdb.showSystemStatus. - 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
-
A set of results returned by
GPUdb.showSystemStatus. - 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
-
A set of parameters for
GPUdb.showSystemTiming. - 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
-
A set of results returned by
GPUdb.showSystemTiming. - 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
-
A set of parameters for
GPUdb.showTableMetadata. - 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
-
A set of results returned by
GPUdb.showTableMetadata. - 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
-
A set of parameters for
GPUdb.showTableMonitors. - 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
-
A set of results returned by
GPUdb.showTableMonitors. - ShowTableMonitorsResponse() - Constructor for class com.gpudb.protocol.ShowTableMonitorsResponse
-
Constructs a ShowTableMonitorsResponse object with default parameters.
- ShowTableMonitorsResponse.AdditionalInfo - Class in com.gpudb.protocol
-
A set of string constants for the
ShowTableMonitorsResponseparameteradditionalInfo. - ShowTableRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showTable. - 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
-
A set of string constants for the
ShowTableRequestparameteroptions. - ShowTableResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showTable. - ShowTableResponse() - Constructor for class com.gpudb.protocol.ShowTableResponse
-
Constructs a ShowTableResponse object with default parameters.
- ShowTableResponse.AdditionalInfo - Class in com.gpudb.protocol
-
A set of string constants for the
ShowTableResponseparameteradditionalInfo. - ShowTableResponse.TableDescriptions - Class in com.gpudb.protocol
-
A set of string constants for the
ShowTableResponseparametertableDescriptions. - 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
-
A set of parameters for
GPUdb.showTablesByType. - 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
-
A set of results returned by
GPUdb.showTablesByType. - 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
-
A set of parameters for
GPUdb.showTriggers. - 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. - 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() - 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
-
A set of string constants for the
ShowTypesRequestparameteroptions. - ShowTypesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showTypes. - 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() - 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. - ShowVideoResponse() - Constructor for class com.gpudb.protocol.ShowVideoResponse
-
Constructs a ShowVideoResponse object with default parameters.
- showWal(ShowWalRequest) - Method in class com.gpudb.GPUdb
-
Requests table write-ahead log (WAL) properties.
- showWal(List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Requests table write-ahead log (WAL) properties.
- ShowWalRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.showWal. - ShowWalRequest() - Constructor for class com.gpudb.protocol.ShowWalRequest
-
Constructs a ShowWalRequest object with default parameters.
- ShowWalRequest(List<String>, Map<String, String>) - Constructor for class com.gpudb.protocol.ShowWalRequest
-
Constructs a ShowWalRequest object with the specified parameters.
- ShowWalRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
ShowWalRequestparameteroptions. - ShowWalResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.showWal. - ShowWalResponse() - Constructor for class com.gpudb.protocol.ShowWalResponse
-
Constructs a ShowWalResponse object with default parameters.
- SHRINK_COLUMNS - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
Shrinks corrupted chunks to the shortest column
- 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() - Method in class com.gpudb.GPUdbSqlIterator
- 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_ADDITIONAL_INFO - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
If
TRUEthen the response will not populate the additional_info field. - SKIP_LINES - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Skip a number of lines from the beginning of the file.
- SKIP_LINES - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Skip a number of lines from the beginning of the file.
- SKIP_LINES - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Skip a number of lines from the beginning of the file.
- SKIP_TEMP_SCHEMAS - Static variable in class com.gpudb.protocol.ShowTableRequest.Options
-
If
TRUEthen the table list will not include tables from SYS_TEMP and other system temporary schemas. - 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.CreateCatalogRequest.Options
-
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.
- 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.CreateJobRequest.RequestEncoding
- SNAPPY - Static variable in class com.gpudb.protocol.ExportRecordsToFilesRequest.Options
- SOFT_PRIMARY_KEY - Static variable in class com.gpudb.ColumnProperty
-
This property indicates that this column will be part of (or the entire) soft primary key.
- SOFT_PRIMARY_KEY - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
This property indicates that this column will be part of (or the entire) soft primary key.
- 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.
- 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 name resolution rules and meeting table naming criteria.
- solveGraph(SolveGraphRequest) - Method in class com.gpudb.GPUdb
-
Solves an existing graph for a type of problem (e.g., shortest path, page rank, traveling 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, traveling 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() - 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
-
A set of string constants for the
SolveGraphRequestparameteroptions. - SolveGraphRequest.SolverType - Class in com.gpudb.protocol
-
A set of string constants for the
SolveGraphRequestparametersolverType. - SolveGraphResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.solveGraph. - 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
-
[DEPRECATED--use order_by instead] 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
-
[DEPRECATED--use order_by instead] 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 -
ASCENDINGorDESCENDING. - 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
-
Buckets files to be uploaded into full or multi-part groups, based on local file sizes.
- SOURCE - Static variable in class com.gpudb.protocol.MatchGraphRequest.Options
-
Optional WKT starting point from
samplePointsfor 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 balanced 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 - com.gpudb.filesystem.ingest.TypeInferenceMode
- 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
- SQLGPT - Static variable in class com.gpudb.protocol.ImportModelRequest.Options
- 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. - start() - Method in class com.gpudb.filesystem.download.DownloadIoJob
-
Starts the job to download the multipart file by submitting different segments of the file for download in an independent thread.
- start() - Method in class com.gpudb.filesystem.upload.UploadIoJob
-
Starts the job to upload the multipart file by submitting different stages of a
MultiPartUploadInfo.MultiPartOperationfor execution. - START - Static variable in class com.gpudb.protocol.AggregateHistogramRequest.Options
-
The start parameter for char types.
- START_OFFSETS - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
Starting offsets by partition to fetch from kafka.
- START_OFFSETS - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Starting offsets by partition to fetch from kafka.
- 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
IoTaskinstances. - stop() - Method in class com.gpudb.filesystem.upload.UploadIoJob
-
This method is used to stop all the running
IoTaskinstances. - STOP_DEPLOYMENT - Static variable in class com.gpudb.protocol.AlterModelRequest.Action
- STORED_PROCEDURE - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- STORED_PROCEDURE - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
- STRATEGY_DEFINITION - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.AlterTableRequest.Options
-
Optional parameter for specifying the tier strategy for the table and its columns when
actionisSET_STRATEGY_DEFINITION, replacing the existing tier strategy in its entirety. - STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
The tier strategy for the table and its columns.
- STRATEGY_DEFINITION - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
The tier strategy for the table and its columns.
- STRING - com.gpudb.Type.Column.ColumnBaseType
- STRING - com.gpudb.Type.Column.ColumnType
- submit(FullFileDispatcher.FullFileUploadTask) - Method in class com.gpudb.filesystem.upload.FullFileDispatcher
-
Submit an instance of
FullFileDispatcher.FullFileUploadTaskto the internal thread pool. - 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(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, IndexedRecord, T) - Method in class com.gpudb.GPUdbBase
-
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object.
- submitRequest(String, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
-
Submits an arbitrary request to GPUdb and saves the response into a pre-created response object, optionally compressing the request before sending.
- submitRequest(URL, 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, 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, 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) - 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, IndexedRecord, T, boolean) - Method in class com.gpudb.GPUdbBase
-
Submits an arbitrary request to GPUdb via the specified URL and saves the response into a pre-created response object, optionally compressing the request before sending.
- submitRequestRaw(URL, IndexedRecord, T, boolean, 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
- SYNC_POLICY - Static variable in class com.gpudb.protocol.AlterWalRequest.Options
-
Maximum size of an individual segment file.
- SYNCHRONOUS - com.gpudb.GPUdbBase.HASynchronicityMode
- SYNCHRONOUS_PARALLEL - com.gpudb.GPUdbBase.HASynchronicityMode
- SYSTEM - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
-
Rebuild materialized views using the system-configured default.
- SYSTEM - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
-
Generate primary key index data using the system-configured default.
- 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_METADATA_RETENTION_PERIOD - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Sets the system_metadata.retention_period value of the conf.
- 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_SEND_ALERT - Static variable in class com.gpudb.protocol.GrantPermissionSystemRequest.Permission
-
Send system alerts.
- SYSTEM_SEND_ALERT - Static variable in class com.gpudb.protocol.RevokePermissionSystemRequest.Permission
-
Send system alerts.
- 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.CreateBackupRequest.BackupObjectsMap
-
Tables(s) and SQL view(s).
- 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.RestoreBackupRequest.RestoreObjectsMap
-
Tables(s) and SQL view(s).
- 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_EXCLUDES - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
-
Comma-separated list of table names to exclude when verifying table consistency on wokers.
- TABLE_INCLUDES - Static variable in class com.gpudb.protocol.AdminRebalanceRequest.Options
-
Comma-separated list of unsharded table names to rebalance.
- TABLE_INCLUDES - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
-
Comma-separated list of table names to include when verifying table consistency on wokers.
- 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 time-to-live setting.
- 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
-
Size of the worker rank data calculation thread pool.
- TELM_PERSIST_QUERY_METRICS - Static variable in class com.gpudb.protocol.AlterSystemPropertiesRequest.PropertyUpdatesMap
-
Enable or disable persisting of query metrics.
- terminate() - Method in class com.gpudb.filesystem.upload.FullFileDispatcher
-
This method is called to terminate the thread pool once an instance of the class
FullFileDispatcherhas 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_LABELSis set toTRUE, 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 column properties in the header row (if present).
- TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
Specifies the delimiter for column properties in the header row (if present).
- TEXT_HEADER_PROPERTY_DELIMITER - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
Specifies the delimiter for column properties in the header row (if present).
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - com.gpudb.Type.Column.ColumnType
- 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 - toJsonString(Object) - Static method in class com.gpudb.util.json.JsonUtils
-
Wrapper for ObjectMapper().writeValueAsString that throws GPUdbException
- 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.FailbackOptions
- 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.AdminHaOfflineRequest
- toString() - Method in class com.gpudb.protocol.AdminHaOfflineResponse
- 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.AdminRepairTableRequest
- toString() - Method in class com.gpudb.protocol.AdminRepairTableResponse
- toString() - Method in class com.gpudb.protocol.AdminSendAlertRequest
- toString() - Method in class com.gpudb.protocol.AdminSendAlertResponse
- 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.AlterBackupRequest
- toString() - Method in class com.gpudb.protocol.AlterBackupResponse
- 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.AlterWalRequest
- toString() - Method in class com.gpudb.protocol.AlterWalResponse
- 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.ClearTablesRequest
- toString() - Method in class com.gpudb.protocol.ClearTablesResponse
- 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.CreateBackupRequest
- toString() - Method in class com.gpudb.protocol.CreateBackupResponse
- toString() - Method in class com.gpudb.protocol.CreateCatalogRequest
- toString() - Method in class com.gpudb.protocol.CreateCatalogResponse
- 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.DropBackupRequest
- toString() - Method in class com.gpudb.protocol.DropBackupResponse
- toString() - Method in class com.gpudb.protocol.DropCatalogRequest
- toString() - Method in class com.gpudb.protocol.DropCatalogResponse
- 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.ExportQueryMetricsRequest
- toString() - Method in class com.gpudb.protocol.ExportQueryMetricsResponse
- 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.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.RestoreBackupRequest
- toString() - Method in class com.gpudb.protocol.RestoreBackupResponse
- 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.ShowBackupRequest
- toString() - Method in class com.gpudb.protocol.ShowBackupResponse
- 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.ShowWalRequest
- toString() - Method in class com.gpudb.protocol.ShowWalResponse
- toString() - Method in class com.gpudb.protocol.SolveGraphRequest
- toString() - Method in class com.gpudb.protocol.SolveGraphResponse
- 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
-
Size of the worker rank data processing thread pool.
- 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
- TRACK_SIMPLIFICATION_THRESHOLD - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- TRACK_SIMPLIFICATION_THRESHOLD - 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_SIMILARITYsolver only. - TRIM_SPACE - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
-
If set to
TRUE, remove leading or trailing space from fields. - TRIM_SPACE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
-
If set to
TRUE, remove leading or trailing space from fields. - TRIM_SPACE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
If set to
TRUE, remove leading or trailing space from fields. - 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.AdminHaOfflineRequest.Offline
- 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.AdminRepairTableRequest.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.AlterBackupRequest.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.AlterUserRequest.Action
-
User may login
- TRUE - Static variable in class com.gpudb.protocol.AlterWalRequest.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.ClearTablesRequest.Options
- TRUE - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
- TRUE - Static variable in class com.gpudb.protocol.CreateBackupRequest.Options
- TRUE - Static variable in class com.gpudb.protocol.CreateCatalogRequest.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.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.DropBackupRequest.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.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.RestoreBackupRequest.Options
- TRUE - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
- TRUE - Static variable in class com.gpudb.protocol.ShowBackupRequest.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.ShowStatisticsRequest.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.ShowWalRequest.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
- TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
- TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
- TRUNCATE_TABLE - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.Options
- TTL - Static variable in class com.gpudb.filesystem.ingest.TableCreationOptions.Option
- TTL - Static variable in class com.gpudb.protocol.AggregateGroupByRequest.Options
-
Sets the TTL of the table specified in
RESULT_TABLE. - TTL - Static variable in class com.gpudb.protocol.AggregateKMeansRequest.Options
-
Sets the TTL of the table specified in
RESULT_TABLE. - TTL - Static variable in class com.gpudb.protocol.AggregateUniqueRequest.Options
-
Sets the TTL of the table specified in
RESULT_TABLE. - TTL - Static variable in class com.gpudb.protocol.AggregateUnpivotRequest.Options
-
Sets the TTL of the table specified in
RESULT_TABLE. - TTL - Static variable in class com.gpudb.protocol.AlterTableRequest.Action
-
Sets the time-to-live in minutes of the table or view specified in
tableName. - TTL - Static variable in class com.gpudb.protocol.AlterVideoRequest.Options
-
Sets the TTL of the video.
- TTL - Static variable in class com.gpudb.protocol.CreateJoinTableRequest.Options
-
Sets the TTL of the join table specified in
joinTableName. - TTL - Static variable in class com.gpudb.protocol.CreateMaterializedViewRequest.Options
- TTL - Static variable in class com.gpudb.protocol.CreateProjectionRequest.Options
-
Sets the TTL of the projection specified in
projectionName. - TTL - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.CreateTableOptions
- TTL - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
-
For insert_table/delete_table events, the ttl of the table.
- TTL - Static variable in class com.gpudb.protocol.CreateTableRequest.Options
- TTL - Static variable in class com.gpudb.protocol.CreateUnionRequest.Options
- TTL - Static variable in class com.gpudb.protocol.CreateVideoRequest.Options
-
Sets the TTL of the video.
- TTL - Static variable in class com.gpudb.protocol.ExecuteSqlRequest.Options
-
Sets the TTL of the intermediate result tables used in query execution.
- TTL - Static variable in class com.gpudb.protocol.FilterRequest.Options
- TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
- TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
- TTL - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
- TURN_ANGLE - Static variable in class com.gpudb.protocol.ModifyGraphRequest.Options
-
Value in degrees modifies the thresholds for attributing right, left, sharp turns, and intersections.
- Type - Class in com.gpudb
-
Immutable collection of metadata about a GPUdb type.
- Type(Type.Column...) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with the specified column metadata and an empty type label. - Type(String) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with column metadata from an Avro record schema and an empty type label. - Type(String, Type.Column...) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with the specified metadata. - Type(String, String, Map<String, List<String>>) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with metadata in the format returned from the GPUdb /show/table or /show/types endpoints. - Type(String, List<Type.Column>) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with the specified metadata. - Type(List<Type.Column>) - Constructor for class com.gpudb.Type
-
Creates a
Typeobject with the specified column metadata and an empty type label. - TYPE - Static variable in class com.gpudb.protocol.AlterCredentialRequest.CredentialUpdatesMap
-
New type for the credential.
- 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.
- TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.CreateTableOptions
-
ID of a currently registered type.
- TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.CreateTableOptions
-
ID of a currently registered type.
- TYPE_ID - Static variable in class com.gpudb.protocol.InsertRecordsFromQueryRequest.CreateTableOptions
-
ID of a currently registered type.
- TYPE_INFERENCE_MAX_RECORDS_READ - Static variable in class com.gpudb.protocol.CreateTableExternalRequest.Options
- TYPE_INFERENCE_MAX_RECORDS_READ - Static variable in class com.gpudb.protocol.InsertRecordsFromFilesRequest.Options
- TYPE_INFERENCE_MAX_RECORDS_READ - Static variable in class com.gpudb.protocol.InsertRecordsFromPayloadRequest.Options
-
The default value is ''.
- 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 and 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
monitorIdsandtableNames. - 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).
- 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
TypeObjectMapfor the specifiedTypeand 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.AccessorandTypeObjectMap.Mutatorthat provides access to a specified field using reflection, converting the value to and from the data type of a specified GPUdbcolumn. - TypeObjectMap.ConvertingMethodHandler - Class in com.gpudb
-
A combined
TypeObjectMap.AccessorandTypeObjectMap.Mutatorthat provides access to a field via specified get and set methods using reflection, converting the value to and from the data type of a specified GPUdbcolumn. - 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.AccessorandTypeObjectMap.Mutatorthat provides access to a specified field using reflection. - TypeObjectMap.MethodHandler - Class in com.gpudb
-
A combined
TypeObjectMap.AccessorandTypeObjectMap.Mutatorthat 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 - com.gpudb.Type.Column.ColumnType
- 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_DEMANDsolver 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 time-to-live (TTL) expiration countdown timer should be reset to the table's TTL.
- UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.AppendRecordsRequest.Options
-
Specifies the record collision policy for inserting source table records (specified by
sourceTableName) into a target table (specified bytableName) with a primary key. - 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 primary key.
- 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 primary key.
- 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 primary key.
- 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 primary key.
- 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 primary key.
- UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.InsertRecordsRequest.Options
-
Specifies the record collision policy for inserting into a table with a primary key.
- UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawInsertRecordsRequest.Options
-
Specifies the record collision policy for inserting into a table with a primary key.
- UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
-
Specifies the record collision policy for updating a table with a primary key.
- UPDATE_ON_EXISTING_PK - Static variable in class com.gpudb.protocol.UpdateRecordsRequest.Options
-
Specifies the record collision policy for updating a table with a primary key.
- 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
- UPDATE_TYPE_SCHEMA - Static variable in class com.gpudb.protocol.CreateTableMonitorResponse.Info
-
The JSON Avro schema for 'update' events
- UPDATE_WITH_NOW - Static variable in class com.gpudb.ColumnProperty
-
For 'date', 'time', 'datetime', or 'timestamp' column types, always update the field with 'NOW()' upon any update.
- UPDATE_WITH_NOW - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
For 'date', 'time', 'datetime', or 'timestamp' column types, always update the field with 'NOW()' upon any update.
- 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(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.
- 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.
- updateRecordsRaw(RawUpdateRecordsRequest) - Method in class com.gpudb.GPUdb
-
Runs multiple predicate-based updates in a single call.
- UpdateRecordsRequest<T> - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.updateRecords. - 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
-
A set of string constants for the
UpdateRecordsRequestparameteroptions. - UpdateRecordsResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.updateRecords. - UpdateRecordsResponse() - Constructor for class com.gpudb.protocol.UpdateRecordsResponse
-
Constructs an UpdateRecordsResponse object with default parameters.
- 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(String, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Uploads a single file from a given local path to a given KiFS directory.
- upload(String, String, UploadOptions, FileUploadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Uploads a single file from a given local path to a given KiFS directory using the given upload options and callback.
- upload(List<String>, String) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Uploads multiple files from the given local paths to a given KiFS directory.
- upload(List<String>, String, UploadOptions, FileUploadListener) - Method in class com.gpudb.filesystem.GPUdbFileHandler
-
Uploads multiple files from the given local paths to a given KiFS directory.
- UPLOAD - com.gpudb.filesystem.common.OpMode
- UPLOAD_PART - com.gpudb.filesystem.upload.MultiPartUploadInfo.MultiPartOperation
- 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 KiFS.
- uploadFiles(List<String>, List<ByteBuffer>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Uploads one or more files to KiFS.
- uploadFilesFromurl(UploadFilesFromurlRequest) - Method in class com.gpudb.GPUdb
-
Uploads one or more files to KiFS.
- uploadFilesFromurl(List<String>, List<String>, Map<String, String>) - Method in class com.gpudb.GPUdb
-
Uploads one or more files to KiFS.
- UploadFilesFromurlRequest - Class in com.gpudb.protocol
-
A set of parameters for
GPUdb.uploadFilesFromurl. - 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
-
A set of results returned by
GPUdb.uploadFilesFromurl. - 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() - 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
-
A set of string constants for the
UploadFilesRequestparameteroptions. - UploadFilesResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.uploadFiles. - 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
filesystemAPI. - UploadOptions - Class in com.gpudb.filesystem.upload
-
This class encapsulates the options that the users of the API exposed by
GPUdbFileHandlerclass can use to set the options for the methodsGPUdbFileHandler.upload(List, String, UploadOptions, FileUploadListener)andGPUdbFileHandler.upload(String, String, UploadOptions, FileUploadListener)The static methodUploadOptions.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
-
No longer supported; option will be ignored.
- USE_EXPRESSIONS_IN_NEW_VALUES_MAPS - Static variable in class com.gpudb.protocol.RawUpdateRecordsRequest.Options
-
When set to
TRUE, all new values innewValuesMapsare 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 innewValuesMapsare 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.
- USE_HTTPS - Static variable in class com.gpudb.protocol.AlterDatasourceRequest.DatasourceUpdatesMap
-
Use https to connect to datasource if true, otherwise use http.
- USE_HTTPS - Static variable in class com.gpudb.protocol.CreateDatasinkRequest.Options
-
Use https to connect to datasink if true, otherwise use http.
- USE_HTTPS - Static variable in class com.gpudb.protocol.CreateDatasourceRequest.Options
-
Use https to connect to datasource if true, otherwise use http.
- USE_INDEXED_PARAMETERS - Static variable in class com.gpudb.protocol.ExportRecordsToTableRequest.Options
-
Uses $n style syntax when generating insert query for remote_table option.
- 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_POINT_RENDERER - Static variable in class com.gpudb.protocol.VisualizeImageClassbreakRequest.Options
- USE_POINT_RENDERER - Static variable in class com.gpudb.protocol.VisualizeImageRequest.Options
- USE_PRIORITY_QUEUE_SOLVERS - Static variable in class com.gpudb.protocol.VisualizeIsochroneRequest.Options
-
sets the solver methods explicitly if true.
- 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 parameterized variables with st_geomfromtext or st_geomfromwkb based on source column type.
- USER - Static variable in class com.gpudb.protocol.CreateBackupRequest.BackupObjectsMap
-
User(s) (internal and external) and associated permissions.
- USER - Static variable in class com.gpudb.protocol.RestoreBackupRequest.RestoreObjectsMap
-
User(s) (internal and external) and associated permissions.
- 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_COLUMN_MAX_MEMORY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User-specified target max bytes per column in a chunk, if provided at table creation time.
- USER_CHUNK_MAX_MEMORY - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
User-specified target max bytes for all columns in a chunk, if provided at table creation time.
- 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 - com.gpudb.Type.Column.ColumnType
- 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).
- VECTOR - com.gpudb.Type.Column.ColumnType
- VECTOR - Static variable in class com.gpudb.ColumnProperty
-
Valid only for 'bytes' columns.
- VECTOR - Static variable in class com.gpudb.protocol.CreateTypeRequest.Properties
-
Valid only for 'bytes' columns.
- VENDED_CREDENTIALS - Static variable in class com.gpudb.protocol.CreateCatalogRequest.Options
- VERIFY_ALL - Static variable in class com.gpudb.protocol.AdminRepairTableRequest.Options
-
If
FALSEonly table chunk data already known to be corrupted will be repaired. - VERIFY_NULLS - Static variable in class com.gpudb.protocol.AdminVerifyDbRequest.Options
-
When
TRUE, verifies that null values are set to zero. - 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 and table consistency checks will be skipped. - 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. - 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_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
- 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
-
A set of parameters for
GPUdb.visualizeImageChart. - 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
-
A set of string constants for the
VisualizeImageChartRequestparameteroptions. - VisualizeImageChartRequest.StyleOptions - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeImageChartRequestparameterstyleOptions. - VisualizeImageChartResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.visualizeImageChart. - VisualizeImageChartResponse() - Constructor for class com.gpudb.protocol.VisualizeImageChartResponse
-
Constructs a VisualizeImageChartResponse object with default parameters.
- VisualizeImageChartResponse.AxesInfo - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeImageChartResponseparameteraxesInfo. - 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
-
A set of parameters for
GPUdb.visualizeIsochrone. - 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
-
A set of string constants for the
VisualizeIsochroneRequestparametercontourOptions. - VisualizeIsochroneRequest.GenerateImage - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeIsochroneRequestparametergenerateImage. - VisualizeIsochroneRequest.Options - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeIsochroneRequestparameteroptions. - VisualizeIsochroneRequest.SolveOptions - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeIsochroneRequestparametersolveOptions. - VisualizeIsochroneRequest.StyleOptions - Class in com.gpudb.protocol
-
A set of string constants for the
VisualizeIsochroneRequestparameterstyleOptions. - VisualizeIsochroneResponse - Class in com.gpudb.protocol
-
A set of results returned by
GPUdb.visualizeIsochrone. - 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
- WARN - Static variable in class com.gpudb.protocol.AdminSendAlertRequest.LogLevel
- 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_NAMEas 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
generateImageis set toTRUE, 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.
- WITHIN - Static variable in class com.gpudb.protocol.FilterByGeometryRequest.Operation
-
Matches records that are within the given WKT.
- WKB - com.gpudb.Type.Column.ColumnType
- WKT - com.gpudb.Type.Column.ColumnType
- 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 - Class in com.gpudb
-
A list of worker URLs to use for multi-head operations.
- WorkerList() - Constructor for class com.gpudb.BulkInserter.WorkerList
-
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded by
com.gpudb.WorkerList. - WorkerList() - Constructor for class com.gpudb.WorkerList
-
Creates an empty
WorkerListthat can be populated manually with worker URLs to support multi-head operations. - WorkerList(GPUdb) - Constructor for class com.gpudb.BulkInserter.WorkerList
-
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded by
com.gpudb.WorkerList. - WorkerList(GPUdb) - Constructor for class com.gpudb.WorkerList
-
Creates a
WorkerListand automatically populates it with the worker URLs from GPUdb to support multi-head operations. - WorkerList(GPUdb, String) - Constructor for class com.gpudb.BulkInserter.WorkerList
-
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded by
com.gpudb.WorkerList. - WorkerList(GPUdb, String) - Constructor for class com.gpudb.WorkerList
-
Creates a
WorkerListand automatically populates it with the worker URLs from GPUdb to support multi-head operations. - WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.BulkInserter.WorkerList
-
Deprecated, for removal: This API element is subject to removal in a future version.This class has been superseded by
com.gpudb.WorkerList. - WorkerList(GPUdb, Pattern) - Constructor for class com.gpudb.WorkerList
-
Creates a
WorkerListand 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_COUNT - Static variable in class com.gpudb.protocol.ShowTableResponse.AdditionalInfo
-
Count of times this table was written.
- 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
- X_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
-
Name of column containing x value of point being filtered in
SPATIALmode. - 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. "avg(price) descending".
- X509TrustManagerBypass - Class in com.gpudb.util.ssl
- X509TrustManagerBypass() - Constructor for class com.gpudb.util.ssl.X509TrustManagerBypass
Y
- Y_COLUMN_NAME - Static variable in class com.gpudb.protocol.FilterByTableRequest.Options
-
Name of column containing y value of point being filtered in
SPATIALmode. - 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. "avg(price)", which defaults to "avg(price) ascending".
- 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
All Classes All Packages