Uses of Class
com.gpudb.protocol.AdminShutdownResponse
-
Packages that use AdminShutdownResponse Package Description com.gpudb com.gpudb.protocol -
-
Uses of AdminShutdownResponse in com.gpudb
Methods in com.gpudb that return AdminShutdownResponse Modifier and Type Method Description AdminShutdownResponseGPUdb. adminShutdown(AdminShutdownRequest request)Exits the database server application.AdminShutdownResponseGPUdb. adminShutdown(String exitType, String authorization, Map<String,String> options)Exits the database server application. -
Uses of AdminShutdownResponse in com.gpudb.protocol
Methods in com.gpudb.protocol that return AdminShutdownResponse Modifier and Type Method Description AdminShutdownResponseAdminShutdownResponse. setExitStatus(String exitStatus)'OK' upon (right before) successful exit.AdminShutdownResponseAdminShutdownResponse. setInfo(Map<String,String> info)Additional information.
-