backtype.storm.serialization
Class KryoTupleDeserializer.Worker

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

public static class KryoTupleDeserializer.Worker
extends java.lang.Object
implements ITupleDeserializer


Constructor Summary
KryoTupleDeserializer.Worker(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.Worker

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

deserialize

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