Uses of Class
com.gpudb.protocol.AdminAddRanksResponse
-
Packages that use AdminAddRanksResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAddRanksResponse in com.gpudb
Methods in com.gpudb that return AdminAddRanksResponse Modifier and Type Method Description AdminAddRanksResponseGPUdb. adminAddRanks(AdminAddRanksRequest request)Add one or more ranks to an existing Kinetica cluster.AdminAddRanksResponseGPUdb. adminAddRanks(List<String> hosts, List<Map<String,String>> configParams, Map<String,String> options)Add one or more ranks to an existing Kinetica cluster. -
Uses of AdminAddRanksResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAddRanksResponse Modifier and Type Method Description AdminAddRanksResponseAdminAddRanksResponse. setAddedRanks(List<String> addedRanks)The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks inhostsandconfigParams.AdminAddRanksResponseAdminAddRanksResponse. setInfo(Map<String,String> info)Additional information.
-