|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DataStoreContext | |
|---|---|
| org.shoal.ha.cache.impl.command | |
| org.shoal.ha.cache.impl.interceptor | |
| org.shoal.ha.cache.impl.store | |
| 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 |
ReplicationCommandTransmitter.initialize(java.lang.String targetName,
DataStoreContext<K,V> rsInfo)
|
|
void |
Command.prepareTransmit(DataStoreContext<K,V> ctx)
|
|
static
|
ReplicationFrame.toReplicationFrame(DataStoreContext<K,V> dsc,
ReplicationInputStream ris)
|
|
| 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 |
|---|
| Fields in org.shoal.ha.cache.impl.interceptor declared as DataStoreContext | |
|---|---|
protected DataStoreContext<K,V> |
AbstractCommandInterceptor.dsc
|
| Methods in org.shoal.ha.cache.impl.interceptor that return DataStoreContext | |
|---|---|
DataStoreContext<K,V> |
AbstractCommandInterceptor.getDataStoreContext()
|
| Methods in org.shoal.ha.cache.impl.interceptor with parameters of type DataStoreContext | |
|---|---|
void |
AbstractCommandInterceptor.initialize(DataStoreContext<K,V> dsc)
|
| 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 | |
|---|---|
ReplicaLocationHolder(DataStoreConfigurator<K,V> conf,
DataStoreContext<K,V> dsc)
|
|
ReplicaStore(DataStoreContext<K,V> ctx)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||