Class GetDestinationRequest
java.lang.Object
org.apache.hadoop.hdfs.server.federation.store.protocol.GetDestinationRequest
- Direct Known Subclasses:
GetDestinationRequestPBImpl
API request for getting the destination subcluster of a file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringstatic GetDestinationRequeststatic GetDestinationRequestnewInstance(String srcPath) static GetDestinationRequestnewInstance(org.apache.hadoop.fs.Path srcPath) abstract voidsetSrcPath(String srcPath)
-
Constructor Details
-
GetDestinationRequest
public GetDestinationRequest()
-
-
Method Details
-
newInstance
- Throws:
IOException
-
newInstance
- Throws:
IOException
-
newInstance
public static GetDestinationRequest newInstance(org.apache.hadoop.fs.Path srcPath) throws IOException - Throws:
IOException
-
getSrcPath
-
setSrcPath
-