Class RequestPropertyTracer

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

    public class RequestPropertyTracer
    extends com.yahoo.processing.Processor
    A processor which adds the current content of the Request.properties() to the trace before calling the next processor, if traceLevel is 4 or more.
    Since:
    5.1.17
    Author:
    bratseth
    • Field Summary

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

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yahoo.processing.Response process​(com.yahoo.processing.Request request, com.yahoo.processing.execution.Execution execution)  
      • Methods inherited from class com.yahoo.component.chain.ChainedComponent

        getAnnotatedDependencies, getDefaultAnnotatedDependencies, getDependencies, initDependencies
      • Methods inherited from class com.yahoo.component.AbstractComponent

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

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

      • RequestPropertyTracer

        public RequestPropertyTracer()
    • Method Detail

      • process

        public com.yahoo.processing.Response process​(com.yahoo.processing.Request request,
                                                     com.yahoo.processing.execution.Execution execution)
        Specified by:
        process in class com.yahoo.processing.Processor