| Package | Description |
|---|---|
| software.amazon.kinesis.worker.metricstats |
| Modifier and Type | Method and Description |
|---|---|
List<WorkerMetricStats> |
WorkerMetricStatsDAO.getAllWorkerMetricStats()
Performs the scan on the storage and returns list of all workerMetricStats objects.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
WorkerMetricStatsDAO.deleteMetrics(WorkerMetricStats workerMetrics)
Deletes the WorkerMetricStats entry with conditional check on lastUpdateTime, if the worker has come alive and
updated the lastUpdateTime then we no longer need to perform the deletion.
|
void |
WorkerMetricStatsDAO.updateMetrics(WorkerMetricStats workerMetrics)
Updates the workerMetrics for the provided worker, method ignores the null attributes and overrides
the only non-null from .
|
Copyright © 2025. All rights reserved.