Class ClusterSummaryDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.ClusterSummaryDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class ClusterSummaryDTO
extends Object
ClusterSummaryDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconnectedNodeCount
(Integer connectedNodeCount) connectedNodes
(String connectedNodes) connectedToCluster
(Boolean connectedToCluster) boolean
The number of nodes that are currently connected to the clusterWhen clustered, reports the number of nodes connected vs the number of nodes in the cluster.The number of nodes in the cluster, regardless of whether or not they are connectedint
hashCode()
Whether this NiFi instance is clustered.Whether this NiFi instance is connected to a cluster.void
setClustered
(Boolean clustered) void
setConnectedNodeCount
(Integer connectedNodeCount) void
setConnectedNodes
(String connectedNodes) void
setConnectedToCluster
(Boolean connectedToCluster) void
setTotalNodeCount
(Integer totalNodeCount) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
totalNodeCount
(Integer totalNodeCount)
-
Field Details
-
connectedNodes
-
connectedNodeCount
-
totalNodeCount
-
clustered
-
connectedToCluster
-
-
Constructor Details
-
ClusterSummaryDTO
public ClusterSummaryDTO()
-
-
Method Details
-
connectedNodes
-
getConnectedNodes
When clustered, reports the number of nodes connected vs the number of nodes in the cluster.- Returns:
- connectedNodes
-
setConnectedNodes
-
connectedNodeCount
-
getConnectedNodeCount
The number of nodes that are currently connected to the cluster- Returns:
- connectedNodeCount
-
setConnectedNodeCount
-
totalNodeCount
-
getTotalNodeCount
The number of nodes in the cluster, regardless of whether or not they are connected- Returns:
- totalNodeCount
-
setTotalNodeCount
-
clustered
-
isClustered
Whether this NiFi instance is clustered.- Returns:
- clustered
-
setClustered
-
connectedToCluster
-
isConnectedToCluster
Whether this NiFi instance is connected to a cluster.- Returns:
- connectedToCluster
-
setConnectedToCluster
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-