Package | Description |
---|---|
org.apache.paimon.catalog | |
org.apache.paimon.hive | |
org.apache.paimon.jdbc | |
org.apache.paimon.privilege | |
org.apache.paimon.rest |
Modifier and Type | Class and Description |
---|---|
static class |
PropertyChange.RemoveProperty
Remove property for database change.
|
static class |
PropertyChange.SetProperty
Set property for database change.
|
Modifier and Type | Method and Description |
---|---|
static PropertyChange |
PropertyChange.removeProperty(String property) |
static PropertyChange |
PropertyChange.setProperty(String property,
String value) |
Modifier and Type | Method and Description |
---|---|
void |
CachingCatalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists) |
void |
Catalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists)
Alter a database.
|
void |
AbstractCatalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists) |
void |
DelegateCatalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists) |
protected void |
FileSystemCatalog.alterDatabaseImpl(String name,
List<PropertyChange> changes) |
protected abstract void |
AbstractCatalog.alterDatabaseImpl(String name,
List<PropertyChange> changes) |
static Pair<Map<String,String>,Set<String>> |
PropertyChange.getSetPropertiesToRemoveKeys(List<PropertyChange> changes) |
Modifier and Type | Method and Description |
---|---|
protected void |
HiveCatalog.alterDatabaseImpl(String name,
List<PropertyChange> changes) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcCatalog.alterDatabaseImpl(String name,
List<PropertyChange> changes) |
Modifier and Type | Method and Description |
---|---|
void |
PrivilegedCatalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists) |
Modifier and Type | Method and Description |
---|---|
void |
RESTCatalog.alterDatabase(String name,
List<PropertyChange> changes,
boolean ignoreIfNotExists) |
Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.