public class BufferUsage extends Object
Constructor | Description |
---|---|
BufferUsage() |
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.
|
public Double getPercentFull()
public void setPercentFull(Double percentFull)
public Double getEventCount()
public void setEventCount(Double eventCount)
public Double getValue()
public void setValue(Double value)
Copyright © 2017–2018 WebFolder OÜ. All rights reserved.