Package com.mapr.ojai.store
Class OjaiConstants
java.lang.Object
com.mapr.ojai.store.OjaiConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe URL for Ojai Driver which can be used by the Driver manager to load the driver.static final StringUsed to specify whether writes to the table in the DocumentStore are to be buffered Default is false.static final StringUsed to specify if drill should sort the rows for non-covering queries Default is false.static final StringSuggest an index for the query to use which will be picked only if the index is eligible -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
OPTION_FORCE_SORT
Used to specify if drill should sort the rows for non-covering queries Default is false.- See Also:
-
OPTION_BUFFER_WRITES
Used to specify whether writes to the table in the DocumentStore are to be buffered Default is false.- See Also:
-
OPTION_USE_INDEX
Suggest an index for the query to use which will be picked only if the index is eligible- See Also:
-
MAPR_OJAI_DRIVER_BASE_URL
The URL for Ojai Driver which can be used by the Driver manager to load the driver.- See Also:
-
-
Constructor Details
-
OjaiConstants
public OjaiConstants()
-