@Evolving public interface Metalake extends Auditable
Modifier and Type | Method and Description |
---|---|
java.lang.String |
comment()
The comment of the metalake.
|
java.lang.String |
name()
The name of the metalake.
|
java.util.Map<java.lang.String,java.lang.String> |
properties()
The properties of the metalake.
|
default SupportsRoles |
supportsRoles() |
java.lang.String name()
java.lang.String comment()
java.util.Map<java.lang.String,java.lang.String> properties()
default SupportsRoles supportsRoles()
SupportsRoles
if the metalake supports role operations.java.lang.UnsupportedOperationException
- if the metalake does not support role operations.