Uses of Interface
backtype.storm.serialization.IKryoFactory

Packages that use IKryoFactory
backtype.storm   
backtype.storm.serialization   
 

Uses of IKryoFactory in backtype.storm
 

Method parameters in backtype.storm with type arguments of type IKryoFactory
 void Config.setKryoFactory(Class<? extends IKryoFactory> klass)
           
static void Config.setKryoFactory(Map conf, Class<? extends IKryoFactory> klass)
           
 

Uses of IKryoFactory in backtype.storm.serialization
 

Classes in backtype.storm.serialization that implement IKryoFactory
 class DefaultKryoFactory
           
 



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