Package com.qfs.logging
Class MessagesQueries
- java.lang.Object
-
- com.qfs.logging.MessagesQueries
-
@Deprecated(since="6.0.5", forRemoval=true) public class MessagesQueries extends Object
Deprecated, for removal: This API element is subject to removal in a future version.MessagesQueries.Messages published by the ActivePivot components in charge of executing queries.
- Author:
- ActiveViam
-
-
Field Summary
Fields Modifier and Type Field Description static StringEXC_ACACHE_MULTIPLE_CALCDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUS_QUERY_NOT_REGISTEREDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUS_QUERY_NULL_INDEXERDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_CONTINUOUS_QUERY_TRANSFORMDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_DRILLTHROUGH_MAX_REACHEDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_EPOCH_NOT_GRANTEDDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_MULTIPLE_BRANCHESDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_MULTIPLE_EPOCHSDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NEGATIVE_CELLSET_INVALID_REMOVED_POINT_CANDIDATEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NEGATIVE_CELLSET_MISSING_HIERARCHIESDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NULL_BRANCHDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_NULL_EPOCHDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_PIVOT_NO_INDEXERDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_POINT_SCOPEDeprecated, for removal: This API element is subject to removal in a future version.static StringEXC_POST_PROCESSOR_EVALUATIONDeprecated, for removal: This API element is subject to removal in a future version.static StringNON_GRANTED_MEASUREDeprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description MessagesQueries()Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LoggergetLogger(Class<?> cls)Deprecated, for removal: This API element is subject to removal in a future version.Return the logger for the given class.
-
-
-
Field Detail
-
EXC_PIVOT_NO_INDEXER
public static final String EXC_PIVOT_NO_INDEXER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_POST_PROCESSOR_EVALUATION
public static final String EXC_POST_PROCESSOR_EVALUATION
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_DRILLTHROUGH_MAX_REACHED
public static final String EXC_DRILLTHROUGH_MAX_REACHED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
NON_GRANTED_MEASURE
public static final String NON_GRANTED_MEASURE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUS_QUERY_NULL_INDEXER
public static final String EXC_CONTINUOUS_QUERY_NULL_INDEXER
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUS_QUERY_NOT_REGISTERED
public static final String EXC_CONTINUOUS_QUERY_NOT_REGISTERED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_CONTINUOUS_QUERY_TRANSFORM
public static final String EXC_CONTINUOUS_QUERY_TRANSFORM
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_ACACHE_MULTIPLE_CALC
public static final String EXC_ACACHE_MULTIPLE_CALC
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NEGATIVE_CELLSET_MISSING_HIERARCHIES
public static final String EXC_NEGATIVE_CELLSET_MISSING_HIERARCHIES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NEGATIVE_CELLSET_INVALID_REMOVED_POINT_CANDIDATE
public static final String EXC_NEGATIVE_CELLSET_INVALID_REMOVED_POINT_CANDIDATE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_POINT_SCOPE
public static final String EXC_POINT_SCOPE
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_MULTIPLE_EPOCHS
public static final String EXC_MULTIPLE_EPOCHS
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_MULTIPLE_BRANCHES
public static final String EXC_MULTIPLE_BRANCHES
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NULL_EPOCH
public static final String EXC_NULL_EPOCH
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_NULL_BRANCH
public static final String EXC_NULL_BRANCH
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
EXC_EPOCH_NOT_GRANTED
public static final String EXC_EPOCH_NOT_GRANTED
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
- Constant Field Values
-
-