Class ThreadMetadata
java.lang.Object
org.apache.kafka.streams.processor.ThreadMetadata
@Deprecated public class ThreadMetadata extends Object
Deprecated.
Represents the state of a single thread running within a
KafkaStreams
application.-
Constructor Summary
Constructors Constructor Description ThreadMetadata(String threadName, String threadState, String mainConsumerClientId, String restoreConsumerClientId, Set<String> producerClientIds, String adminClientId, Set<TaskMetadata> activeTasks, Set<TaskMetadata> standbyTasks)
Deprecated. -
Method Summary
Modifier and Type Method Description Set<TaskMetadata>
activeTasks()
Deprecated.String
adminClientId()
Deprecated.String
consumerClientId()
Deprecated.boolean
equals(Object o)
Deprecated.int
hashCode()
Deprecated.Set<String>
producerClientIds()
Deprecated.String
restoreConsumerClientId()
Deprecated.Set<TaskMetadata>
standbyTasks()
Deprecated.String
threadName()
Deprecated.String
threadState()
Deprecated.String
toString()
Deprecated.
-
Constructor Details
-
Method Details
-
threadState
Deprecated. -
threadName
Deprecated. -
activeTasks
Deprecated. -
standbyTasks
Deprecated. -
consumerClientId
Deprecated. -
restoreConsumerClientId
Deprecated. -
producerClientIds
Deprecated. -
adminClientId
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-
ThreadMetadata
instead