Uses of Class
com.zendesk.maxwell.producer.MaxwellOutputConfig
-
Packages that use MaxwellOutputConfig Package Description com.zendesk.maxwell top level classes concerned with instantiating and running a Maxwell replicator.com.zendesk.maxwell.producer producers write to streams and sinks of various types.com.zendesk.maxwell.replication concerns the operation of the binlog replicatorcom.zendesk.maxwell.row Maxwell's representation of a row from the binlogcom.zendesk.maxwell.schema.columndef column type definitions - cast from a mysql column to JSONcom.zendesk.maxwell.schema.ddl the mysql DDL schema parser lives here. -
-
Uses of MaxwellOutputConfig in com.zendesk.maxwell
Fields in com.zendesk.maxwell declared as MaxwellOutputConfig Modifier and Type Field Description MaxwellOutputConfig
MaxwellConfig. outputConfig
Controls output features and formats -
Uses of MaxwellOutputConfig in com.zendesk.maxwell.producer
Fields in com.zendesk.maxwell.producer declared as MaxwellOutputConfig Modifier and Type Field Description protected MaxwellOutputConfig
AbstractProducer. outputConfig
-
Uses of MaxwellOutputConfig in com.zendesk.maxwell.replication
Constructors in com.zendesk.maxwell.replication with parameters of type MaxwellOutputConfig Constructor Description BinlogConnectorEvent(com.github.shyiko.mysql.binlog.event.Event event, String filename, String gtidSetStr, String gtid, MaxwellOutputConfig outputConfig)
BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, boolean ignoreMissingSchema, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries, int binlogEventQueueSize)
BinlogConnectorReplicator(SchemaStore schemaStore, AbstractProducer producer, BootstrapController bootstrapper, MaxwellMysqlConfig mysqlConfig, Long replicaServerID, String maxwellSchemaDatabaseName, Metrics metrics, Position start, boolean stopOnEOF, String clientID, HeartbeatNotifier heartbeatNotifier, Scripting scripting, Filter filter, MaxwellOutputConfig outputConfig, float bufferMemoryUsage, int replicationReconnectionRetries)
-
Uses of MaxwellOutputConfig in com.zendesk.maxwell.row
Methods in com.zendesk.maxwell.row with parameters of type MaxwellOutputConfig Modifier and Type Method Description boolean
HeartbeatRowMap. shouldOutput(MaxwellOutputConfig outputConfig)
boolean
RowMap. shouldOutput(MaxwellOutputConfig outputConfig)
String
HeartbeatRowMap. toJSON(MaxwellOutputConfig outputConfig)
String
RowMap. toJSON(MaxwellOutputConfig outputConfig)
-
Uses of MaxwellOutputConfig in com.zendesk.maxwell.schema.columndef
Methods in com.zendesk.maxwell.schema.columndef with parameters of type MaxwellOutputConfig Modifier and Type Method Description Object
BigIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
BitColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)
Object
ColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
ColumnDefWithLength. asJSON(Object value, MaxwellOutputConfig config)
Object
DateColumnDef. asJSON(Object value, MaxwellOutputConfig config)
String
EnumColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
GeometryColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
IntColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
JsonColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
SetColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
StringColumnDef. asJSON(Object value, MaxwellOutputConfig config)
Object
YearColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)
protected abstract String
ColumnDefWithLength. formatValue(Object value, MaxwellOutputConfig config)
protected String
DateTimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)
protected String
TimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)
-
Uses of MaxwellOutputConfig in com.zendesk.maxwell.schema.ddl
Methods in com.zendesk.maxwell.schema.ddl with parameters of type MaxwellOutputConfig Modifier and Type Method Description boolean
DDLMap. shouldOutput(MaxwellOutputConfig outputConfig)
String
DDLMap. toJSON(MaxwellOutputConfig outputConfig)
-