@Unstable public interface MetadataObject
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | MetadataObject.TypeThe type of object in the Gravitino system. | 
| Modifier and Type | Method and Description | 
|---|---|
| default java.lang.String | fullName()The full name of the object. | 
| java.lang.String | name()The name of the object. | 
| java.lang.String | parent()The parent full name of the object. | 
| MetadataObject.Type | type()The type of the object. | 
@Nullable java.lang.String parent()
java.lang.String name()
default java.lang.String fullName()
MetadataObject.Type type()