storm.trident.spout
Class RichSpoutBatchIdSerializer

java.lang.Object
  extended by com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>
      extended by storm.trident.spout.RichSpoutBatchIdSerializer

public class RichSpoutBatchIdSerializer
extends com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>


Constructor Summary
RichSpoutBatchIdSerializer()
           
 
Method Summary
 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)
           
 
Methods inherited from class com.esotericsoftware.kryo.Serializer
copy, getAcceptsNull, isImmutable, setAcceptsNull, setGenerics, setImmutable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RichSpoutBatchIdSerializer

public RichSpoutBatchIdSerializer()
Method Detail

write

public void write(com.esotericsoftware.kryo.Kryo kryo,
                  com.esotericsoftware.kryo.io.Output output,
                  RichSpoutBatchId id)
Specified by:
write in class com.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 class com.esotericsoftware.kryo.Serializer<RichSpoutBatchId>


Copyright © 2014 The Apache Software Foundation. All Rights Reserved.