Uses of Class
com.gpudb.protocol.AdminAlterHostResponse
-
Packages that use AdminAlterHostResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAlterHostResponse in com.gpudb
Methods in com.gpudb that return AdminAlterHostResponse Modifier and Type Method Description AdminAlterHostResponseGPUdb. adminAlterHost(AdminAlterHostRequest request)Alter properties on an existing host in the cluster.AdminAlterHostResponseGPUdb. adminAlterHost(String host, Map<String,String> options)Alter properties on an existing host in the cluster. -
Uses of AdminAlterHostResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAlterHostResponse Modifier and Type Method Description AdminAlterHostResponseAdminAlterHostResponse. setInfo(Map<String,String> info)Additional information.
-