Package in.erail.glue.common
Class Constant.SystemProperties
- java.lang.Object
-
- in.erail.glue.common.Constant.SystemProperties
-
-
Field Summary
Fields Modifier and Type Field Description static StringGLUE_CONFIGstatic StringGLUE_SERIALIZATION_FACTORYstatic StringLAYERSstatic StringMETRIC_REGISTRY_NAMEstatic StringSEPERATORstatic StringVALUE_PROXY_CLASS
-
Constructor Summary
Constructors Constructor Description SystemProperties()
-
-
-
Field Detail
-
SEPERATOR
public static final String SEPERATOR
- See Also:
- Constant Field Values
-
METRIC_REGISTRY_NAME
public static final String METRIC_REGISTRY_NAME
- See Also:
- Constant Field Values
-
LAYERS
public static final String LAYERS
- See Also:
- Constant Field Values
-
GLUE_SERIALIZATION_FACTORY
public static final String GLUE_SERIALIZATION_FACTORY
- See Also:
- Constant Field Values
-
VALUE_PROXY_CLASS
public static final String VALUE_PROXY_CLASS
- See Also:
- Constant Field Values
-
GLUE_CONFIG
public static final String GLUE_CONFIG
- See Also:
- Constant Field Values
-
-