Class FileConnectionLog

  • All Implemented Interfaces:
    com.yahoo.component.Component, com.yahoo.component.Deconstructable, ConnectionLog, java.lang.Comparable<com.yahoo.component.Component>

    public class FileConnectionLog
    extends com.yahoo.component.AbstractComponent
    implements ConnectionLog
    Author:
    mortent
    • Field Summary

      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void deconstruct()  
      void log​(ConnectionLogEntry connectionLogEntry)  
      • Methods inherited from class com.yahoo.component.AbstractComponent

        clone, compareTo, getClassName, getId, getIdString, hasInitializedId, initId, isDeconstructable, setIsDeconstructable, toString
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • deconstruct

        public void deconstruct()
        Specified by:
        deconstruct in interface com.yahoo.component.Deconstructable
        Overrides:
        deconstruct in class com.yahoo.component.AbstractComponent