Package com.mysql.cj.jdbc.ha.ca
Class TopologyServicePropertyKeys
java.lang.Object
com.mysql.cj.jdbc.ha.ca.TopologyServicePropertyKeys
public class TopologyServicePropertyKeys
extends java.lang.Object
Property keys that topology service has to use to store additional properties to
HostInfo.-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringINSTANCE_NAMEstatic java.lang.StringLAST_UPDATEDstatic java.lang.StringREPLICA_LAGstatic java.lang.StringSESSION_ID -
Constructor Summary
Constructors Constructor Description TopologyServicePropertyKeys() -
Method Summary
-
Field Details
-
SESSION_ID
public static final java.lang.String SESSION_ID- See Also:
- Constant Field Values
-
LAST_UPDATED
public static final java.lang.String LAST_UPDATED- See Also:
- Constant Field Values
-
REPLICA_LAG
public static final java.lang.String REPLICA_LAG- See Also:
- Constant Field Values
-
INSTANCE_NAME
public static final java.lang.String INSTANCE_NAME- See Also:
- Constant Field Values
-
-
Constructor Details
-
TopologyServicePropertyKeys
public TopologyServicePropertyKeys()
-