Class AbstractMaxwellPartitioner
- java.lang.Object
-
- com.zendesk.maxwell.producer.partitioners.AbstractMaxwellPartitioner
-
- Direct Known Subclasses:
MaxwellKafkaPartitioner,MaxwellKinesisPartitioner
public abstract class AbstractMaxwellPartitioner extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractMaxwellPartitioner(String partitionKey, String csvPartitionColumns, String partitionKeyFallback)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected static StringgetDatabase(RowMap r)StringgetHashString(RowMap r)StringgetHashString(RowMap r, PartitionBy by)protected static StringgetTable(RowMap r)
-