Package | Description |
---|---|
org.apache.storm.kafka | |
org.apache.storm.kafka.spout.trident | |
org.apache.storm.trident.spout |
Modifier and Type | Class and Description |
---|---|
class |
Partition |
Modifier and Type | Class and Description |
---|---|
class |
KafkaTridentSpoutTopicPartition
ISpoutPartition that wraps TopicPartition information |
Modifier and Type | Interface and Description |
---|---|
interface |
IOpaquePartitionedTridentSpout<Partitions,Partition extends ISpoutPartition,M>
This defines a transactional spout which does not necessarily replay the same batch every time it emits a batch for a transaction id.
|
static interface |
IOpaquePartitionedTridentSpout.Emitter<Partitions,Partition extends ISpoutPartition,M> |
interface |
IPartitionedTridentSpout<Partitions,Partition extends ISpoutPartition,T>
This interface defines a transactional spout that reads its tuples from a partitioned set of brokers.
|
static interface |
IPartitionedTridentSpout.Emitter<Partitions,Partition extends ISpoutPartition,X> |
Modifier and Type | Method and Description |
---|---|
IPartitionedTridentSpout<Object,ISpoutPartition,Object> |
PartitionedTridentSpoutExecutor.getPartitionedSpout() |
Constructor and Description |
---|
OpaquePartitionedTridentSpoutExecutor(IOpaquePartitionedTridentSpout<Object,ISpoutPartition,Object> spout) |
PartitionedTridentSpoutExecutor(IPartitionedTridentSpout<Object,ISpoutPartition,Object> spout) |
Copyright © 2022 The Apache Software Foundation. All Rights Reserved.