Class GetDestinationResponse
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationResponse
- Direct Known Subclasses:
GetDestinationResponsePBImpl
API response for getting the destination subcluster of a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<String>static GetDestinationResponsestatic GetDestinationResponsenewInstance(Collection<String> nsIds) voidsetDestination(String nsId) abstract voidsetDestinations(Collection<String> nsIds)
-
Constructor Details
-
GetDestinationResponse
public GetDestinationResponse()
-
-
Method Details
-
newInstance
- Throws:
IOException
-
newInstance
- Throws:
IOException
-
getDestinations
-
setDestination
-
setDestinations
-