Serialized Form
-
Package com.zendesk.maxwell
-
Class com.zendesk.maxwell.MaxwellCompatibilityError extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.zendesk.maxwell.bootstrap
-
Class com.zendesk.maxwell.bootstrap.MaxwellBootstrapUtility.MissingBootstrapRowException extends Exception implements Serializable
-
-
Package com.zendesk.maxwell.errors
-
Class com.zendesk.maxwell.errors.DuplicateProcessException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.zendesk.maxwell.errors.ParseException extends RuntimeException implements Serializable
-
Class com.zendesk.maxwell.errors.ProtectedAttributeNameException extends RuntimeException implements Serializable
-
-
Package com.zendesk.maxwell.filtering
-
Class com.zendesk.maxwell.filtering.InvalidFilterException extends Exception implements Serializable
-
-
Package com.zendesk.maxwell.monitoring
-
Class com.zendesk.maxwell.monitoring.DiagnosticHealthCheck extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
diagnosticContext
MaxwellDiagnosticContext diagnosticContext
-
-
-
Class com.zendesk.maxwell.monitoring.IndexListServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Class com.zendesk.maxwell.monitoring.MaxwellConfigServlet extends javax.servlet.http.HttpServlet implements Serializable
-
Serialized Fields
-
context
MaxwellContext context
-
-
-
-
Package com.zendesk.maxwell.replication
-
Class com.zendesk.maxwell.replication.BinlogPosition extends Object implements Serializable
-
Class com.zendesk.maxwell.replication.Position extends Object implements Serializable
-
Serialized Fields
-
binlogPosition
BinlogPosition binlogPosition
-
lastHeartbeatRead
long lastHeartbeatRead
-
-
-
Class com.zendesk.maxwell.replication.ReplicatorNotReadyException extends Exception implements Serializable
-
-
Package com.zendesk.maxwell.row
-
Class com.zendesk.maxwell.row.HeartbeatRowMap extends RowMap implements Serializable
-
Class com.zendesk.maxwell.row.RawJSONString extends Object implements Serializable
- serialVersionUID:
- -5600187114417848732L
-
Serialized Fields
-
json
String json
-
-
Class com.zendesk.maxwell.row.RowIdentity extends Object implements Serializable
-
Class com.zendesk.maxwell.row.RowMap extends Object implements Serializable
-
Serialized Fields
-
approximateSize
long approximateSize
-
comment
String comment
-
data
LinkedHashMap<String,Object> data
-
database
String database
-
extraAttributes
LinkedHashMap<String,Object> extraAttributes
-
kafkaTopic
String kafkaTopic
-
nextPosition
Position nextPosition
-
oldData
LinkedHashMap<String,Object> oldData
-
partitionString
String partitionString
-
pkColumns
List<String> pkColumns
-
position
Position position
-
rowIdentity
RowIdentity rowIdentity
-
rowQuery
String rowQuery
-
rowType
String rowType
-
schemaId
Long schemaId
-
serverId
Long serverId
-
suppressed
boolean suppressed
-
table
String table
-
threadId
Long threadId
-
timestampMillis
Long timestampMillis
-
timestampSeconds
Long timestampSeconds
-
txCommit
boolean txCommit
-
xid
Long xid
-
xoffset
Long xoffset
-
-
-
Class com.zendesk.maxwell.row.RowMapDeserializer extends com.fasterxml.jackson.databind.deser.std.StdDeserializer<RowMap> implements Serializable
-
Serialized Fields
-
secret_key
String secret_key
-
-
-
-
Package com.zendesk.maxwell.schema
-
Class com.zendesk.maxwell.schema.SchemaStoreException extends Exception implements Serializable
- serialVersionUID:
- 1L
-
-
Package com.zendesk.maxwell.schema.columndef
-
Package com.zendesk.maxwell.schema.ddl
-
Class com.zendesk.maxwell.schema.ddl.DDLMap extends RowMap implements Serializable
-
Serialized Fields
-
change
ResolvedSchemaChange change
-
position
Position position
-
schemaId
Long schemaId
-
sql
String sql
-
timestamp
Long timestamp
-
-
-
Class com.zendesk.maxwell.schema.ddl.InvalidSchemaError extends Exception implements Serializable
- serialVersionUID:
- 1L
-
Class com.zendesk.maxwell.schema.ddl.ReparseSQLException extends org.antlr.v4.runtime.misc.ParseCancellationException implements Serializable
-
Serialized Fields
-
sql
String sql
-
-
-