| 程序包 | 说明 |
|---|---|
| org.apache.flink.table.runtime.dataview | |
| org.apache.flink.table.runtime.generated |
| 限定符和类型 | 类和说明 |
|---|---|
class |
PerKeyStateDataViewStore
Default implementation of StateDataViewStore that currently forwards state registration
to a
RuntimeContext. |
class |
PerWindowStateDataViewStore
An implementation of StateDataViewStore for window aggregates which forward the state
registration to underlying
KeyedStateBackend. |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
NamespaceAggsHandleFunctionBase.open(StateDataViewStore store)
Initialization method for the function.
|
void |
AggsHandleFunctionBase.open(StateDataViewStore store)
Initialization method for the function.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.