backtype.storm.testing
Class TestKryoDecorator

java.lang.Object
  extended by backtype.storm.testing.TestKryoDecorator
All Implemented Interfaces:
IKryoDecorator

public class TestKryoDecorator
extends java.lang.Object
implements IKryoDecorator


Constructor Summary
TestKryoDecorator()
           
 
Method Summary
 void decorate(Kryo k)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestKryoDecorator

public TestKryoDecorator()
Method Detail

decorate

public void decorate(Kryo k)
Specified by:
decorate in interface IKryoDecorator