Class LocalDiskLogger

java.lang.Object
com.yahoo.search.logging.LocalDiskLogger
All Implemented Interfaces:
Logger

public class LocalDiskLogger extends Object
  • Field Details

    • executor

      protected final com.yahoo.search.logging.AbstractThreadedLogger.WorkerThreadExecutor executor
  • Constructor Details

  • Method Details

    • transport

      public boolean transport(LoggerEntry entry)
      Actually transports the entry to it's destination
    • send

      public boolean send(LoggerEntry entry)
      Specified by:
      send in interface Logger
    • enqueue

      protected boolean enqueue(LoggerEntry entry)
    • dequeue

      protected void dequeue(LoggerEntry entry)