| 限定符和类型 | 方法和说明 |
|---|---|
static CatalogContext |
create(Options options) |
static CatalogContext |
create(Options options,
org.apache.hadoop.conf.Configuration hadoopConf) |
static CatalogContext |
create(Options options,
org.apache.hadoop.conf.Configuration hadoopConf,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
create(Options options,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
create(Path warehouse) |
FileIOLoader |
fallbackIO() |
org.apache.hadoop.conf.Configuration |
hadoopConf()
Return hadoop
Configuration. |
Options |
options() |
public static CatalogContext create(Path warehouse)
public static CatalogContext create(Options options)
public static CatalogContext create(Options options, org.apache.hadoop.conf.Configuration hadoopConf)
public static CatalogContext create(Options options, FileIOLoader fallbackIOLoader)
public static CatalogContext create(Options options, org.apache.hadoop.conf.Configuration hadoopConf, FileIOLoader fallbackIOLoader)
public Options options()
public org.apache.hadoop.conf.Configuration hadoopConf()
Configuration.@Nullable public FileIOLoader fallbackIO()
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.