Class TimeResult
java.lang.Object
com.aoindustries.noc.monitor.common.Result
com.aoindustries.noc.monitor.common.TableMultiResult
com.aoindustries.noc.monitor.common.TimeResult
- All Implemented Interfaces:
Serializable
- Author:
- AO Industries, Inc.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTimeResult(long time, long latency, AlertLevel alertLevel, long skew) TimeResult(long time, long latency, AlertLevel alertLevel, String error) -
Method Summary
Modifier and TypeMethodDescriptiongetRowData(int index) Gets the data for one row.intGets the number of data elements for this result.longgetSkew()Methods inherited from class com.aoindustries.noc.monitor.common.TableMultiResult
getAlertLevel, getErrorMethods inherited from class com.aoindustries.noc.monitor.common.Result
getLatency, getTime
-
Constructor Details
-
TimeResult
-
TimeResult
-
-
Method Details
-
getSkew
public long getSkew() -
getRowDataSize
public int getRowDataSize()Description copied from class:TableMultiResultGets the number of data elements for this result.- Specified by:
getRowDataSizein classTableMultiResult
-
getRowData
Description copied from class:TableMultiResultGets the data for one row. This should not include the time and latency, they are implied. When there is an error, getRowData will not be checked and should return null.- Specified by:
getRowDatain classTableMultiResult
-
