Package org.apache.storm.trident.spout
Class RichSpoutBatchIdSerializer
- java.lang.Object
-
- com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
-
- org.apache.storm.trident.spout.RichSpoutBatchIdSerializer
-
public class RichSpoutBatchIdSerializer extends com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
-
-
Constructor Summary
Constructors Constructor Description RichSpoutBatchIdSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RichSpoutBatchId
read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class type)
void
write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id)
-
-
-
Method Detail
-
write
public void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id)
- Specified by:
write
in classcom.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
-
read
public RichSpoutBatchId read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class type)
- Specified by:
read
in classcom.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
-
-