Package | Description |
---|---|
com.gpudb | |
com.gpudb.protocol |
Modifier and Type | Method and Description |
---|---|
AdminAddRanksResponse |
GPUdb.adminAddRanks(AdminAddRanksRequest request)
Add one or more ranks to an existing Kinetica cluster.
|
AdminAddRanksResponse |
GPUdb.adminAddRanks(List<String> hosts,
List<Map<String,String>> configParams,
Map<String,String> options)
Add one or more ranks to an existing Kinetica cluster.
|
Modifier and Type | Method and Description |
---|---|
AdminAddRanksResponse |
AdminAddRanksResponse.setAddedRanks(List<String> addedRanks)
The number assigned to each added rank, formatted as 'rankN', in the
same order as the ranks in
hosts and configParams . |
AdminAddRanksResponse |
AdminAddRanksResponse.setInfo(Map<String,String> info)
Additional information.
|
Copyright © 2025. All rights reserved.