public class ComparatorInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ComparatorInfo.ComparatorOutput
This class represents a single output from the Comparator tool
For every fenced topic partition details, we would generate one such distinct output object
|
static class |
ComparatorInfo.ComparatorReplicaInfo
This class represents the replica info which is the core unit of the comparator tool
For every n fenced topic details and m bootstrap server, there should be n*(m+1) replicas
The +1 is because we would also generate one replica directly from rematerialized events
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
REMATERIALIZED_REPLICA_ID |
public static final java.lang.String REMATERIALIZED_REPLICA_ID