Class RecentLogFilter

java.lang.Object
com.yahoo.vespa.model.RecentLogFilter
All Implemented Interfaces:
Filter

public class RecentLogFilter extends Object implements Filter
A filter for log messages that prevents the most recently published messages to be published again. See bug #461290.
Author:
gjoranv
  • Constructor Details

    • RecentLogFilter

      public RecentLogFilter()
  • Method Details