Package com.zendesk.maxwell.row
Class FieldNames
- java.lang.Object
-
- com.zendesk.maxwell.row.FieldNames
-
public class FieldNames extends Object
Created by jensgeyti on 08/02/2018.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMMENTstatic StringCOMMITstatic StringDATAstatic StringDATABASEstatic StringGTIDstatic StringOLDstatic StringPOSITIONstatic StringPRIMARY_KEYstatic StringPRIMARY_KEY_COLUMNSstatic StringPUSH_TSstatic StringQUERYstatic StringREASONstatic StringSCHEMA_IDstatic StringSERVER_IDstatic StringTABLEstatic StringTHREAD_IDstatic StringTIMESTAMPstatic StringTRANSACTION_IDstatic StringTRANSACTION_OFFSETstatic StringTYPEstatic StringUUID
-
Constructor Summary
Constructors Constructor Description FieldNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>getFieldnames()static booleanisProtected(String key)
-
-
-
Field Detail
-
COMMIT
public static final String COMMIT
- See Also:
- Constant Field Values
-
DATA
public static final String DATA
- See Also:
- Constant Field Values
-
DATABASE
public static final String DATABASE
- See Also:
- Constant Field Values
-
GTID
public static final String GTID
- See Also:
- Constant Field Values
-
OLD
public static final String OLD
- See Also:
- Constant Field Values
-
POSITION
public static final String POSITION
- See Also:
- Constant Field Values
-
PUSH_TS
public static final String PUSH_TS
- See Also:
- Constant Field Values
-
QUERY
public static final String QUERY
- See Also:
- Constant Field Values
-
SERVER_ID
public static final String SERVER_ID
- See Also:
- Constant Field Values
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
THREAD_ID
public static final String THREAD_ID
- See Also:
- Constant Field Values
-
SCHEMA_ID
public static final String SCHEMA_ID
- See Also:
- Constant Field Values
-
TIMESTAMP
public static final String TIMESTAMP
- See Also:
- Constant Field Values
-
TRANSACTION_ID
public static final String TRANSACTION_ID
- See Also:
- Constant Field Values
-
TRANSACTION_OFFSET
public static final String TRANSACTION_OFFSET
- See Also:
- Constant Field Values
-
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
-
UUID
public static final String UUID
- See Also:
- Constant Field Values
-
PRIMARY_KEY
public static final String PRIMARY_KEY
- See Also:
- Constant Field Values
-
PRIMARY_KEY_COLUMNS
public static final String PRIMARY_KEY_COLUMNS
- See Also:
- Constant Field Values
-
REASON
public static final String REASON
- See Also:
- Constant Field Values
-
COMMENT
public static final String COMMENT
- See Also:
- Constant Field Values
-
-