Package org.apache.pinot.spi.utils
Class CommonConstants.Broker.Request
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Broker.Request
-
- Enclosing class:
- CommonConstants.Broker
public static class CommonConstants.Broker.Request extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonConstants.Broker.Request.QueryOptionKeystatic classCommonConstants.Broker.Request.QueryOptionValue
-
Field Summary
Fields Modifier and Type Field Description static StringDEBUG_OPTIONSstatic StringQUERY_OPTIONSstatic StringSQLstatic StringTRACE
-
Constructor Summary
Constructors Constructor Description Request()
-
-
-
Field Detail
-
SQL
public static final String SQL
- See Also:
- Constant Field Values
-
TRACE
public static final String TRACE
- See Also:
- Constant Field Values
-
DEBUG_OPTIONS
public static final String DEBUG_OPTIONS
- See Also:
- Constant Field Values
-
QUERY_OPTIONS
public static final String QUERY_OPTIONS
- See Also:
- Constant Field Values
-
-