Package | Description |
---|---|
com.oracle.bmc.dataflow.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.
|
PoolMetrics.Builder |
PoolMetrics.Builder.activeRunsCount(Long activeRunsCount)
The number of runs that are currently running that are using this pool.
|
static PoolMetrics.Builder |
PoolMetrics.builder()
Create a new builder.
|
PoolMetrics.Builder |
PoolMetrics.Builder.copy(PoolMetrics model) |
PoolMetrics.Builder |
PoolMetrics.Builder.timeLastMetricsUpdated(Date timeLastMetricsUpdated)
The last time the mertics were updated for this.
|
PoolMetrics.Builder |
PoolMetrics.Builder.timeLastStarted(Date timeLastStarted)
The last time this pool was started.
|
PoolMetrics.Builder |
PoolMetrics.Builder.timeLastStopped(Date timeLastStopped)
The last time this pool was stopped.
|
PoolMetrics.Builder |
PoolMetrics.Builder.timeLastUsed(Date timeLastUsed)
The last time a run used this pool.
|
PoolMetrics.Builder |
PoolMetrics.toBuilder() |
Copyright © 2016–2024. All rights reserved.