public static enum HoodieLogBlock.HoodieLogBlockType extends Enum<HoodieLogBlock.HoodieLogBlockType>
| Enum Constant and Description |
|---|
AVRO_DATA_BLOCK |
CDC_DATA_BLOCK |
COMMAND_BLOCK |
CORRUPT_BLOCK |
DELETE_BLOCK |
HFILE_DATA_BLOCK |
PARQUET_DATA_BLOCK |
| Modifier and Type | Method and Description |
|---|---|
static HoodieLogBlock.HoodieLogBlockType |
fromId(String id) |
static HoodieLogBlock.HoodieLogBlockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HoodieLogBlock.HoodieLogBlockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HoodieLogBlock.HoodieLogBlockType COMMAND_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType DELETE_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType CORRUPT_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType AVRO_DATA_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType HFILE_DATA_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType PARQUET_DATA_BLOCK
public static final HoodieLogBlock.HoodieLogBlockType CDC_DATA_BLOCK
public static HoodieLogBlock.HoodieLogBlockType[] values()
for (HoodieLogBlock.HoodieLogBlockType c : HoodieLogBlock.HoodieLogBlockType.values()) System.out.println(c);
public static HoodieLogBlock.HoodieLogBlockType 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 nullpublic static HoodieLogBlock.HoodieLogBlockType fromId(String id)
Copyright © 2024 The Apache Software Foundation. All rights reserved.