Interface UpdatePerformanceAncestorLogger

All Known Implementing Classes:
UpdatePerformanceAncestorLogger.Noop

public interface UpdatePerformanceAncestorLogger
Logs data that describes the relationships between a PerformanceEntry and its ancestors.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    log(Row.Flags flags, String updateGraphName, long id, String description, long[] ancestors)
     
    default void
    log(String updateGraphName, long id, String description, long[] ancestors)