Class QsConstants
- java.lang.Object
-
- org.apache.flink.streaming.tests.queryablestate.QsConstants
-
public class QsConstants extends Object
A class containing the constants used in the end-to-end test.
-
-
Field Summary
Fields Modifier and Type Field Description static String
KEY
static String
QUERY_NAME
static String
STATE_NAME
-
Constructor Summary
Constructors Constructor Description QsConstants()
-
-
-
Field Detail
-
QUERY_NAME
public static final String QUERY_NAME
- See Also:
- Constant Field Values
-
STATE_NAME
public static final String STATE_NAME
- See Also:
- Constant Field Values
-
KEY
public static final String KEY
- See Also:
- Constant Field Values
-
-