Uses of Class
org.apache.hadoop.ozone.container.common.report.ReportPublisher
Packages that use ReportPublisher
Package
Description
Datanode Reports: As part of heartbeat, datanode has to share its current
state with SCM.
-
Uses of ReportPublisher in org.apache.hadoop.ozone.container.common.report
Subclasses of ReportPublisher in org.apache.hadoop.ozone.container.common.reportModifier and TypeClassDescriptionclassPublishes CommandStatusReport which will be sent to SCM as part of heartbeat.classPublishes ContainerReport which will be sent to SCM as part of heartbeat.classPublishes NodeReport which will be sent to SCM as part of heartbeat.classPublishes Pipeline which will be sent to SCM as part of heartbeat.Methods in org.apache.hadoop.ozone.container.common.report that return ReportPublisherModifier and TypeMethodDescriptionReportPublisherFactory.getPublisherFor(Class<? extends com.google.protobuf.Message> report) Returns the ReportPublisher for the corresponding report.Methods in org.apache.hadoop.ozone.container.common.report with parameters of type ReportPublisherModifier and TypeMethodDescriptionReportManager.Builder.addPublisher(ReportPublisher publisher) Adds new ReportPublisher to the ReportManager.