M
- The type of metadata object passed to the Emitter when emitting a new batch based on a previous batch. This type must
be JSON serializable by json-simple.PartitionsT
- The type of metadata object used by the coordinator to describe partitions. This type must be JSON serializable by
json-simple.public interface IOpaquePartitionedTridentSpout<PartitionsT,PartitionT extends ISpoutPartition,M> extends ITridentDataSource
Modifier and Type | Interface and Description |
---|---|
static interface |
IOpaquePartitionedTridentSpout.Coordinator<PartitionsT>
Coordinator for batches.
|
static interface |
IOpaquePartitionedTridentSpout.Emitter<PartitionsT,PartitionT extends ISpoutPartition,M> |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getComponentConfiguration() |
IOpaquePartitionedTridentSpout.Coordinator<PartitionsT> |
getCoordinator(Map<String,Object> conf,
TopologyContext context) |
IOpaquePartitionedTridentSpout.Emitter<PartitionsT,PartitionT,M> |
getEmitter(Map<String,Object> conf,
TopologyContext context) |
Fields |
getOutputFields() |
IOpaquePartitionedTridentSpout.Emitter<PartitionsT,PartitionT,M> getEmitter(Map<String,Object> conf, TopologyContext context)
IOpaquePartitionedTridentSpout.Coordinator<PartitionsT> getCoordinator(Map<String,Object> conf, TopologyContext context)
Fields getOutputFields()
Copyright © 2023 The Apache Software Foundation. All rights reserved.