TaskMetadata
instead.@Deprecated public class TaskMetadata extends Object
KafkaStreams
application.Constructor and Description |
---|
TaskMetadata(String taskId,
Set<TopicPartition> topicPartitions,
Map<TopicPartition,Long> committedOffsets,
Map<TopicPartition,Long> endOffsets,
Optional<Long> timeCurrentIdlingStarted)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Map<TopicPartition,Long> |
committedOffsets()
Deprecated.
This function will return a map of TopicPartitions and the highest committed offset seen so far
|
Map<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<TopicPartition> |
topicPartitions()
Deprecated.
|
String |
toString()
Deprecated.
|
public TaskMetadata(String taskId, Set<TopicPartition> topicPartitions, Map<TopicPartition,Long> committedOffsets, Map<TopicPartition,Long> endOffsets, Optional<Long> timeCurrentIdlingStarted)
public String taskId()
public Set<TopicPartition> topicPartitions()
public Map<TopicPartition,Long> committedOffsets()
public Map<TopicPartition,Long> endOffsets()
public Optional<Long> timeCurrentIdlingStarted()