Uses of Class
org.apache.hadoop.ozone.om.ratis.OzoneManagerRatisServer
Packages that use OzoneManagerRatisServer
Package
Description
This package contains the Ozone Manager classes.
This package contains classes for the OM Ratis server implementation.
OM protocol buffer translators.
-
Uses of OzoneManagerRatisServer in org.apache.hadoop.ozone.om
Methods in org.apache.hadoop.ozone.om that return OzoneManagerRatisServer -
Uses of OzoneManagerRatisServer in org.apache.hadoop.ozone.om.ratis
Methods in org.apache.hadoop.ozone.om.ratis that return OzoneManagerRatisServerModifier and TypeMethodDescriptionstatic OzoneManagerRatisServerOzoneManagerRatisServer.newOMRatisServer(org.apache.hadoop.hdds.conf.ConfigurationSource ozoneConf, OzoneManager omProtocol, org.apache.hadoop.ozone.om.helpers.OMNodeDetails omNodeDetails, Map<String, org.apache.hadoop.ozone.om.helpers.OMNodeDetails> peerNodes, org.apache.hadoop.hdds.security.SecurityConfig secConfig, org.apache.hadoop.hdds.security.x509.certificate.client.CertificateClient certClient, boolean isBootstrapping) Creates an instance of OzoneManagerRatisServer.Constructors in org.apache.hadoop.ozone.om.ratis with parameters of type OzoneManagerRatisServerModifierConstructorDescriptionOzoneManagerStateMachine(OzoneManagerRatisServer ratisServer, boolean isTracingEnabled) -
Uses of OzoneManagerRatisServer in org.apache.hadoop.ozone.protocolPB
Constructors in org.apache.hadoop.ozone.protocolPB with parameters of type OzoneManagerRatisServerModifierConstructorDescriptionOMInterServiceProtocolServerSideImpl(OzoneManager ozoneMgr, OzoneManagerRatisServer ratisServer) OzoneManagerProtocolServerSideTranslatorPB(OzoneManager impl, OzoneManagerRatisServer ratisServer, org.apache.hadoop.hdds.utils.ProtocolMessageMetrics<com.google.protobuf.ProtocolMessageEnum> metrics) Constructs an instance of the server handler.