Package com.emc.mongoose.base.metrics
Interface DistributedMetricsListener
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface DistributedMetricsListenerCreated by andrey on 06.07.17. The entity accepting the metrics updates
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotify(DistributedAllMetricsSnapshot snapshot)Update the state with the snapshot
-
-
-
Method Detail
-
notify
void notify(DistributedAllMetricsSnapshot snapshot)
Update the state with the snapshot- Parameters:
snapshot- the metrics snapshot to update the metrics listener state
-
-