Class RefreshSuperUserGroupsConfigurationResponsePBImpl
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
org.apache.hadoop.hdfs.server.federation.store.protocol.impl.pb.RefreshSuperUserGroupsConfigurationResponsePBImpl
- All Implemented Interfaces:
PBRecord
public class RefreshSuperUserGroupsConfigurationResponsePBImpl
extends RefreshSuperUserGroupsConfigurationResponse
implements PBRecord
Protobuf implementation of the state store API object
RefreshSuperUserGroupsConfigurationResponse.
-
Constructor Summary
ConstructorsConstructorDescriptionRefreshSuperUserGroupsConfigurationResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProtogetProto()Get the protocol for the record.booleanvoidreadInstance(String base64String) Populate this record with serialized data.voidsetProto(org.apache.hadoop.thirdparty.protobuf.Message proto) Set the protocol for the record.voidsetStatus(boolean result) Methods inherited from class org.apache.hadoop.hdfs.server.federation.store.protocol.RefreshSuperUserGroupsConfigurationResponse
newInstance, newInstance
-
Constructor Details
-
RefreshSuperUserGroupsConfigurationResponsePBImpl
public RefreshSuperUserGroupsConfigurationResponsePBImpl() -
RefreshSuperUserGroupsConfigurationResponsePBImpl
public RefreshSuperUserGroupsConfigurationResponsePBImpl(org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.hdfs.federation.protocol.proto.HdfsServerFederationProtos.RefreshSuperUserGroupsConfigurationResponseProto getProto()Description copied from interface:PBRecordGet the protocol for the record. -
setProto
public void setProto(org.apache.hadoop.thirdparty.protobuf.Message proto) Description copied from interface:PBRecordSet the protocol for the record. -
readInstance
Description copied from interface:PBRecordPopulate this record with serialized data.- Specified by:
readInstancein interfacePBRecord- Parameters:
base64String- Serialized data in base64.- Throws:
IOException- If it cannot read the data.
-
getStatus
public boolean getStatus()- Specified by:
getStatusin classRefreshSuperUserGroupsConfigurationResponse
-
setStatus
public void setStatus(boolean result) - Specified by:
setStatusin classRefreshSuperUserGroupsConfigurationResponse
-