public abstract class BaseActionAccess extends Object
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
private Lock |
lock |
|
protected Map<ActionType,IAction> |
registeredAction |
| 构造器 | 说明 |
|---|---|
BaseActionAccess() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
protected abstract List<ActionType> |
allowActionTypes() |
|
void |
doStoreAction(int shard,
ActionType actionType,
ActionRequest request) |
|
protected void |
initAction(IStatefulStore baseStore,
StateContext stateContext) |
|
void |
registerAction(IAction action) |
private Lock lock
protected Map<ActionType,IAction> registeredAction
protected abstract List<ActionType> allowActionTypes()
protected void initAction(IStatefulStore baseStore, StateContext stateContext)
public void registerAction(IAction action)
public void doStoreAction(int shard,
ActionType actionType,
ActionRequest request)
Copyright © 2025. All rights reserved.