Uses of Class
org.shoal.ha.cache.api.DataStoreContext

Packages that use DataStoreContext
org.shoal.adapter.store   
org.shoal.ha.cache.api   
org.shoal.ha.cache.impl.command   
org.shoal.ha.cache.impl.interceptor   
org.shoal.ha.cache.impl.store   
 

Uses of DataStoreContext in org.shoal.adapter.store
 

Methods in org.shoal.adapter.store that return DataStoreContext
static DataStoreContext RepliatedBackingStoreRegistry.getContext(java.lang.String name)
           
 DataStoreContext<K,V> ReplicatedBackingStore.getDataStoreContext()
           
 DataStoreContext<K,V> StoreableReplicatedBackingStore.getDataStoreContext()
           
 

Methods in org.shoal.adapter.store with parameters of type DataStoreContext
static void RepliatedBackingStoreRegistry.registerStore(java.lang.String name, org.glassfish.ha.store.api.BackingStoreConfiguration conf, DataStoreContext ctx)
           
 

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

Fields in org.shoal.ha.cache.api declared as DataStoreContext
protected  DataStoreContext<K,V> AbstractCommandInterceptor.dsc
           
 

Methods in org.shoal.ha.cache.api that return DataStoreContext
 DataStoreContext<K,V> ReplicationFramework.getDataStoreContext()
           
 DataStoreContext<K,V> AbstractCommandInterceptor.getDataStoreContext()
           
 

Methods in org.shoal.ha.cache.api with parameters of type DataStoreContext
 void AbstractCommandInterceptor.initialize(DataStoreContext<K,V> dsc)
           
 

Uses of DataStoreContext in org.shoal.ha.cache.impl.command
 

Fields in org.shoal.ha.cache.impl.command declared as DataStoreContext
protected  DataStoreContext<K,V> Command.dsc
           
 

Methods in org.shoal.ha.cache.impl.command that return DataStoreContext
protected  DataStoreContext<K,V> Command.getDataStoreContext()
           
 

Methods in org.shoal.ha.cache.impl.command with parameters of type DataStoreContext
 void Command.initialize(DataStoreContext<K,V> rs)
           
 void Command.prepareTransmit(DataStoreContext<K,V> ctx)
           
 

Constructors in org.shoal.ha.cache.impl.command with parameters of type DataStoreContext
CommandManager(DataStoreContext<K,V> dsc)
           
 

Uses of DataStoreContext in org.shoal.ha.cache.impl.interceptor
 

Methods in org.shoal.ha.cache.impl.interceptor with parameters of type DataStoreContext
 void ReplicationCommandTransmitterManager.initialize(DataStoreContext<K,V> dsc)
           
 void ReplicationCommandTransmitter.initialize(java.lang.String targetName, DataStoreContext<K,V> rsInfo, ASyncThreadPool asyncPool)
           
static
<K,V> ReplicationFrame<K,V>
ReplicationFrame.toReplicationFrame(DataStoreContext<K,V> dsc, ReplicationInputStream ris)
           
 

Uses of DataStoreContext in org.shoal.ha.cache.impl.store
 

Methods in org.shoal.ha.cache.impl.store that return DataStoreContext
 DataStoreContext<K,V> ReplicatedDataStore.getDataStoreContext()
           
 

Constructors in org.shoal.ha.cache.impl.store with parameters of type DataStoreContext
ReplicaStore(DataStoreContext<K,V> ctx)
           
 



Copyright © 2010. All Rights Reserved.