Class RegionPlan

java.lang.Object
org.apache.hadoop.hbase.master.RegionPlan
All Implemented Interfaces:
Comparable<RegionPlan>

@LimitedPrivate("Coprocessors") @Evolving public class RegionPlan extends Object implements Comparable<RegionPlan>
Stores the plan for the move of an individual region. Contains info for the region being moved, info for the server the region should be moved from, and info for the server the region should be moved to. The comparable implementation of this class compares only the region information and not the source/dest server info.