backtype.storm.serialization
Class KryoTupleDeserializer

java.lang.Object
  extended by backtype.storm.serialization.KryoTupleDeserializer
All Implemented Interfaces:
ITupleDeserializer

public class KryoTupleDeserializer
extends java.lang.Object
implements ITupleDeserializer


Nested Class Summary
static class KryoTupleDeserializer.Worker
           
 
Constructor Summary
KryoTupleDeserializer(java.util.Map conf, TopologyContext context)
           
 
Method Summary
 Tuple deserialize(byte[] ser)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KryoTupleDeserializer

public KryoTupleDeserializer(java.util.Map conf,
                             TopologyContext context)
Method Detail

deserialize

public Tuple deserialize(byte[] ser)
Specified by:
deserialize in interface ITupleDeserializer