Class GetNamenodeRegistrationsResponse
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.GetNamenodeRegistrationsResponse
- Direct Known Subclasses:
GetNamenodeRegistrationsResponsePBImpl
API response for listing namenode registrations present in the state store.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract List<MembershipState>newInstance(List<MembershipState> records) abstract voidsetNamenodeMemberships(List<MembershipState> records)
-
Constructor Details
-
GetNamenodeRegistrationsResponse
public GetNamenodeRegistrationsResponse()
-
-
Method Details
-
newInstance
- Throws:
IOException
-
newInstance
public static GetNamenodeRegistrationsResponse newInstance(List<MembershipState> records) throws IOException - Throws:
IOException
-
getNamenodeMemberships
- Throws:
IOException
-
setNamenodeMemberships
@Public @Unstable public abstract void setNamenodeMemberships(List<MembershipState> records) throws IOException - Throws:
IOException
-