Package io.split.engine.evaluator
Class Labels
- java.lang.Object
-
- io.split.engine.evaluator.Labels
-
public class Labels extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_RULEstatic StringDEFINITION_NOT_FOUNDstatic StringEXCEPTIONstatic StringKILLEDstatic StringNOT_IN_SPLITstatic StringNOT_READYstatic StringPREREQUISITES_NOT_METstatic StringUNSUPPORTED_MATCHER
-
Constructor Summary
Constructors Constructor Description Labels()
-
-
-
Field Detail
-
NOT_IN_SPLIT
public static final String NOT_IN_SPLIT
- See Also:
- Constant Field Values
-
DEFAULT_RULE
public static final String DEFAULT_RULE
- See Also:
- Constant Field Values
-
KILLED
public static final String KILLED
- See Also:
- Constant Field Values
-
DEFINITION_NOT_FOUND
public static final String DEFINITION_NOT_FOUND
- See Also:
- Constant Field Values
-
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
-
UNSUPPORTED_MATCHER
public static final String UNSUPPORTED_MATCHER
- See Also:
- Constant Field Values
-
PREREQUISITES_NOT_MET
public static final String PREREQUISITES_NOT_MET
- See Also:
- Constant Field Values
-
NOT_READY
public static final String NOT_READY
- See Also:
- Constant Field Values
-
-