Package org.apache.gravitino
Interface Auditable
- All Known Subinterfaces:
Catalog
,Fileset
,Group
,Metalake
,Model
,ModelVersion
,Policy
,Role
,Schema
,Statistic
,Table
,Tag
,Topic
,User
- All Known Implementing Classes:
CatalogDTO
,FilesetDTO
,GravitinoMetalake
,GroupDTO
,MetalakeDTO
,ModelDTO
,ModelVersionDTO
,PolicyDTO
,RoleDTO
,SchemaDTO
,StatisticDTO
,TableDTO
,TagDTO
,TopicDTO
,UserDTO
An auditable entity is an entity that has audit information associated with it. This audit
information is used to track changes to the entity.
-
Method Summary
-
Method Details
-
auditInfo
Audit auditInfo()- Returns:
- The audit information of the entity.
-