@Generated public interface SystemSchemasService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
void |
disable(DisableRequest disableRequest)
Disable a system schema.
|
void |
enable(EnableRequest enableRequest)
Enable a system schema.
|
ListSystemSchemasResponse |
list(ListSystemSchemasRequest listSystemSchemasRequest)
List system schemas.
|
void disable(DisableRequest disableRequest)
Disables the system schema and removes it from the system catalog. The caller must be an account admin or a metastore admin.
void enable(EnableRequest enableRequest)
Enables the system schema and adds it to the system catalog. The caller must be an account admin or a metastore admin.
ListSystemSchemasResponse list(ListSystemSchemasRequest listSystemSchemasRequest)
Gets an array of system schemas for a metastore. The caller must be an account admin or a metastore admin.
Copyright © 2024. All rights reserved.