Class GCDiagnosticsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.GCDiagnosticsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class GCDiagnosticsSnapshotDTO
extends Object
GCDiagnosticsSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectionCount
(Long collectionCount) collectionMillis
(Long collectionMillis) boolean
The number of times that Garbage Collection has occurredThe number of milliseconds that the Garbage Collector spent performing Garbage Collection dutiesThe timestamp of when the Snapshot was takenint
hashCode()
void
setCollectionCount
(Long collectionCount) void
setCollectionMillis
(Long collectionMillis) void
setTimestamp
(OffsetDateTime timestamp) timestamp
(OffsetDateTime timestamp) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
timestamp
-
collectionCount
-
collectionMillis
-
-
Constructor Details
-
GCDiagnosticsSnapshotDTO
public GCDiagnosticsSnapshotDTO()
-
-
Method Details
-
timestamp
-
getTimestamp
The timestamp of when the Snapshot was taken- Returns:
- timestamp
-
setTimestamp
-
collectionCount
-
getCollectionCount
The number of times that Garbage Collection has occurred- Returns:
- collectionCount
-
setCollectionCount
-
collectionMillis
-
getCollectionMillis
The number of milliseconds that the Garbage Collector spent performing Garbage Collection duties- Returns:
- collectionMillis
-
setCollectionMillis
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-