Uses of Class
com.oracle.bmc.dataflow.model.NodeCount
-
Packages that use NodeCount Package Description com.oracle.bmc.dataflow.model -
-
Uses of NodeCount in com.oracle.bmc.dataflow.model
Methods in com.oracle.bmc.dataflow.model that return NodeCount Modifier and Type Method Description NodeCount
NodeCount.Builder. build()
Methods in com.oracle.bmc.dataflow.model that return types with arguments of type NodeCount Modifier and Type Method Description List<NodeCount>
PoolMetrics. getActivelyUsedNodeCount()
A count of the nodes that are currently being used for each shape in this pool.Methods in com.oracle.bmc.dataflow.model with parameters of type NodeCount Modifier and Type Method Description NodeCount.Builder
NodeCount.Builder. copy(NodeCount model)
Method parameters in com.oracle.bmc.dataflow.model with type arguments of type NodeCount Modifier and Type Method Description PoolMetrics.Builder
PoolMetrics.Builder. activelyUsedNodeCount(List<NodeCount> activelyUsedNodeCount)
A count of the nodes that are currently being used for each shape in this pool.Constructor parameters in com.oracle.bmc.dataflow.model with type arguments of type NodeCount Constructor Description PoolMetrics(Date timeLastStarted, Date timeLastStopped, Date timeLastUsed, Date timeLastMetricsUpdated, Long activeRunsCount, List<NodeCount> activelyUsedNodeCount)
Deprecated.
-