@Evolving public interface Metalake extends Auditable
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | PROPERTY_IN_USEThe property indicating the metalake is in use. | 
| 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() | 
static final java.lang.String PROPERTY_IN_USE
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.