PBRecordpublic class GetRouterRegistrationRequestPBImpl extends GetRouterRegistrationRequest implements PBRecord
| Constructor | Description |
|---|---|
GetRouterRegistrationRequestPBImpl() |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto |
getProto() |
Get the protocol for the record.
|
java.lang.String |
getRouterId() |
|
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 |
setRouterId(java.lang.String routerId) |
newInstance, newInstancepublic org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetRouterRegistrationRequestProto 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 getRouterId()
getRouterId in class GetRouterRegistrationRequestpublic void setRouterId(java.lang.String routerId)
setRouterId in class GetRouterRegistrationRequestCopyright © 2008–2025 Apache Software Foundation. All rights reserved.