Class ContainerThreadpoolImpl

java.lang.Object
com.yahoo.component.AbstractComponent
com.yahoo.container.handler.threadpool.ContainerThreadpoolImpl
All Implemented Interfaces:
com.yahoo.component.Component, com.yahoo.component.Deconstructable, ContainerThreadPool, AutoCloseable, Comparable<com.yahoo.component.Component>

public class ContainerThreadpoolImpl extends com.yahoo.component.AbstractComponent implements AutoCloseable, ContainerThreadPool
Default implementation of ContainerThreadPool.
Author:
Steinar Knutsen, baldersheim, bratseth, bjorncs
  • Constructor Details

  • Method Details

    • executor

      public Executor executor()
      Specified by:
      executor in interface ContainerThreadPool
    • close

      public void close()
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface ContainerThreadPool
    • deconstruct

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