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 MaxwellOutputConfigMaxwellConfig. outputConfigControls 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 MaxwellOutputConfigAbstractProducer. 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 booleanHeartbeatRowMap. shouldOutput(MaxwellOutputConfig outputConfig)booleanRowMap. shouldOutput(MaxwellOutputConfig outputConfig)StringHeartbeatRowMap. toJSON(MaxwellOutputConfig outputConfig)StringRowMap. 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 ObjectBigIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectBitColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)ObjectColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectColumnDefWithLength. asJSON(Object value, MaxwellOutputConfig config)ObjectDateColumnDef. asJSON(Object value, MaxwellOutputConfig config)StringEnumColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectGeometryColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectIntColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectJsonColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectSetColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectStringColumnDef. asJSON(Object value, MaxwellOutputConfig config)ObjectYearColumnDef. asJSON(Object value, MaxwellOutputConfig outputConfig)protected abstract StringColumnDefWithLength. formatValue(Object value, MaxwellOutputConfig config)protected StringDateTimeColumnDef. formatValue(Object value, MaxwellOutputConfig config)protected StringTimeColumnDef. 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 booleanDDLMap. shouldOutput(MaxwellOutputConfig outputConfig)StringDDLMap. toJSON(MaxwellOutputConfig outputConfig)
-