PBRecordpublic class GetDestinationResponsePBImpl extends GetDestinationResponse implements PBRecord
| Constructor | Description |
|---|---|
GetDestinationResponsePBImpl() |
|
GetDestinationResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto proto) |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Collection<java.lang.String> |
getDestinations() |
|
org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto |
getProto() |
Get the protocol for the record.
|
void |
readInstance(java.lang.String base64String) |
Populate this record with serialized data.
|
void |
setDestinations(java.util.Collection<java.lang.String> nsIds) |
|
void |
setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) |
Set the protocol for the record.
|
newInstance, newInstance, setDestinationpublic GetDestinationResponsePBImpl()
public GetDestinationResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto proto)
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.GetDestinationResponseProto 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.Collection<java.lang.String> getDestinations()
getDestinations in class GetDestinationResponsepublic void setDestinations(java.util.Collection<java.lang.String> nsIds)
setDestinations in class GetDestinationResponseCopyright © 2008–2025 Apache Software Foundation. All rights reserved.