Uses of Class
org.apache.storm.trident.spout.RichSpoutBatchId
-
Packages that use RichSpoutBatchId Package Description org.apache.storm.trident.spout -
-
Uses of RichSpoutBatchId in org.apache.storm.trident.spout
Methods in org.apache.storm.trident.spout that return RichSpoutBatchId Modifier and Type Method Description RichSpoutBatchId
RichSpoutBatchIdSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class type)
Methods in org.apache.storm.trident.spout with parameters of type RichSpoutBatchId Modifier and Type Method Description void
RichSpoutBatchIdSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id)
-