Modifier and Type | Class and Description |
---|---|
class |
ClojureSpout |
class |
RichShellSpout |
Modifier and Type | Class and Description |
---|---|
class |
DRPCSpout |
Modifier and Type | Class and Description |
---|---|
class |
FeederSpout |
class |
FixedTupleSpout |
class |
SpoutTracker |
class |
TestEventLogSpout |
class |
TestPlannerSpout |
class |
TestWordSpout |
Constructor and Description |
---|
SpoutTracker(IRichSpout delegate,
String trackId) |
Modifier and Type | Method and Description |
---|---|
SpoutDeclarer |
TopologyBuilder.setSpout(String id,
IRichSpout spout)
Define a new spout in this topology.
|
SpoutDeclarer |
TopologyBuilder.setSpout(String id,
IRichSpout spout,
Number parallelism_hint)
Define a new spout in this topology with the specified parallelism.
|
Modifier and Type | Class and Description |
---|---|
class |
BaseRichSpout |
Modifier and Type | Class and Description |
---|---|
class |
TransactionalSpoutCoordinator |
Modifier and Type | Method and Description |
---|---|
Stream |
TridentTopology.newStream(String txId,
IRichSpout spout) |
Modifier and Type | Class and Description |
---|---|
class |
RichSpoutBatchTriggerer |
Constructor and Description |
---|
RichSpoutBatchExecutor(IRichSpout spout) |
RichSpoutBatchTriggerer(IRichSpout delegate,
String streamName,
String batchGroup) |
Modifier and Type | Class and Description |
---|---|
class |
MasterBatchCoordinator |
Modifier and Type | Method and Description |
---|---|
SpoutDeclarer |
TridentTopologyBuilder.setBatchPerTupleSpout(String id,
String streamName,
IRichSpout spout,
Integer parallelism,
String batchGroup) |
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.