Package org.apache.hadoop.hdfs.protocol
Class ProvidedStorageLocation
java.lang.Object
org.apache.hadoop.hdfs.protocol.ProvidedStorageLocation
ProvidedStorageLocation is a location in an external storage system
containing the data for a block (~Replica).
-
Constructor Summary
ConstructorsConstructorDescriptionProvidedStorageLocation(org.apache.hadoop.fs.Path path, long offset, long length, byte[] nonce) -
Method Summary
-
Constructor Details
-
ProvidedStorageLocation
public ProvidedStorageLocation(org.apache.hadoop.fs.Path path, long offset, long length, byte[] nonce)
-
-
Method Details