Uses of Enum Class
org.apache.flink.connector.kafka.source.enumerator.AssignmentStatus
Packages that use AssignmentStatus
-
Uses of AssignmentStatus in org.apache.flink.connector.kafka.source.enumerator
Methods in org.apache.flink.connector.kafka.source.enumerator that return AssignmentStatusModifier and TypeMethodDescriptionTopicPartitionAndAssignmentStatus.assignmentStatus()static AssignmentStatusAssignmentStatus.ofStatusCode(int statusCode) static AssignmentStatusReturns the enum constant of this class with the specified name.static AssignmentStatus[]AssignmentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.apache.flink.connector.kafka.source.enumerator with parameters of type AssignmentStatusModifierConstructorDescriptionTopicPartitionAndAssignmentStatus(org.apache.kafka.common.TopicPartition topicPartition, AssignmentStatus assignStatus)