Uses of Interface
org.apache.hadoop.fs.VolumeId

Packages that use VolumeId
org.apache.hadoop.fs An abstract file system API. 
 

Uses of VolumeId in org.apache.hadoop.fs
 

Classes in org.apache.hadoop.fs that implement VolumeId
 class HdfsVolumeId
          HDFS-specific volume identifier which implements VolumeId.
 

Methods in org.apache.hadoop.fs that return VolumeId
 VolumeId[] BlockStorageLocation.getVolumeIds()
          Gets the list of VolumeId corresponding to the block's replicas.
 

Methods in org.apache.hadoop.fs with parameters of type VolumeId
 int HdfsVolumeId.compareTo(VolumeId arg0)
           
 int VolumeId.compareTo(VolumeId arg0)
           
 

Constructors in org.apache.hadoop.fs with parameters of type VolumeId
BlockStorageLocation(BlockLocation loc, VolumeId[] volumeIds)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.