public class BaseStateManager extends Object
| 限定符和类型 | 字段 | 说明 |
|---|---|---|
protected Map<Integer,IAccessor> |
accessorMap |
|
protected org.apache.geaflow.common.config.Configuration |
config |
|
protected StateContext |
context |
|
protected KeyGroup |
keyGroup |
|
protected org.apache.geaflow.metrics.common.api.MetricGroup |
metricGroup |
| 构造器 | 说明 |
|---|---|
BaseStateManager() |
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
void |
doStoreAction(ActionType actionType,
ActionRequest request) |
|
void |
init(StateContext context) |
protected StateContext context
protected org.apache.geaflow.common.config.Configuration config
protected org.apache.geaflow.metrics.common.api.MetricGroup metricGroup
protected KeyGroup keyGroup
public void init(StateContext context)
public void doStoreAction(ActionType actionType, ActionRequest request)
Copyright © 2025. All rights reserved.