Modifier and Type | Method and Description |
---|---|
static CatalogContext |
CatalogContext.create(Options options) |
static CatalogContext |
CatalogContext.create(Options options,
org.apache.hadoop.conf.Configuration hadoopConf) |
static CatalogContext |
CatalogContext.create(Options options,
org.apache.hadoop.conf.Configuration hadoopConf,
FileIOLoader preferIOLoader,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
CatalogContext.create(Options options,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
CatalogContext.create(Options options,
FileIOLoader preferIOLoader,
FileIOLoader fallbackIOLoader) |
static CatalogContext |
CatalogContext.create(Path warehouse) |
Modifier and Type | Method and Description |
---|---|
default Catalog |
CatalogFactory.create(CatalogContext context) |
default Catalog |
CatalogFactory.create(FileIO fileIO,
Path warehouse,
CatalogContext context) |
Catalog |
FileSystemCatalogFactory.create(FileIO fileIO,
Path warehouse,
CatalogContext context) |
static Catalog |
CatalogFactory.createCatalog(CatalogContext options)
If the ClassLoader is not specified, using the context ClassLoader of current thread as
default.
|
static Catalog |
CatalogFactory.createCatalog(CatalogContext context,
ClassLoader classLoader) |
static Catalog |
CatalogFactory.createUnwrappedCatalog(CatalogContext context,
ClassLoader classLoader) |
static Path |
CatalogFactory.warehouse(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
void |
FlinkFileIO.configure(CatalogContext context) |
static FlinkCatalog |
FlinkCatalogFactory.createCatalog(String catalogName,
CatalogContext context,
ClassLoader classLoader) |
Modifier and Type | Method and Description |
---|---|
static FileIOLoader |
FileIOUtils.checkAccess(FileIOLoader fileIO,
Path path,
CatalogContext config) |
void |
PluginFileIO.configure(CatalogContext context) |
void |
FileIO.configure(CatalogContext context)
Configure by
CatalogContext . |
static FileIO |
FileIO.get(Path path,
CatalogContext config)
Returns a reference to the
FileIO instance for accessing the file system identified
by the given path. |
Modifier and Type | Method and Description |
---|---|
void |
HadoopFileIO.configure(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
void |
LocalFileIO.configure(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
Catalog |
HiveCatalogFactory.create(CatalogContext context) |
static Catalog |
HiveCatalog.createHiveCatalog(CatalogContext context) |
static org.apache.hadoop.hive.conf.HiveConf |
HiveCatalog.createHiveConf(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
Catalog |
JdbcCatalogFactory.create(FileIO fileIO,
Path warehouse,
CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
void |
OSSFileIO.configure(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
void |
S3FileIO.configure(CatalogContext context) |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityContext.install(CatalogContext catalogContext)
Installs security configuration by
CatalogContext . |
Modifier and Type | Method and Description |
---|---|
static FileStoreTable |
FileStoreTableFactory.create(CatalogContext context) |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.