Uses of Class
org.apache.flink.state.table.SavepointConnectorOptions.StateType
-
Packages that use SavepointConnectorOptions.StateType Package Description org.apache.flink.state.table -
-
Uses of SavepointConnectorOptions.StateType in org.apache.flink.state.table
Fields in org.apache.flink.state.table with type parameters of type SavepointConnectorOptions.StateType Modifier and Type Field Description static org.apache.flink.configuration.ConfigOption<SavepointConnectorOptions.StateType>SavepointConnectorOptions. STATE_TYPE_PLACEHOLDERPlaceholderConfigOption.Methods in org.apache.flink.state.table that return SavepointConnectorOptions.StateType Modifier and Type Method Description SavepointConnectorOptions.StateTypeStateValueColumnConfiguration. getStateType()static SavepointConnectorOptions.StateTypeSavepointConnectorOptions.StateType. valueOf(String name)Returns the enum constant of this type with the specified name.static SavepointConnectorOptions.StateType[]SavepointConnectorOptions.StateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.flink.state.table with parameters of type SavepointConnectorOptions.StateType Constructor Description StateValueColumnConfiguration(int columnIndex, String stateName, SavepointConnectorOptions.StateType stateType, org.apache.flink.api.common.typeinfo.TypeInformation mapKeyTypeInfo, org.apache.flink.api.common.typeinfo.TypeInformation valueTypeInfo)
-