| Package | Description |
|---|---|
| org.apache.flink.connector.kafka.source.enumerator |
| Modifier and Type | Method and Description |
|---|---|
AssignmentStatus |
TopicPartitionAndAssignmentStatus.assignmentStatus() |
static AssignmentStatus |
AssignmentStatus.ofStatusCode(int statusCode) |
static AssignmentStatus |
AssignmentStatus.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.
|
| Constructor and Description |
|---|
TopicPartitionAndAssignmentStatus(org.apache.kafka.common.TopicPartition topicPartition,
AssignmentStatus assignStatus) |
Copyright © 2022–2024 The Apache Software Foundation. All rights reserved.