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 String
COMMENT
static String
COMMIT
static String
DATA
static String
DATABASE
static String
GTID
static String
OLD
static String
POSITION
static String
PRIMARY_KEY
static String
PRIMARY_KEY_COLUMNS
static String
PUSH_TS
static String
QUERY
static String
REASON
static String
SCHEMA_ID
static String
SERVER_ID
static String
TABLE
static String
THREAD_ID
static String
TIMESTAMP
static String
TRANSACTION_ID
static String
TRANSACTION_OFFSET
static String
TYPE
static String
UUID
-
Constructor Summary
Constructors Constructor Description FieldNames()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<String>
getFieldnames()
static boolean
isProtected(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
-
-