public class FunctionInstanceStatsDataImpl extends FunctionInstanceStatsDataBaseImpl implements FunctionInstanceStatsData
| Modifier and Type | Field and Description |
|---|---|
Long |
lastInvocation
Timestamp of when the function was last invoked for instance.
|
FunctionInstanceStatsDataBase |
oneMin |
Map<String,Double> |
userMetrics
Map of user defined metrics.
|
avgProcessLatency, processedSuccessfullyTotal, receivedTotal, systemExceptionsTotal, userExceptionsTotal| Constructor and Description |
|---|
FunctionInstanceStatsDataImpl() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLastInvocation, getOneMin, getUserMetrics, setLastInvocation, setOneMin, setUserMetricsgetAvgProcessLatency, getProcessedSuccessfullyTotal, getReceivedTotal, getSystemExceptionsTotal, getUserExceptionsTotal, setAvgProcessLatency, setProcessedSuccessfullyTotal, setReceivedTotal, setSystemExceptionsTotal, setUserExceptionsTotalpublic FunctionInstanceStatsDataBase oneMin
public Long lastInvocation
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.