Package com.seeq.model
Class DatasourceStatisticsV1
java.lang.Object
com.seeq.model.DatasourceStatisticsV1
Statistics about the current status of the datasource
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
The median duration that recent requests to this datasource spend running at the connector, in nanoseconds.The median duration that recent requests to this datasource spend in a queue at the connector, in nanoseconds.The median duration that recent requests to this datasource spend running in total, from the perspective of the Seeq server.The time of the most recent cancelled request, in ISO-8601 formatThe time of the most recent failed request, in ISO-8601 formatThe time of the most recent successful request, in ISO-8601 formatThe time of the most recent timed-out request, in ISO-8601 formatTotal number of cancelled requests to this datasource since the last restart of Seeq server.Total number of failed requests to this datasource since the last restart of Seeq server.Total number of successful requests to this datasource since the last restart of Seeq server.Total number of timed-out requests to this datasource since the last restart of Seeq server.Total number of datums (i.e, samples, capsules, or rows) that were received in response to requests to this datasource since the last restart of Seeq server.int
hashCode()
medianDatasourceNanos
(Long medianDatasourceNanos) medianQueueNanos
(Long medianQueueNanos) medianTotalNanos
(Long medianTotalNanos) mostRecentCancellation
(String mostRecentCancellation) mostRecentFailure
(String mostRecentFailure) mostRecentSuccess
(String mostRecentSuccess) mostRecentTimeout
(String mostRecentTimeout) numCancellations
(Long numCancellations) numFailures
(Long numFailures) numSuccesses
(Long numSuccesses) numTimeouts
(Long numTimeouts) void
setMedianDatasourceNanos
(Long medianDatasourceNanos) void
setMedianQueueNanos
(Long medianQueueNanos) void
setMedianTotalNanos
(Long medianTotalNanos) void
setMostRecentCancellation
(String mostRecentCancellation) void
setMostRecentFailure
(String mostRecentFailure) void
setMostRecentSuccess
(String mostRecentSuccess) void
setMostRecentTimeout
(String mostRecentTimeout) void
setNumCancellations
(Long numCancellations) void
setNumFailures
(Long numFailures) void
setNumSuccesses
(Long numSuccesses) void
setNumTimeouts
(Long numTimeouts) void
setTotalNumDatums
(Long totalNumDatums) toString()
totalNumDatums
(Long totalNumDatums)
-
Constructor Details
-
DatasourceStatisticsV1
public DatasourceStatisticsV1()
-
-
Method Details
-
medianDatasourceNanos
-
getMedianDatasourceNanos
The median duration that recent requests to this datasource spend running at the connector, in nanoseconds. If there were no recent requests, the value will be reported as 0.- Returns:
- medianDatasourceNanos
-
setMedianDatasourceNanos
-
medianQueueNanos
-
getMedianQueueNanos
The median duration that recent requests to this datasource spend in a queue at the connector, in nanoseconds. If there were no recent requests, the value will be reported as 0.- Returns:
- medianQueueNanos
-
setMedianQueueNanos
-
medianTotalNanos
-
getMedianTotalNanos
The median duration that recent requests to this datasource spend running in total, from the perspective of the Seeq server. This measurement includes network latency to the agent/connector, queueing on the agent/connector, and processing on the agent/connector. If there were no recent requests, the value will be reported as 0.- Returns:
- medianTotalNanos
-
setMedianTotalNanos
-
mostRecentCancellation
-
getMostRecentCancellation
The time of the most recent cancelled request, in ISO-8601 format- Returns:
- mostRecentCancellation
-
setMostRecentCancellation
-
mostRecentFailure
-
getMostRecentFailure
The time of the most recent failed request, in ISO-8601 format- Returns:
- mostRecentFailure
-
setMostRecentFailure
-
mostRecentSuccess
-
getMostRecentSuccess
The time of the most recent successful request, in ISO-8601 format- Returns:
- mostRecentSuccess
-
setMostRecentSuccess
-
mostRecentTimeout
-
getMostRecentTimeout
The time of the most recent timed-out request, in ISO-8601 format- Returns:
- mostRecentTimeout
-
setMostRecentTimeout
-
numCancellations
-
getNumCancellations
Total number of cancelled requests to this datasource since the last restart of Seeq server.- Returns:
- numCancellations
-
setNumCancellations
-
numFailures
-
getNumFailures
Total number of failed requests to this datasource since the last restart of Seeq server.- Returns:
- numFailures
-
setNumFailures
-
numSuccesses
-
getNumSuccesses
Total number of successful requests to this datasource since the last restart of Seeq server.- Returns:
- numSuccesses
-
setNumSuccesses
-
numTimeouts
-
getNumTimeouts
Total number of timed-out requests to this datasource since the last restart of Seeq server.- Returns:
- numTimeouts
-
setNumTimeouts
-
totalNumDatums
-
getTotalNumDatums
Total number of datums (i.e, samples, capsules, or rows) that were received in response to requests to this datasource since the last restart of Seeq server.- Returns:
- totalNumDatums
-
setTotalNumDatums
-
equals
-
hashCode
public int hashCode() -
toString
-