Class YMLRoutingConstants
java.lang.Object
com.illumon.iris.db.v2.routing.impl.yaml.YMLRoutingConstants
public class YMLRoutingConstants extends Object
-
Field Summary
Fields Modifier and Type Field Description static String
FILTER_CLASS_TAG
static String
FILTER_NAMESPACE_SET_TAG
static String
FILTER_NAMESPACE_TAG
static String
FILTER_ONLINE_TAG
static String
FILTER_TABLE_NAME_TAG
static String
FILTER_WHERE_TAG
static String
FILTER_WHERELOCATION_TAG
static String
TABLE_DATA_SERVICE_REQUEST_TIMEOUT_MILLIS_PROP
-
Constructor Summary
Constructors Constructor Description YMLRoutingConstants()
-
Method Summary
-
Field Details
-
FILTER_NAMESPACE_SET_TAG
- See Also:
- Constant Field Values
-
FILTER_NAMESPACE_TAG
- See Also:
- Constant Field Values
-
FILTER_TABLE_NAME_TAG
- See Also:
- Constant Field Values
-
FILTER_CLASS_TAG
- See Also:
- Constant Field Values
-
FILTER_ONLINE_TAG
- See Also:
- Constant Field Values
-
FILTER_WHERE_TAG
- See Also:
- Constant Field Values
-
FILTER_WHERELOCATION_TAG
- See Also:
- Constant Field Values
-
TABLE_DATA_SERVICE_REQUEST_TIMEOUT_MILLIS_PROP
- See Also:
- Constant Field Values
-
-
Constructor Details
-
YMLRoutingConstants
public YMLRoutingConstants()
-