Class NameIdentifier

java.lang.Object
org.apache.gravitino.NameIdentifier

public class NameIdentifier extends Object
A name identifier is a sequence of names separated by dots. It's used to identify a metalake, a catalog, a schema or a table. For example, "metalake1" can represent a metalake, "metalake1.catalog1" can represent a catalog, "metalake1.catalog1.schema1" can represent a schema.