private class NotificationSender.Metrics extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int |
createMessages
The number of CreateEntityRequest messages before de-duplication.
|
(package private) int |
dataSetCacheHit |
(package private) int |
dataSetSearched |
(package private) int |
flowPathSearched |
(package private) int |
otherMessages |
(package private) int |
partialNiFiFlowPathUpdates |
(package private) long |
startedAt |
(package private) int |
totalMessages
The total number of messages passed to commitMessages.
|
(package private) int |
uniqueFlowPathCreates
The number of unique CreateEntityRequest messages for 'nifi_flow_path'.
|
(package private) int |
uniqueOtherCreates
The number of unique CreateEntityRequest messages except 'nifi_flow_path'.
|
(package private) int |
uniquePartialNiFiFlowPathUpdates |
| Modifier | Constructor and Description |
|---|---|
private |
Metrics() |
final long startedAt
int totalMessages
int createMessages
int uniqueFlowPathCreates
int uniqueOtherCreates
int partialNiFiFlowPathUpdates
int uniquePartialNiFiFlowPathUpdates
int otherMessages
int flowPathSearched
int dataSetSearched
int dataSetCacheHit
Copyright © 2024 Apache NiFi Project. All rights reserved.