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 StringFILTER_CLASS_TAGstatic StringFILTER_NAMESPACE_SET_TAGstatic StringFILTER_NAMESPACE_TAGstatic StringFILTER_ONLINE_TAGstatic StringFILTER_TABLE_NAME_TAGstatic StringFILTER_WHERE_TAGstatic StringFILTER_WHERELOCATION_TAGstatic StringTABLE_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()
-