Class DefaultProcessOutputConfiguration

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Optional<java.lang.Integer> getHeadSize()
      Size of head log.
      java.util.Optional<java.lang.Integer> getTailSize()
      Size of tail log.
      void setHeadSize​(java.lang.Integer headSize)  
      void setTailSize​(java.lang.Integer tailSize)  
      • Methods inherited from class java.lang.Object

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

      • DefaultProcessOutputConfiguration

        public DefaultProcessOutputConfiguration()
    • Method Detail

      • getHeadSize

        public java.util.Optional<java.lang.Integer> getHeadSize()
        Description copied from interface: ProcessOutputConfiguration
        Size of head log. How many output lines keep since start.
        Specified by:
        getHeadSize in interface ProcessOutputConfiguration
        Returns:
        Returns number of lines to keep from start
      • setHeadSize

        public void setHeadSize​(java.lang.Integer headSize)
      • setTailSize

        public void setTailSize​(java.lang.Integer tailSize)