Package com.gpudb.protocol
Class AlterGraphRequest.Action
- java.lang.Object
-
- com.gpudb.protocol.AlterGraphRequest.Action
-
- Enclosing class:
- AlterGraphRequest
public static final class AlterGraphRequest.Action extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringADD_TABLE_MONITORstatic StringALTER_LOGGERstatic StringCANCEL_TASKstatic StringCOLLECT_GRAPHSstatic StringDELETE_ALLstatic StringRESET_CLIENTstatic StringRESET_SERVERstatic StringRESTORE_GRAPHSstatic StringSTATUS
-
-
-
Field Detail
-
ADD_TABLE_MONITOR
public static final String ADD_TABLE_MONITOR
- See Also:
- Constant Field Values
-
RESET_CLIENT
public static final String RESET_CLIENT
- See Also:
- Constant Field Values
-
RESET_SERVER
public static final String RESET_SERVER
- See Also:
- Constant Field Values
-
CANCEL_TASK
public static final String CANCEL_TASK
- See Also:
- Constant Field Values
-
ALTER_LOGGER
public static final String ALTER_LOGGER
- See Also:
- Constant Field Values
-
DELETE_ALL
public static final String DELETE_ALL
- See Also:
- Constant Field Values
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
COLLECT_GRAPHS
public static final String COLLECT_GRAPHS
- See Also:
- Constant Field Values
-
RESTORE_GRAPHS
public static final String RESTORE_GRAPHS
- See Also:
- Constant Field Values
-
-