Uses of Class
feast.common.logging.entry.LogResource
-
Packages that use LogResource Package Description feast.common.logging.entry -
-
Uses of LogResource in feast.common.logging.entry
Methods in feast.common.logging.entry that return LogResource Modifier and Type Method Description abstract LogResourceActionAuditLogEntry. getResource()The target resource of which the action was taken on.abstract LogResourceTransitionAuditLogEntry. getResource()The resource which the state/status transition occured.static LogResourceLogResource. of(LogResource.ResourceType type, String id)Methods in feast.common.logging.entry with parameters of type LogResource Modifier and Type Method Description static ActionAuditLogEntryActionAuditLogEntry. of(String component, String version, LogResource resource, String action)Create anAuditLogEntrythat records an action being taken on a specific resource.static TransitionAuditLogEntryTransitionAuditLogEntry. of(String component, String version, LogResource resource, String status)Construct a newAuditLogEntryto record a transition in state/status in a specific resource.
-