public class InMemoryStateChangelogStorageFactory extends Object implements StateChangelogStorageFactory
StateChangelogStorageFactory for creating InMemoryStateChangelogStorage.| Modifier and Type | Field and Description |
|---|---|
static String |
identifier |
| Constructor and Description |
|---|
InMemoryStateChangelogStorageFactory() |
| Modifier and Type | Method and Description |
|---|---|
StateChangelogStorage<?> |
createStorage(org.apache.flink.configuration.Configuration configuration)
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 InMemoryStateChangelogStorageFactory()
public String getIdentifier()
StateChangelogStorageFactorygetIdentifier in interface StateChangelogStorageFactorypublic StateChangelogStorage<?> createStorage(org.apache.flink.configuration.Configuration configuration)
StateChangelogStorageFactorycreateStorage in interface StateChangelogStorageFactoryCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.