All Methods Static Methods Concrete Methods
Modifier and Type |
Method and Description |
static CreateNamespaceResponse |
createNamespace(SupportsNamespaces catalog,
CreateNamespaceRequest request) |
static LoadTableResponse |
createTable(Catalog catalog,
Namespace namespace,
CreateTableRequest request) |
static void |
dropNamespace(SupportsNamespaces catalog,
Namespace namespace) |
static void |
dropTable(Catalog catalog,
TableIdentifier ident) |
static ListNamespacesResponse |
listNamespaces(SupportsNamespaces catalog,
Namespace parent) |
static ListTablesResponse |
listTables(Catalog catalog,
Namespace namespace) |
static GetNamespaceResponse |
loadNamespace(SupportsNamespaces catalog,
Namespace namespace) |
static LoadTableResponse |
loadTable(Catalog catalog,
TableIdentifier ident) |
static void |
purgeTable(Catalog catalog,
TableIdentifier ident) |
static void |
renameTable(Catalog catalog,
RenameTableRequest request) |
static LoadTableResponse |
stageTableCreate(Catalog catalog,
Namespace namespace,
CreateTableRequest request) |
static UpdateNamespacePropertiesResponse |
updateNamespaceProperties(SupportsNamespaces catalog,
Namespace namespace,
UpdateNamespacePropertiesRequest request) |
static LoadTableResponse |
updateTable(Catalog catalog,
TableIdentifier ident,
UpdateTableRequest request) |