Uses of Class
com.gpudb.protocol.AdminSwitchoverResponse
-
Packages that use AdminSwitchoverResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminSwitchoverResponse in com.gpudb
Methods in com.gpudb that return AdminSwitchoverResponse Modifier and Type Method Description AdminSwitchoverResponseGPUdb. adminSwitchover(AdminSwitchoverRequest request)Manually switch over one or more processes to another host.AdminSwitchoverResponseGPUdb. adminSwitchover(List<String> processes, List<String> destinations, Map<String,String> options)Manually switch over one or more processes to another host. -
Uses of AdminSwitchoverResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminSwitchoverResponse Modifier and Type Method Description AdminSwitchoverResponseAdminSwitchoverResponse. setInfo(Map<String,String> info)Additional information.
-