PBRecordpublic class GetSafeModeRequestPBImpl extends GetSafeModeRequest implements PBRecord
| Constructor | Description |
|---|---|
GetSafeModeRequestPBImpl() |
|
GetSafeModeRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto |
getProto() |
Get the protocol for the record.
|
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.
|
newInstancepublic GetSafeModeRequestPBImpl()
public GetSafeModeRequestPBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetSafeModeRequestProto 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.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.