Uses of Class
com.gpudb.protocol.AdminHaRefreshResponse
-
Packages that use AdminHaRefreshResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminHaRefreshResponse in com.gpudb
Methods in com.gpudb that return AdminHaRefreshResponse Modifier and Type Method Description AdminHaRefreshResponseGPUdb. adminHaRefresh(AdminHaRefreshRequest request)Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.AdminHaRefreshResponseGPUdb. adminHaRefresh(Map<String,String> options)Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes. -
Uses of AdminHaRefreshResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminHaRefreshResponse Modifier and Type Method Description AdminHaRefreshResponseAdminHaRefreshResponse. setInfo(Map<String,String> info)Additional information.
-