Uses of Class
org.apache.hadoop.ozone.protocol.VersionResponse
Packages that use VersionResponse
Package
Description
State machine class is used by the container to denote various states a
container can be in and also is used for command processing.
This package contains classes for HDDS protocol definitions.
-
Uses of VersionResponse in org.apache.hadoop.ozone.container.common.statemachine
Methods in org.apache.hadoop.ozone.container.common.statemachine that return VersionResponseModifier and TypeMethodDescriptionEndpointStateMachine.getVersion()Returns the version that we read from the server if anyone asks .Methods in org.apache.hadoop.ozone.container.common.statemachine with parameters of type VersionResponseModifier and TypeMethodDescriptionvoidEndpointStateMachine.setVersion(VersionResponse version) Sets the Version response we received from the SCM. -
Uses of VersionResponse in org.apache.hadoop.ozone.protocol
Methods in org.apache.hadoop.ozone.protocol that return VersionResponseModifier and TypeMethodDescriptionVersionResponse.Builder.build()Builds the version response.static VersionResponseVersionResponse.getFromProtobuf(org.apache.hadoop.hdds.protocol.proto.StorageContainerDatanodeProtocolProtos.SCMVersionResponseProto response) Returns this class from protobuf message.StorageContainerNodeProtocol.getVersion(org.apache.hadoop.hdds.protocol.proto.StorageContainerDatanodeProtocolProtos.SCMVersionRequestProto versionRequest) Gets the version info from SCM.