|
@@ -15,13 +15,14 @@
|
|
|
* See the License for the specific language governing permissions and
|
|
|
* limitations under the License.
|
|
|
*/
|
|
|
-@InterfaceAudience.Public
|
|
|
-@InterfaceStability.Unstable
|
|
|
-package org.apache.hadoop.hdfs.server.common.blockaliasmap;
|
|
|
|
|
|
/**
|
|
|
* The AliasMap defines mapping of PROVIDED HDFS blocks to data in remote
|
|
|
* storage systems.
|
|
|
*/
|
|
|
+@InterfaceAudience.Public
|
|
|
+@InterfaceStability.Unstable
|
|
|
+package org.apache.hadoop.hdfs.server.common.blockaliasmap;
|
|
|
+
|
|
|
import org.apache.hadoop.classification.InterfaceAudience;
|
|
|
-import org.apache.hadoop.classification.InterfaceStability;
|
|
|
+import org.apache.hadoop.classification.InterfaceStability;
|