Package com.mapr.ojai.store
Class OjaiConstants
- java.lang.Object
-
- com.mapr.ojai.store.OjaiConstants
-
public final class OjaiConstants extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMAPR_OJAI_DRIVER_BASE_URLThe URL for Ojai Driver which can be used by the Driver manager to load the driver.static java.lang.StringOPTION_BUFFER_WRITESUsed to specify whether writes to the table in the DocumentStore are to be buffered Default is false.static java.lang.StringOPTION_FORCE_SORTUsed to specify if drill should sort the rows for non-covering queries Default is false.static java.lang.StringOPTION_USE_INDEXSuggest an index for the query to use which will be picked only if the index is eligible
-
Constructor Summary
Constructors Constructor Description OjaiConstants()
-
-
-
Field Detail
-
OPTION_FORCE_SORT
public static final java.lang.String OPTION_FORCE_SORT
Used to specify if drill should sort the rows for non-covering queries Default is false.- See Also:
- Constant Field Values
-
OPTION_BUFFER_WRITES
public static final java.lang.String OPTION_BUFFER_WRITES
Used to specify whether writes to the table in the DocumentStore are to be buffered Default is false.- See Also:
- Constant Field Values
-
OPTION_USE_INDEX
public static final java.lang.String OPTION_USE_INDEX
Suggest an index for the query to use which will be picked only if the index is eligible- See Also:
- Constant Field Values
-
MAPR_OJAI_DRIVER_BASE_URL
public static final java.lang.String MAPR_OJAI_DRIVER_BASE_URL
The URL for Ojai Driver which can be used by the Driver manager to load the driver.- See Also:
- Constant Field Values
-
-