Class OtterStreamSQLConstants
- java.lang.Object
-
- com.codedstreams.otterstreams.sql.OtterStreamSQLConstants
-
public final class OtterStreamSQLConstants extends Object
Constants used throughout Otter Stream SQL module.- Since:
- 1.0.0
- Author:
- Nestor Martourez A.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONNECTOR_IDENTIFIERstatic longDEFAULT_ASYNC_TIMEOUT_MSstatic intDEFAULT_BATCH_SIZEstatic longDEFAULT_BATCH_TIMEOUT_MSstatic intDEFAULT_CACHE_SIZEstatic longDEFAULT_CACHE_TTL_MINUTESstatic intDEFAULT_MAX_RETRIESstatic longDEFAULT_RETRY_BACKOFF_MSstatic StringFORMAT_ONNXstatic StringFORMAT_PYTORCHstatic StringFORMAT_TENSORFLOW_GRAPHDEFstatic StringFORMAT_TENSORFLOW_SAVEDMODELstatic StringFORMAT_XGBOOSTstatic StringFUNCTION_ML_PREDICTstatic StringFUNCTION_ML_PREDICT_AGGstatic StringFUNCTION_ML_PREDICT_ASYNCstatic StringFUNCTION_ML_PREDICT_TABLEstatic StringMETRIC_CACHE_HITSstatic StringMETRIC_CACHE_MISSESstatic StringMETRIC_FAILURES_TOTALstatic StringMETRIC_LATENCY_MSstatic StringMETRIC_REQUESTS_TOTALstatic StringMETRIC_SUCCESS_TOTAL
-
-
-
Field Detail
-
FUNCTION_ML_PREDICT
public static final String FUNCTION_ML_PREDICT
- See Also:
- Constant Field Values
-
FUNCTION_ML_PREDICT_ASYNC
public static final String FUNCTION_ML_PREDICT_ASYNC
- See Also:
- Constant Field Values
-
FUNCTION_ML_PREDICT_TABLE
public static final String FUNCTION_ML_PREDICT_TABLE
- See Also:
- Constant Field Values
-
FUNCTION_ML_PREDICT_AGG
public static final String FUNCTION_ML_PREDICT_AGG
- See Also:
- Constant Field Values
-
CONNECTOR_IDENTIFIER
public static final String CONNECTOR_IDENTIFIER
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_SIZE
public static final int DEFAULT_BATCH_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_BATCH_TIMEOUT_MS
public static final long DEFAULT_BATCH_TIMEOUT_MS
- See Also:
- Constant Field Values
-
DEFAULT_ASYNC_TIMEOUT_MS
public static final long DEFAULT_ASYNC_TIMEOUT_MS
- See Also:
- Constant Field Values
-
DEFAULT_MAX_RETRIES
public static final int DEFAULT_MAX_RETRIES
- See Also:
- Constant Field Values
-
DEFAULT_RETRY_BACKOFF_MS
public static final long DEFAULT_RETRY_BACKOFF_MS
- See Also:
- Constant Field Values
-
DEFAULT_CACHE_SIZE
public static final int DEFAULT_CACHE_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_CACHE_TTL_MINUTES
public static final long DEFAULT_CACHE_TTL_MINUTES
- See Also:
- Constant Field Values
-
FORMAT_TENSORFLOW_SAVEDMODEL
public static final String FORMAT_TENSORFLOW_SAVEDMODEL
- See Also:
- Constant Field Values
-
FORMAT_TENSORFLOW_GRAPHDEF
public static final String FORMAT_TENSORFLOW_GRAPHDEF
- See Also:
- Constant Field Values
-
FORMAT_ONNX
public static final String FORMAT_ONNX
- See Also:
- Constant Field Values
-
FORMAT_PYTORCH
public static final String FORMAT_PYTORCH
- See Also:
- Constant Field Values
-
FORMAT_XGBOOST
public static final String FORMAT_XGBOOST
- See Also:
- Constant Field Values
-
METRIC_REQUESTS_TOTAL
public static final String METRIC_REQUESTS_TOTAL
- See Also:
- Constant Field Values
-
METRIC_SUCCESS_TOTAL
public static final String METRIC_SUCCESS_TOTAL
- See Also:
- Constant Field Values
-
METRIC_FAILURES_TOTAL
public static final String METRIC_FAILURES_TOTAL
- See Also:
- Constant Field Values
-
METRIC_LATENCY_MS
public static final String METRIC_LATENCY_MS
- See Also:
- Constant Field Values
-
METRIC_CACHE_HITS
public static final String METRIC_CACHE_HITS
- See Also:
- Constant Field Values
-
METRIC_CACHE_MISSES
public static final String METRIC_CACHE_MISSES
- See Also:
- Constant Field Values
-
-