Uses of Class
com.gpudb.protocol.AdminAddHostResponse
-
Packages that use AdminAddHostResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminAddHostResponse in com.gpudb
Methods in com.gpudb that return AdminAddHostResponse Modifier and Type Method Description AdminAddHostResponseGPUdb. adminAddHost(AdminAddHostRequest request)Adds a host to an existing cluster.AdminAddHostResponseGPUdb. adminAddHost(String hostAddress, Map<String,String> options)Adds a host to an existing cluster. -
Uses of AdminAddHostResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminAddHostResponse Modifier and Type Method Description AdminAddHostResponseAdminAddHostResponse. setAddedHost(String addedHost)Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that host.AdminAddHostResponseAdminAddHostResponse. setInfo(Map<String,String> info)Additional information.
-