Uses of Class
org.apache.storm.bolt.JoinBolt.ResultRecord
-
Packages that use JoinBolt.ResultRecord Package Description org.apache.storm.bolt -
-
Uses of JoinBolt.ResultRecord in org.apache.storm.bolt
Methods in org.apache.storm.bolt that return types with arguments of type JoinBolt.ResultRecord Modifier and Type Method Description Collection<JoinBolt.ResultRecord>
JoinBolt.JoinAccumulator. getRecords()
Methods in org.apache.storm.bolt with parameters of type JoinBolt.ResultRecord Modifier and Type Method Description void
JoinBolt.JoinAccumulator. insert(JoinBolt.ResultRecord tuple)
Constructors in org.apache.storm.bolt with parameters of type JoinBolt.ResultRecord Constructor Description ResultRecord(JoinBolt.ResultRecord lhs, Tuple rhs, boolean generateOutputFields)
-