PBRecordpublic class GetNamenodeRegistrationsRequestPBImpl extends GetNamenodeRegistrationsRequest implements PBRecord
| Constructor | Description |
|---|---|
GetNamenodeRegistrationsRequestPBImpl() |
|
GetNamenodeRegistrationsRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
MembershipState |
getPartialMembership() |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto |
getProto() |
Get the protocol for the record.
|
void |
readInstance(java.lang.String base64String) |
Populate this record with serialized data.
|
void |
setPartialMembership(MembershipState member) |
|
void |
setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) |
Set the protocol for the record.
|
newInstance, newInstancepublic GetNamenodeRegistrationsRequestPBImpl()
public GetNamenodeRegistrationsRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetNamenodeRegistrationsRequestProto 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 MembershipState getPartialMembership()
getPartialMembership in class GetNamenodeRegistrationsRequestpublic void setPartialMembership(MembershipState member)
setPartialMembership in class GetNamenodeRegistrationsRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.