Package | Description |
---|---|
com.oracle.bmc.dataflow.model |
Modifier and Type | Method and Description |
---|---|
NodeCount |
NodeCount.Builder.build() |
Modifier and Type | Method and Description |
---|---|
List<NodeCount> |
PoolMetrics.getActivelyUsedNodeCount()
A count of the nodes that are currently being used for each shape in this pool.
|
Modifier and Type | Method and Description |
---|---|
NodeCount.Builder |
NodeCount.Builder.copy(NodeCount model) |
Modifier and Type | Method and 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 and Description |
---|
PoolMetrics(Date timeLastStarted,
Date timeLastStopped,
Date timeLastUsed,
Date timeLastMetricsUpdated,
Long activeRunsCount,
List<NodeCount> activelyUsedNodeCount)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.