| Package | Description |
|---|---|
| org.apache.hudi.common.table.view |
| Modifier and Type | Field and Description |
|---|---|
static FileSystemViewStorageType |
FileSystemViewStorageConfig.DEFAULT_SECONDARY_VIEW_STORAGE_TYPE
Deprecated.
Use
FileSystemViewStorageConfig.SECONDARY_VIEW_TYPE and its methods. |
static FileSystemViewStorageType |
FileSystemViewStorageConfig.DEFAULT_VIEW_STORAGE_TYPE
Deprecated.
Use
FileSystemViewStorageConfig.VIEW_TYPE and its methods. |
| Modifier and Type | Field and Description |
|---|---|
static ConfigProperty<FileSystemViewStorageType> |
FileSystemViewStorageConfig.SECONDARY_VIEW_TYPE |
static ConfigProperty<FileSystemViewStorageType> |
FileSystemViewStorageConfig.VIEW_TYPE |
| Modifier and Type | Method and Description |
|---|---|
FileSystemViewStorageType |
FileSystemViewStorageConfig.getSecondaryStorageType() |
FileSystemViewStorageType |
FileSystemViewStorageConfig.getStorageType() |
static FileSystemViewStorageType |
FileSystemViewStorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileSystemViewStorageType[] |
FileSystemViewStorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FileSystemViewStorageConfig.Builder |
FileSystemViewStorageConfig.Builder.withSecondaryStorageType(FileSystemViewStorageType storageType) |
FileSystemViewStorageConfig.Builder |
FileSystemViewStorageConfig.Builder.withStorageType(FileSystemViewStorageType storageType) |
Copyright © 2024 The Apache Software Foundation. All rights reserved.