Class ProcessorLibrary.FutureDataSource

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

    public static class ProcessorLibrary.FutureDataSource
    extends Processor
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.util.List<IncomingData> incomingData
      The list of incoming data this has created
      • Fields inherited from class com.yahoo.component.AbstractComponent

        isDeconstructable
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Response process​(Request request, Execution execution)
      Performs a processing request and returns the response
      • 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
    • Field Detail

      • incomingData

        public final java.util.List<IncomingData> incomingData
        The list of incoming data this has created
    • Constructor Detail

      • FutureDataSource

        public FutureDataSource()
    • Method Detail

      • process

        public Response process​(Request request,
                                Execution execution)
        Description copied from class: Processor
        Performs a processing request and returns the response
        Specified by:
        process in class Processor
        Returns:
        a Response instance - never null - containing the data produced by this processor and those it forwards the request to