PBRecordpublic class RemoveMountTableEntryRequestPBImpl extends RemoveMountTableEntryRequest implements PBRecord
| Constructor | Description |
|---|---|
RemoveMountTableEntryRequestPBImpl() |
|
RemoveMountTableEntryRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto |
getProto() |
Get the protocol for the record.
|
java.lang.String |
getSrcPath() |
|
void |
readInstance(java.lang.String base64String) |
Populate this record with serialized data.
|
void |
setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) |
Set the protocol for the record.
|
void |
setSrcPath(java.lang.String path) |
newInstance, newInstancepublic RemoveMountTableEntryRequestPBImpl()
public RemoveMountTableEntryRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RemoveMountTableEntryRequestProto getProto()
PBRecordpublic void setProto(org.apache.hadoop.thirdparty.protobuf.Message proto)
PBRecordpublic void readInstance(java.lang.String base64String)
throws java.io.IOException
PBRecordreadInstance in interface PBRecordbase64String - Serialized data in base64.java.io.IOException - If it cannot read the data.public java.lang.String getSrcPath()
getSrcPath in class RemoveMountTableEntryRequestpublic void setSrcPath(java.lang.String path)
setSrcPath in class RemoveMountTableEntryRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.