public class FunctionInstanceStatsDataBaseImpl extends Object implements FunctionInstanceStatsDataBase
| Modifier and Type | Field and Description |
|---|---|
Double |
avgProcessLatency
Average process latency for function for instance.
|
long |
processedSuccessfullyTotal
Total number of records successfully processed by user function for instance.
|
long |
receivedTotal
Total number of records function received from source for instance.
|
long |
systemExceptionsTotal
Total number of system exceptions thrown for instance.
|
long |
userExceptionsTotal
Total number of user exceptions thrown for instance.
|
| Constructor and Description |
|---|
FunctionInstanceStatsDataBaseImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAvgProcessLatency, getProcessedSuccessfullyTotal, getReceivedTotal, getSystemExceptionsTotal, getUserExceptionsTotalpublic long receivedTotal
public long processedSuccessfullyTotal
public long systemExceptionsTotal
public long userExceptionsTotal
public Double avgProcessLatency
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.