| Package | Description |
|---|---|
| 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 |
| Modifier and Type | Method and Description |
|---|---|
static DataStoreContext |
RepliatedBackingStoreRegistry.getContext(String name) |
DataStoreContext<K,V> |
ReplicatedBackingStore.getDataStoreContext() |
| Modifier and Type | Method and Description |
|---|---|
static void |
RepliatedBackingStoreRegistry.registerStore(String name,
org.glassfish.ha.store.api.BackingStoreConfiguration conf,
DataStoreContext ctx) |
| Modifier and Type | Field and Description |
|---|---|
protected DataStoreContext<K,V> |
AbstractCommandInterceptor.dsc |
| Modifier and Type | Method and Description |
|---|---|
DataStoreContext<K,V> |
AbstractCommandInterceptor.getDataStoreContext() |
| Modifier and Type | Method and Description |
|---|---|
static <K,V extends Serializable> |
DataStoreFactory.createDataStore(DataStoreContext<K,V> conf) |
void |
AbstractCommandInterceptor.initialize(DataStoreContext<K,V> dsc) |
| Constructor and Description |
|---|
ReplicatedDataStoreStatsHolder(DataStoreContext<K,V> dsc) |
| Modifier and Type | Field and Description |
|---|---|
protected DataStoreContext<K,V> |
Command.dsc |
| Modifier and Type | Method and Description |
|---|---|
protected DataStoreContext<K,V> |
Command.getDataStoreContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
CommandManager.initialize(DataStoreContext<K,V> dsc) |
void |
Command.initialize(DataStoreContext<K,V> rs) |
void |
Command.prepareTransmit(DataStoreContext<K,V> ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
ReplicationCommandTransmitterManager.initialize(DataStoreContext<K,V> dsc) |
void |
ReplicationCommandTransmitterWithMap.initialize(String targetName,
DataStoreContext<K,V> rsInfo) |
void |
ReplicationCommandTransmitterWithList.initialize(String targetName,
DataStoreContext<K,V> rsInfo) |
void |
CommandCollector.initialize(String targetName,
DataStoreContext<K,V> rsInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected DataStoreContext<K,V> |
DataStoreEntryUpdater.ctx |
| Modifier and Type | Method and Description |
|---|---|
DataStoreContext<K,V> |
ReplicatedDataStore.getDataStoreContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
DataStoreEntryUpdater.initialize(DataStoreContext<K,V> ctx) |
| Constructor and Description |
|---|
ReplicaStore(DataStoreContext<K,V> ctx) |
ReplicatedDataStore(DataStoreContext<K,V> conf,
GroupService gs) |
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.