Uses of Class
org.apache.flink.connector.kafka.source.enumerator.AssignmentStatus
-
Packages that use AssignmentStatus Package Description org.apache.flink.connector.kafka.source.enumerator -
-
Uses of AssignmentStatus in org.apache.flink.connector.kafka.source.enumerator
Methods in org.apache.flink.connector.kafka.source.enumerator that return AssignmentStatus Modifier and Type Method Description AssignmentStatusTopicPartitionAndAssignmentStatus. assignmentStatus()static AssignmentStatusAssignmentStatus. ofStatusCode(int statusCode)static AssignmentStatusAssignmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentStatus[]AssignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.connector.kafka.source.enumerator with parameters of type AssignmentStatus Constructor Description TopicPartitionAndAssignmentStatus(org.apache.kafka.common.TopicPartition topicPartition, AssignmentStatus assignStatus)
-