@Experimental @DefaultSchema(value=AutoValueSchema.class) public abstract static class KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration extends java.lang.Object
TopicPartition.
Internal only: This class is actively being worked on, and it will likely change. We provide no backwards compatibility guarantees, and it should not be implemented outside the Beam repository.
| Modifier and Type | Class and Description |
|---|---|
static class |
KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration.Builder
Builder for the
KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration. |
| Constructor and Description |
|---|
TopicPartitionConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration.Builder |
builder()
Instantiates a
KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration.Builder instance. |
abstract java.lang.Integer |
getPartition()
The number of the topic partition.
|
abstract java.lang.String |
getTopic()
The name of the topic defining the partition.
|
public static KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration.Builder builder()
KafkaSchemaTransformReadConfiguration.TopicPartitionConfiguration.Builder instance.public abstract java.lang.String getTopic()
public abstract java.lang.Integer getPartition()