Class PbFormatOptions
- java.lang.Object
-
- org.apache.flink.formats.protobuf.PbFormatOptions
-
public class PbFormatOptions extends Object
This class holds configuration constants used by protobuf format.
-
-
Field Summary
Fields Modifier and Type Field Description static ConfigOption<Boolean>
IGNORE_PARSE_ERRORS
static ConfigOption<String>
MESSAGE_CLASS_NAME
static ConfigOption<Boolean>
READ_DEFAULT_VALUES
static ConfigOption<String>
WRITE_NULL_STRING_LITERAL
-
Constructor Summary
Constructors Constructor Description PbFormatOptions()
-
-
-
Field Detail
-
MESSAGE_CLASS_NAME
public static final ConfigOption<String> MESSAGE_CLASS_NAME
-
IGNORE_PARSE_ERRORS
public static final ConfigOption<Boolean> IGNORE_PARSE_ERRORS
-
READ_DEFAULT_VALUES
public static final ConfigOption<Boolean> READ_DEFAULT_VALUES
-
WRITE_NULL_STRING_LITERAL
public static final ConfigOption<String> WRITE_NULL_STRING_LITERAL
-
-