Class BufferUsage


  • public class BufferUsage
    extends Object
    • Constructor Detail

      • BufferUsage

        public BufferUsage()
    • Method Detail

      • getPercentFull

        public Double getPercentFull()
        A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
      • setPercentFull

        public void setPercentFull​(Double percentFull)
        A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
      • getEventCount

        public Double getEventCount()
        An approximate number of events in the trace log.
      • setEventCount

        public void setEventCount​(Double eventCount)
        An approximate number of events in the trace log.
      • getValue

        public Double getValue()
        A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.
      • setValue

        public void setValue​(Double value)
        A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.