Uses of Class
org.apache.nifi.api.toolkit.model.GarbageCollectionDTO
Packages that use GarbageCollectionDTO
-
Uses of GarbageCollectionDTO in org.apache.nifi.api.toolkit.model
Fields in org.apache.nifi.api.toolkit.model with type parameters of type GarbageCollectionDTOModifier and TypeFieldDescriptionprivate List
<GarbageCollectionDTO> SystemDiagnosticsSnapshotDTO.garbageCollection
Methods in org.apache.nifi.api.toolkit.model that return GarbageCollectionDTOModifier and TypeMethodDescriptionGarbageCollectionDTO.collectionCount
(Long collectionCount) GarbageCollectionDTO.collectionMillis
(Long collectionMillis) GarbageCollectionDTO.collectionTime
(String collectionTime) Methods in org.apache.nifi.api.toolkit.model that return types with arguments of type GarbageCollectionDTOModifier and TypeMethodDescriptionSystemDiagnosticsSnapshotDTO.getGarbageCollection()
The garbage collection details.Methods in org.apache.nifi.api.toolkit.model with parameters of type GarbageCollectionDTOModifier and TypeMethodDescriptionSystemDiagnosticsSnapshotDTO.addGarbageCollectionItem
(GarbageCollectionDTO garbageCollectionItem) Method parameters in org.apache.nifi.api.toolkit.model with type arguments of type GarbageCollectionDTOModifier and TypeMethodDescriptionSystemDiagnosticsSnapshotDTO.garbageCollection
(List<GarbageCollectionDTO> garbageCollection) void
SystemDiagnosticsSnapshotDTO.setGarbageCollection
(List<GarbageCollectionDTO> garbageCollection)