Uses of Class
com.gpudb.protocol.AdminAddHostRequest
-
Packages that use AdminAddHostRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAddHostRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminAddHostRequest Modifier and Type Method Description AdminAddHostResponseGPUdb. adminAddHost(AdminAddHostRequest request)Adds a host to an existing cluster. -
Uses of AdminAddHostRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAddHostRequest Modifier and Type Method Description AdminAddHostRequestAdminAddHostRequest. setHostAddress(String hostAddress)IP address of the host that will be added to the cluster.AdminAddHostRequestAdminAddHostRequest. setOptions(Map<String,String> options)Optional parameters.
-