public class AdaptedCounter extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
groupName |
private String |
name |
private long |
value |
| Constructor and Description |
|---|
AdaptedCounter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getName() |
long |
getValue() |
void |
setGroupName(String counterGroupName) |
void |
setName(String counterName) |
void |
setValue(long value) |
Copyright © 2021 Apache NiFi Project. All rights reserved.