public class TaskMetadata extends Object
KafkaStreams
application.Constructor and Description |
---|
TaskMetadata(String taskId,
Set<org.apache.kafka.common.TopicPartition> topicPartitions) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
hashCode() |
String |
taskId() |
Set<org.apache.kafka.common.TopicPartition> |
topicPartitions() |
String |
toString() |