public static enum HoodieLogBlock.HeaderMetadataType extends Enum<HoodieLogBlock.HeaderMetadataType>
| Enum Constant and Description |
|---|
BLOCK_IDENTIFIER |
COMMAND_BLOCK_TYPE |
COMPACTED_BLOCK_TIMES |
INSTANT_TIME |
RECORD_POSITIONS |
SCHEMA |
TARGET_INSTANT_TIME |
| Modifier and Type | Method and Description |
|---|---|
static HoodieLogBlock.HeaderMetadataType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieLogBlock.HeaderMetadataType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieLogBlock.HeaderMetadataType INSTANT_TIME
public static final HoodieLogBlock.HeaderMetadataType TARGET_INSTANT_TIME
public static final HoodieLogBlock.HeaderMetadataType SCHEMA
public static final HoodieLogBlock.HeaderMetadataType COMMAND_BLOCK_TYPE
public static final HoodieLogBlock.HeaderMetadataType COMPACTED_BLOCK_TIMES
public static final HoodieLogBlock.HeaderMetadataType RECORD_POSITIONS
public static final HoodieLogBlock.HeaderMetadataType BLOCK_IDENTIFIER
public static HoodieLogBlock.HeaderMetadataType[] values()
for (HoodieLogBlock.HeaderMetadataType c : HoodieLogBlock.HeaderMetadataType.values()) System.out.println(c);
public static HoodieLogBlock.HeaderMetadataType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2024 The Apache Software Foundation. All rights reserved.