PBRecordpublic class GetMountTableEntriesResponsePBImpl extends GetMountTableEntriesResponse implements PBRecord
| Constructor | Description |
|---|---|
GetMountTableEntriesResponsePBImpl() |
|
GetMountTableEntriesResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<MountTable> |
getEntries() |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto |
getProto() |
Get the protocol for the record.
|
long |
getTimestamp() |
|
void |
readInstance(java.lang.String base64String) |
Populate this record with serialized data.
|
void |
setEntries(java.util.List<MountTable> records) |
|
void |
setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) |
Set the protocol for the record.
|
void |
setTimestamp(long time) |
newInstancepublic GetMountTableEntriesResponsePBImpl()
public GetMountTableEntriesResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetMountTableEntriesResponseProto 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() throws java.io.IOException
getEntries in class GetMountTableEntriesResponsejava.io.IOExceptionpublic void setEntries(java.util.List<MountTable> records) throws java.io.IOException
setEntries in class GetMountTableEntriesResponsejava.io.IOExceptionpublic long getTimestamp()
getTimestamp in class GetMountTableEntriesResponsepublic void setTimestamp(long time)
setTimestamp in class GetMountTableEntriesResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.