Class JVMFlowDiagnosticsSnapshotDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.JVMFlowDiagnosticsSnapshotDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class JVMFlowDiagnosticsSnapshotDTO
extends Object
JVMFlowDiagnosticsSnapshotDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveTimerDrivenThreads
(Integer activeTimerDrivenThreads) addBundlesLoadedItem
(BundleDTO bundlesLoadedItem) bundlesLoaded
(List<BundleDTO> bundlesLoaded) boolean
The number of timer-driven threads that are activeThe NiFi Bundles (NARs) that are loaded by NiFiThe name of the Time Zone that is configured, if availableHow long this node has been running, formatted as hours:minutes:seconds.millisecondsint
hashCode()
void
setActiveTimerDrivenThreads
(Integer activeTimerDrivenThreads) void
setBundlesLoaded
(List<BundleDTO> bundlesLoaded) void
setTimeZone
(String timeZone) void
private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
-
Field Details
-
uptime
-
timeZone
-
activeTimerDrivenThreads
-
bundlesLoaded
-
-
Constructor Details
-
JVMFlowDiagnosticsSnapshotDTO
public JVMFlowDiagnosticsSnapshotDTO()
-
-
Method Details
-
uptime
-
getUptime
How long this node has been running, formatted as hours:minutes:seconds.milliseconds- Returns:
- uptime
-
setUptime
-
timeZone
-
getTimeZone
The name of the Time Zone that is configured, if available- Returns:
- timeZone
-
setTimeZone
-
activeTimerDrivenThreads
-
getActiveTimerDrivenThreads
The number of timer-driven threads that are active- Returns:
- activeTimerDrivenThreads
-
setActiveTimerDrivenThreads
-
bundlesLoaded
-
addBundlesLoadedItem
-
getBundlesLoaded
The NiFi Bundles (NARs) that are loaded by NiFi- Returns:
- bundlesLoaded
-
setBundlesLoaded
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-