PBRecordpublic class AddMountTableEntriesRequestPBImpl extends AddMountTableEntriesRequest implements PBRecord
| Constructor | Description |
|---|---|
AddMountTableEntriesRequestPBImpl() |
|
AddMountTableEntriesRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MountTable> |
getEntries() |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto |
getProto() |
Get the protocol for the record.
|
void |
readInstance(java.lang.String base64String) |
Populate this record with serialized data.
|
void |
setEntries(java.util.List<MountTable> mountTables) |
|
void |
setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) |
Set the protocol for the record.
|
newInstance, newInstancepublic AddMountTableEntriesRequestPBImpl()
public AddMountTableEntriesRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.AddMountTableEntriesRequestProto 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.util.List<MountTable> getEntries()
getEntries in class AddMountTableEntriesRequestpublic void setEntries(java.util.List<MountTable> mountTables)
setEntries in class AddMountTableEntriesRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.