Package | Description |
---|---|
org.apache.flink.statefun.flink.core | |
org.apache.flink.statefun.flink.core.message |
Modifier and Type | Field and Description |
---|---|
static org.apache.flink.configuration.ConfigOption<MessageFactoryType> |
StatefulFunctionsConfig.USER_MESSAGE_SERIALIZER |
Modifier and Type | Method and Description |
---|---|
MessageFactoryType |
StatefulFunctionsConfig.getFactoryType()
Returns the factory type used to serialize messages.
|
Modifier and Type | Method and Description |
---|---|
void |
StatefulFunctionsConfig.setFactoryType(MessageFactoryType factoryType)
Sets the factory type used to serialize messages.
|
Modifier and Type | Method and Description |
---|---|
MessageFactoryType |
MessageFactoryKey.getType() |
static MessageFactoryType |
MessageFactoryType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageFactoryType[] |
MessageFactoryType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static MessageFactoryKey |
MessageFactoryKey.forType(MessageFactoryType type,
java.lang.String customPayloadSerializerClassName) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.