| 程序包 | 说明 |
|---|---|
| com.fr.store |
状态存储功能上层接口
|
| com.fr.store.impl | |
| com.fr.store.impl.redis |
| 限定符和类型 | 方法和说明 |
|---|---|
Store |
ComponentSelector.selectStore(java.lang.String key) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StorageAware.setStorage(Store storage) |
void |
StateHubServiceWrapper.setStorage(Store storage) |
static void |
StateHubManager.setStorage(Store storage) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AbstractStore |
class |
MemoryStore |
| 限定符和类型 | 方法和说明 |
|---|---|
Store |
StandAloneSelector.selectStore(java.lang.String key) |
Store |
ClusterSelector.selectStore(java.lang.String key) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StandardStateHubService.setStorage(Store storage) |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RedisStore |