Class RemoveMountTableEntryRequestPBImpl
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RemoveMountTableEntryRequestPBImpl
- All Implemented Interfaces:
PBRecord
public class RemoveMountTableEntryRequestPBImpl
extends RemoveMountTableEntryRequest
implements PBRecord
Protobuf implementation of the state store API object
RemoveMountTableEntryRequest.
-
Constructor Summary
ConstructorsConstructorDescriptionRemoveMountTableEntryRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProtogetProto()Get the protocol for the record.voidreadInstance(String base64String) Populate this record with serialized data.voidsetProto(org.apache.hadoop.thirdparty.protobuf.Message proto) Set the protocol for the record.voidsetSrcPath(String path) Methods inherited from class org.apache.hadoop.hdfs.server.federation.store.protocol.RemoveMountTableEntryRequest
newInstance, newInstance
-
Constructor Details
-
RemoveMountTableEntryRequestPBImpl
public RemoveMountTableEntryRequestPBImpl() -
RemoveMountTableEntryRequestPBImpl
public RemoveMountTableEntryRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto getProto()Description copied from interface:PBRecordGet the protocol for the record. -
setProto
public void setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) Description copied from interface:PBRecordSet the protocol for the record. -
readInstance
Description copied from interface:PBRecordPopulate this record with serialized data.- Specified by:
readInstancein interfacePBRecord- Parameters:
base64String- Serialized data in base64.- Throws:
IOException- If it cannot read the data.
-
getSrcPath
- Specified by:
getSrcPathin classRemoveMountTableEntryRequest
-
setSrcPath
- Specified by:
setSrcPathin classRemoveMountTableEntryRequest
-