Uses of Class
com.gpudb.protocol.AdminAddRanksRequest
-
Packages that use AdminAddRanksRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAddRanksRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminAddRanksRequest Modifier and Type Method Description AdminAddRanksResponseGPUdb. adminAddRanks(AdminAddRanksRequest request)Add one or more ranks to an existing Kinetica cluster. -
Uses of AdminAddRanksRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAddRanksRequest Modifier and Type Method Description AdminAddRanksRequestAdminAddRanksRequest. setConfigParams(List<Map<String,String>> configParams)Array of maps containing configuration parameters to apply to the new ranks found inhosts.AdminAddRanksRequestAdminAddRanksRequest. setHosts(List<String> hosts)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.AdminAddRanksRequestAdminAddRanksRequest. setOptions(Map<String,String> options)Optional parameters.
-