Uses of Interface
org.apache.storm.serialization.IKryoDecorator
-
Packages that use IKryoDecorator Package Description org.apache.storm org.apache.storm.testing -
-
Uses of IKryoDecorator in org.apache.storm
Method parameters in org.apache.storm with type arguments of type IKryoDecorator Modifier and Type Method Description void
Config. registerDecorator(Class<? extends IKryoDecorator> klass)
static void
Config. registerDecorator(Map<String,Object> conf, Class<? extends IKryoDecorator> klass)
-
Uses of IKryoDecorator in org.apache.storm.testing
Classes in org.apache.storm.testing that implement IKryoDecorator Modifier and Type Class Description class
TestKryoDecorator
-