org.apache.hadoop.hdfs.server.balancer
Class Dispatcher.Source

java.lang.Object
  extended by org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
      extended by org.apache.hadoop.hdfs.server.balancer.Dispatcher.Source
Enclosing class:
org.apache.hadoop.hdfs.server.balancer.Dispatcher

public class Dispatcher.Source
extends Dispatcher.DDatanode.StorageGroup

A node that can be the sources of a block move


Method Summary
 Dispatcher.PendingMove addPendingMove(Dispatcher.DBlock block, Dispatcher.DDatanode.StorageGroup target)
          Add a pending move
 
Methods inherited from class org.apache.hadoop.hdfs.server.balancer.Dispatcher.DDatanode.StorageGroup
getDatanodeInfo, getStorageType, incScheduledSize, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

addPendingMove

public Dispatcher.PendingMove addPendingMove(Dispatcher.DBlock block,
                                             Dispatcher.DDatanode.StorageGroup target)
Add a pending move



Copyright © 2014 Apache Software Foundation. All Rights Reserved.