Uses of Class
feast.common.logging.entry.TransitionAuditLogEntry
-
Packages that use TransitionAuditLogEntry Package Description feast.common.logging.entry -
-
Uses of TransitionAuditLogEntry in feast.common.logging.entry
Methods in feast.common.logging.entry that return TransitionAuditLogEntry Modifier and Type Method Description static TransitionAuditLogEntryTransitionAuditLogEntry. of(String component, String version, LogResource resource, String status)Construct a newAuditLogEntryto record a transition in state/status in a specific resource.
-