Uses of Class
com.zendesk.maxwell.producer.partitioners.PartitionBy
-
Packages that use PartitionBy Package Description com.zendesk.maxwell.producer.partitioners partitioners deal with subdividing streams by data key -
-
Uses of PartitionBy in com.zendesk.maxwell.producer.partitioners
Methods in com.zendesk.maxwell.producer.partitioners that return PartitionBy Modifier and Type Method Description static PartitionBy
PartitionBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static PartitionBy[]
PartitionBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.zendesk.maxwell.producer.partitioners with parameters of type PartitionBy Modifier and Type Method Description String
AbstractMaxwellPartitioner. getHashString(RowMap r, PartitionBy by)
-