TaskMetadata
instead.@Deprecated public class TaskMetadata extends Object
KafkaStreams
application.Constructor and Description |
---|
TaskMetadata(String taskId,
Set<org.apache.kafka.common.TopicPartition> topicPartitions,
Map<org.apache.kafka.common.TopicPartition,Long> committedOffsets,
Map<org.apache.kafka.common.TopicPartition,Long> endOffsets,
Optional<Long> timeCurrentIdlingStarted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<org.apache.kafka.common.TopicPartition,Long> |
committedOffsets()
Deprecated.
This function will return a map of TopicPartitions and the highest committed offset seen so far
|
Map<org.apache.kafka.common.TopicPartition,Long> |
endOffsets()
Deprecated.
This function will return a map of TopicPartitions and the highest offset seen so far in the Topic
|
boolean |
equals(Object o)
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
taskId()
Deprecated.
|
Optional<Long> |
timeCurrentIdlingStarted()
Deprecated.
This function will return the time task idling started, if the task is not currently idling it will return empty
|
Set<org.apache.kafka.common.TopicPartition> |
topicPartitions()
Deprecated.
|
String |
toString()
Deprecated.
|
public String taskId()
public Set<org.apache.kafka.common.TopicPartition> topicPartitions()
public Map<org.apache.kafka.common.TopicPartition,Long> committedOffsets()
public Map<org.apache.kafka.common.TopicPartition,Long> endOffsets()
public Optional<Long> timeCurrentIdlingStarted()