Package io.webfolder.cdp.event.tracing
Class BufferUsage
- java.lang.Object
-
- io.webfolder.cdp.event.tracing.BufferUsage
-
public class BufferUsage extends Object
-
-
Constructor Summary
Constructors Constructor Description BufferUsage()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getEventCount()
An approximate number of events in the trace log.Double
getPercentFull()
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.Double
getValue()
A number in range [0..1] that indicates the used size of event buffer as a fraction of its total size.void
setEventCount(Double eventCount)
An approximate number of events in the trace log.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.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.
-
-
-
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.
-
-