Uses of Class
org.apache.hadoop.ozone.container.common.report.ReportManager.Builder
Packages that use ReportManager.Builder
Package
Description
Datanode Reports: As part of heartbeat, datanode has to share its current
state with SCM.
-
Uses of ReportManager.Builder in org.apache.hadoop.ozone.container.common.report
Methods in org.apache.hadoop.ozone.container.common.report that return ReportManager.BuilderModifier and TypeMethodDescriptionReportManager.Builder.addPublisher(ReportPublisher publisher) Adds new ReportPublisher to the ReportManager.ReportManager.Builder.addPublisherFor(Class<? extends com.google.protobuf.Message> report) Adds publisher for the corresponding report.ReportManager.Builder.addThreadNamePrefix(String threadPrefix) static ReportManager.BuilderReportManager.newBuilder(org.apache.hadoop.hdds.conf.ConfigurationSource conf) Returns newReportManager.Builderwhich can be used to construct.ReportManager.Builder.setStateContext(StateContext context) Sets theStateContext.