Uses of Class
com.gpudb.protocol.AdminAlterHostRequest
-
Packages that use AdminAlterHostRequest Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAlterHostRequest in com.gpudb
Methods in com.gpudb with parameters of type AdminAlterHostRequest Modifier and Type Method Description AdminAlterHostResponseGPUdb. adminAlterHost(AdminAlterHostRequest request)Alter properties on an existing host in the cluster. -
Uses of AdminAlterHostRequest in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAlterHostRequest Modifier and Type Method Description AdminAlterHostRequestAdminAlterHostRequest. setHost(String host)Identifies the host this applies to.AdminAlterHostRequestAdminAlterHostRequest. setOptions(Map<String,String> options)Optional parameters.
-