Package org.apache.storm
Class Thrift.SpoutDetails
- java.lang.Object
-
- org.apache.storm.Thrift.SpoutDetails
-
-
Constructor Summary
Constructors Constructor Description SpoutDetails(IRichSpout spout, Integer parallelism, Map<String,Object> conf)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getConf()
Integer
getParallelism()
IRichSpout
getSpout()
-
-
-
Constructor Detail
-
SpoutDetails
public SpoutDetails(IRichSpout spout, Integer parallelism, Map<String,Object> conf)
-
-
Method Detail
-
getSpout
public IRichSpout getSpout()
-
getParallelism
public Integer getParallelism()
-
-