Class GarbageCollectionDiagnosticsDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.GarbageCollectionDiagnosticsDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class GarbageCollectionDiagnosticsDTO
extends Object
GarbageCollectionDiagnosticsDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddSnapshotsItem
(GCDiagnosticsSnapshotDTO snapshotsItem) boolean
The name of the Memory Manager that this Garbage Collection information pertains toA list of snapshots that have been taken to determine the health of the JVM's heapint
hashCode()
memoryManagerName
(String memoryManagerName) void
setMemoryManagerName
(String memoryManagerName) void
setSnapshots
(List<GCDiagnosticsSnapshotDTO> snapshots) snapshots
(List<GCDiagnosticsSnapshotDTO> snapshots) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
memoryManagerName
-
snapshots
-
-
Constructor Details
-
GarbageCollectionDiagnosticsDTO
public GarbageCollectionDiagnosticsDTO()
-
-
Method Details
-
memoryManagerName
-
getMemoryManagerName
The name of the Memory Manager that this Garbage Collection information pertains to- Returns:
- memoryManagerName
-
setMemoryManagerName
-
snapshots
-
addSnapshotsItem
-
getSnapshots
A list of snapshots that have been taken to determine the health of the JVM's heap- Returns:
- snapshots
-
setSnapshots
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-