public class StartAuditJobRequest extends Object
Constructor and Description |
---|
StartAuditJobRequest(String brokerUrl,
Map<String,Set<Integer>> topicPartitionsMap,
int jobId,
boolean forceStart,
boolean compactionCheckNeeded) |
Modifier and Type | Method and Description |
---|---|
String |
getBrokerUrl() |
int |
getJobId() |
Map<String,Set<Integer>> |
getTopicPartitionsMap() |
boolean |
isCompactionCheckNeeded() |
boolean |
isForceStart() |