Package org.apache.gravitino.dto
Class SchemaDTO
java.lang.Object
org.apache.gravitino.dto.SchemaDTO
Represents a Schema DTO (Data Transfer Object).
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
SchemaDTO.Builder<S extends SchemaDTO.Builder>
Builder class for constructing SchemaDTO instances. -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.gravitino.Schema
supportsPolicies, supportsRoles, supportsTags
-
Method Details
-
name
-
comment
-
properties
- Specified by:
properties
in interfaceSchema
- Returns:
- The properties associated with the schema.
-
auditInfo
-
builder
- Returns:
- the builder for creating a new instance of SchemaDTO.
-