Package com.gpudb.protocol
Class ShowGraphRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.ShowGraphRequest.Options
-
- Enclosing class:
- ShowGraphRequest
public static final class ShowGraphRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFALSEstatic StringSERVER_IDIndicates which graph server(s) to send the request to.static StringSHOW_ORIGINAL_REQUESTIf set toTRUE, the request that was originally used to create the graph is also returned as JSON.static StringTRUE
-
-
-
Field Detail
-
SHOW_ORIGINAL_REQUEST
public static final String SHOW_ORIGINAL_REQUEST
If set toTRUE, the request that was originally used to create the graph is also returned as JSON. Supported values: The default value isTRUE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
SERVER_ID
public static final String SERVER_ID
Indicates which graph server(s) to send the request to. Default is to send to get information about all the servers.- See Also:
- Constant Field Values
-
-