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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidwrite(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id) Methods inherited from class com.esotericsoftware.kryo.Serializercopy, getAcceptsNull, isImmutable, setAcceptsNull, setImmutable
- 
Constructor Details- 
RichSpoutBatchIdSerializerpublic RichSpoutBatchIdSerializer()
 
- 
- 
Method Details- 
writepublic void write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, RichSpoutBatchId id) - Specified by:
- writein class- com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
 
- 
readpublic RichSpoutBatchId read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class type) - Specified by:
- readin class- com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
 
 
-