|
TPTP 4.0.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.eclipse.hyades.logging.adapter.impl.Status
org.eclipse.hyades.logging.adapter.impl.SensorStatus
This class represents the status for a Sensor
| Constructor Summary | |
|---|---|
SensorStatus()
|
|
| Method Summary | |
|---|---|
long |
getProcessedSize()
Get the total size of data processed so far. |
long |
getTotalSize()
Get the total size of the input source. |
void |
incrementProcessedSize(long processedSize)
Increment the total processsed size value |
void |
setProcessedSize(long processedSize)
Set the total size of data processed so far. |
void |
setTotalSize(long totalSize)
Set the total size of the input source |
| Methods inherited from class org.eclipse.hyades.logging.adapter.impl.Status |
|---|
getChildrenStatus, getChildStatus, getElapsedTimeInMilliseconds, getElpasedTimeInSeconds, getItemsProcessedCount, getName, isActive, setActive, setChildrenStatus, setItemsProcessedCount, setName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SensorStatus()
| Method Detail |
public long getProcessedSize()
public void incrementProcessedSize(long processedSize)
processedSize - The amount to increment processedSize by.public long getTotalSize()
public void setTotalSize(long totalSize)
totalSize - - the total size of the input source as a long.public void setProcessedSize(long processedSize)
processedSize - - the total size of the data processed.
|
TPTP 4.0.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||