public class QueueSizeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
private long |
byteCount |
private int |
objectCount |
| Constructor and Description |
|---|
QueueSizeDTO() |
| Modifier and Type | Method and Description |
|---|---|
long |
getByteCount() |
int |
getObjectCount() |
void |
setByteCount(long byteCount) |
void |
setObjectCount(int objectCount) |
Copyright © 2023 Apache NiFi Project. All rights reserved.