Package | Description |
---|---|
org.apache.storm.kafka.spout.trident |
Modifier and Type | Method and Description |
---|---|
List<KafkaTridentSpoutTopicPartition> |
KafkaTridentSpoutEmitter.getPartitionsForTask(int taskId,
int numTasks,
List<KafkaTridentSpoutTopicPartition> allPartitionInfoSorted)
Get the partitions that should be handled by this task.
|
List<KafkaTridentSpoutTopicPartition> |
KafkaTridentOpaqueSpoutEmitter.getPartitionsForTask(int taskId,
int numTasks,
List<KafkaTridentSpoutTopicPartition> allPartitionInfoSorted) |
void |
KafkaTridentSpoutEmitter.refreshPartitions(List<KafkaTridentSpoutTopicPartition> partitionResponsibilities)
Prepare the emitter to handle the input partitions.
|
void |
KafkaTridentOpaqueSpoutEmitter.refreshPartitions(List<KafkaTridentSpoutTopicPartition> partitionResponsibilities) |
void |
KafkaTridentTransactionalSpoutEmitter.refreshPartitions(List<KafkaTridentSpoutTopicPartition> partitionResponsibilities) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.