Uses of Interface
org.shoal.ha.cache.api.ObjectInputOutputStreamFactory

Packages that use ObjectInputOutputStreamFactory
org.shoal.ha.cache.api   
org.shoal.ha.cache.impl.util   
 

Uses of ObjectInputOutputStreamFactory in org.shoal.ha.cache.api
 

Classes in org.shoal.ha.cache.api that implement ObjectInputOutputStreamFactory
 class DefaultObjectInputOutputStreamFactory
           
 

Methods in org.shoal.ha.cache.api that return ObjectInputOutputStreamFactory
static ObjectInputOutputStreamFactory ObjectInputOutputStreamFactoryRegistry.getObjectInputOutputStreamFactory()
           
 ObjectInputOutputStreamFactory DataStoreConfigurator.getObjectInputOutputStreamFactory()
           
 

Methods in org.shoal.ha.cache.api with parameters of type ObjectInputOutputStreamFactory
 void DataStoreConfigurator.setObjectInputOutputStreamFactory(ObjectInputOutputStreamFactory objectInputOutputStreamFactory)
           
 

Constructors in org.shoal.ha.cache.api with parameters of type ObjectInputOutputStreamFactory
ObjectKeyHelper(java.lang.ClassLoader loader, ObjectInputOutputStreamFactory factory)
           
 

Uses of ObjectInputOutputStreamFactory in org.shoal.ha.cache.impl.util
 

Constructors in org.shoal.ha.cache.impl.util with parameters of type ObjectInputOutputStreamFactory
DefaultDataStoreEntryHelper(ObjectInputOutputStreamFactory factory, java.lang.ClassLoader loader, long defaultMaxIdleTime)
           
 



Copyright © 2010. All Rights Reserved.