public class KafkaSupervisorReportPayload extends SeekableStreamSupervisorReportPayload<Integer,Long>
| Constructor and Description |
|---|
KafkaSupervisorReportPayload(String dataSource,
String topic,
int partitions,
int replicas,
long durationSeconds,
Map<Integer,Long> latestOffsets,
Map<Integer,Long> minimumLag,
Long aggregateLag,
org.joda.time.DateTime offsetsLastUpdated,
boolean suspended) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
addTask, getActiveTasks, getAggregateLag, getDataSource, getDurationSeconds, getLatestOffsets, getMinimumLag, getOffsetsLastUpdated, getPartitions, getPublishingTasks, getReplicas, getStream, getSuspendedpublic KafkaSupervisorReportPayload(String dataSource, String topic, int partitions, int replicas, long durationSeconds, @Nullable Map<Integer,Long> latestOffsets, @Nullable Map<Integer,Long> minimumLag, @Nullable Long aggregateLag, @Nullable org.joda.time.DateTime offsetsLastUpdated, boolean suspended)
Copyright © 2011–2019 The Apache Software Foundation. All rights reserved.