| Modifier and Type | Field and Description |
|---|---|
private String |
memoryManagerName |
private List<GCDiagnosticsSnapshotDTO> |
snapshots |
| Constructor and Description |
|---|
GarbageCollectionDiagnosticsDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected GarbageCollectionDiagnosticsDTO |
clone() |
String |
getMemoryManagerName() |
List<GCDiagnosticsSnapshotDTO> |
getSnapshots() |
void |
setMemoryManagerName(String memoryManagerName) |
void |
setSnapshots(List<GCDiagnosticsSnapshotDTO> snapshots) |
private String memoryManagerName
private List<GCDiagnosticsSnapshotDTO> snapshots
public String getMemoryManagerName()
public void setMemoryManagerName(String memoryManagerName)
public List<GCDiagnosticsSnapshotDTO> getSnapshots()
public void setSnapshots(List<GCDiagnosticsSnapshotDTO> snapshots)
protected GarbageCollectionDiagnosticsDTO clone()
Copyright © 2023 Apache NiFi Project. All rights reserved.