| Modifier and Type | Field and Description |
|---|---|
private long |
collectionCount |
private long |
collectionTime |
private String |
name |
| Constructor and Description |
|---|
GarbageCollection() |
| Modifier and Type | Method and Description |
|---|---|
GarbageCollection |
clone() |
long |
getCollectionCount() |
long |
getCollectionTime() |
String |
getName() |
void |
setCollectionCount(long collectionCount) |
void |
setCollectionTime(long collectionTime) |
void |
setName(String name) |
private String name
private long collectionTime
private long collectionCount
public String getName()
public void setName(String name)
public long getCollectionTime()
public void setCollectionTime(long collectionTime)
public long getCollectionCount()
public void setCollectionCount(long collectionCount)
public GarbageCollection clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.