Class RandomNumberGeneratorSpout

java.lang.Object
org.apache.storm.starter.spout.RandomNumberGeneratorSpout
All Implemented Interfaces:
Serializable, IBatchSpout, ITridentDataSource

public class RandomNumberGeneratorSpout extends Object implements IBatchSpout
This spout generates random whole numbers with given maxNumber value as maximum with the given fields.
See Also: