Package | Description |
---|---|
org.apache.storm.eventhubs.trident | |
org.apache.storm.kafka.spout.trident | |
org.apache.storm.trident.spout |
Modifier and Type | Class and Description |
---|---|
class |
Partition
Represents an EventHub partition.
|
Modifier and Type | Class and Description |
---|---|
class |
KafkaTridentSpoutTopicPartition
ISpoutPartition that wraps TopicPartition information. |
Modifier and Type | Interface and Description |
---|---|
interface |
IOpaquePartitionedTridentSpout<PartitionsT,PartitionT 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<PartitionsT,PartitionT extends ISpoutPartition,M> |
interface |
IPartitionedTridentSpout<PartitionsT,PartitionT extends ISpoutPartition,T>
This interface defines a transactional spout that reads its tuples from a partitioned set of brokers.
|
static interface |
IPartitionedTridentSpout.Emitter<PartitionsT,PartitionT 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.