public interface IAccessor
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
doStoreAction(int shardId,
ActionType actionType,
ActionRequest request) |
|
IBaseStore |
getStore() |
|
void |
init(StateContext stateContext,
IStoreBuilder storeBuilder) |
|
void |
registerAction(IAction action) |
void init(StateContext stateContext, IStoreBuilder storeBuilder)
IBaseStore getStore()
void registerAction(IAction action)
void doStoreAction(int shardId,
ActionType actionType,
ActionRequest request)
Copyright © 2025. All rights reserved.