Uses of Interface
org.apache.storm.trident.spout.IOpaquePartitionedTridentSpout
-
Packages that use IOpaquePartitionedTridentSpout Package Description org.apache.storm.kafka.spout.trident org.apache.storm.trident org.apache.storm.trident.spout -
-
Uses of IOpaquePartitionedTridentSpout in org.apache.storm.kafka.spout.trident
Classes in org.apache.storm.kafka.spout.trident that implement IOpaquePartitionedTridentSpout Modifier and Type Class Description class
KafkaTridentSpoutOpaque<K,V>
-
Uses of IOpaquePartitionedTridentSpout in org.apache.storm.trident
Methods in org.apache.storm.trident with parameters of type IOpaquePartitionedTridentSpout Modifier and Type Method Description Stream
TridentTopology. newStream(String txId, IOpaquePartitionedTridentSpout spout)
-
Uses of IOpaquePartitionedTridentSpout in org.apache.storm.trident.spout
Constructors in org.apache.storm.trident.spout with parameters of type IOpaquePartitionedTridentSpout Constructor Description OpaquePartitionedTridentSpoutExecutor(IOpaquePartitionedTridentSpout<Object,ISpoutPartition,Object> spout)
-