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_SPLIT
-
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
-
-