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.
 

Fields in org.apache.hadoop.fs declared as VolumeId
static VolumeId VolumeId.INVALID_VOLUME_ID
          Represents an invalid Volume ID (ID for unknown content).
 

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 VolumeId.compareTo(VolumeId arg0)
           
 int HdfsVolumeId.compareTo(VolumeId arg0)
           
 

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



Copyright © 2013 Apache Software Foundation. All Rights Reserved.