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 String
getDatabase(RowMap r)
String
getHashString(RowMap r)
String
getHashString(RowMap r, PartitionBy by)
protected static String
getTable(RowMap r)
-