public class InMemoryStateChangelogStorageFactory extends Object implements StateChangelogStorageFactory
StateChangelogStorageFactory for creating InMemoryStateChangelogStorage.| 限定符和类型 | 字段和说明 |
|---|---|
static String |
identifier |
| 构造器和说明 |
|---|
InMemoryStateChangelogStorageFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
StateChangelogStorage<?> |
createStorage(org.apache.flink.configuration.Configuration configuration,
TaskManagerJobMetricGroup metricGroup)
Create the storage based on a configuration.
|
String |
getIdentifier()
Get the identifier for user to use this changelog storage factory.
|
public static String identifier
public String getIdentifier()
StateChangelogStorageFactorygetIdentifier 在接口中 StateChangelogStorageFactorypublic StateChangelogStorage<?> createStorage(org.apache.flink.configuration.Configuration configuration, TaskManagerJobMetricGroup metricGroup)
StateChangelogStorageFactorycreateStorage 在接口中 StateChangelogStorageFactoryCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.