Class GarbageCollectionDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.GarbageCollectionDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class GarbageCollectionDTO
extends Object
GarbageCollectionDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncollectionCount
(Long collectionCount) collectionMillis
(Long collectionMillis) collectionTime
(String collectionTime) boolean
The number of times garbage collection has run.The total number of milliseconds spent garbage collecting.The total amount of time spent garbage collecting.getName()
The name of the garbage collector.int
hashCode()
void
setCollectionCount
(Long collectionCount) void
setCollectionMillis
(Long collectionMillis) void
setCollectionTime
(String collectionTime) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
name
-
collectionCount
-
collectionTime
-
collectionMillis
-
-
Constructor Details
-
GarbageCollectionDTO
public GarbageCollectionDTO()
-
-
Method Details
-
name
-
getName
The name of the garbage collector.- Returns:
- name
-
setName
-
collectionCount
-
getCollectionCount
The number of times garbage collection has run.- Returns:
- collectionCount
-
setCollectionCount
-
collectionTime
-
getCollectionTime
The total amount of time spent garbage collecting.- Returns:
- collectionTime
-
setCollectionTime
-
collectionMillis
-
getCollectionMillis
The total number of milliseconds spent garbage collecting.- 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).
-