public class InternalSchemaManager extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static InternalSchemaManager |
DISABLED |
| Constructor and Description |
|---|
InternalSchemaManager(org.apache.flink.configuration.Configuration conf,
InternalSchema querySchema,
String validCommits,
String tablePath) |
| Modifier and Type | Method and Description |
|---|---|
static InternalSchemaManager |
get(org.apache.flink.configuration.Configuration conf,
HoodieTableMetaClient metaClient) |
InternalSchema |
getQuerySchema() |
public static final InternalSchemaManager DISABLED
public InternalSchemaManager(org.apache.flink.configuration.Configuration conf,
InternalSchema querySchema,
String validCommits,
String tablePath)
public static InternalSchemaManager get(org.apache.flink.configuration.Configuration conf, HoodieTableMetaClient metaClient)
public InternalSchema getQuerySchema()
Copyright © 2023 The Apache Software Foundation. All rights reserved.