Uses of Class
com.gpudb.protocol.AdminRemoveHostResponse
-
Packages that use AdminRemoveHostResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminRemoveHostResponse in com.gpudb
Methods in com.gpudb that return AdminRemoveHostResponse Modifier and Type Method Description AdminRemoveHostResponseGPUdb. adminRemoveHost(AdminRemoveHostRequest request)Removes a host from an existing cluster.AdminRemoveHostResponseGPUdb. adminRemoveHost(String host, Map<String,String> options)Removes a host from an existing cluster. -
Uses of AdminRemoveHostResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminRemoveHostResponse Modifier and Type Method Description AdminRemoveHostResponseAdminRemoveHostResponse. setInfo(Map<String,String> info)Additional information.
-