Interface IThrottledTemplateWriterControl

  • All Known Subinterfaces:
    ISSEThrottledTemplateWriterControl
    All Known Implementing Classes:
    SSEThrottledTemplateWriter, ThrottledTemplateWriter

    public interface IThrottledTemplateWriterControl

    Interface modelling a series of methods for monitoring the status of the Writer being internally used for producing output in a throttled execution.

    Note this interface is internal and there is normally no reason why it should be directly used in user's code.

    Since:
    3.0.4
    • Method Detail

      • isOverflown

        boolean isOverflown()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • isStopped

        boolean isStopped()
                   throws java.io.IOException
        Throws:
        java.io.IOException
      • getWrittenCount

        int getWrittenCount()
      • getMaxOverflowSize

        int getMaxOverflowSize()
      • getOverflowGrowCount

        int getOverflowGrowCount()