Package org.apache.hadoop.hbase.master.assignment
package org.apache.hadoop.hbase.master.assignment
-
ClassDescriptionThe AssignmentManager is the coordinator for region assign/unassign operations.Utility for this assignment package only.Deprecated.Do not use any more.The remote procedure used to close a region.Deprecated.2.3.0 Use
GCMultipleMergedRegionsProcedure
.GC regions that have been Merged.GC a Region that is no longer in use.The procedure to Merge regions in a table.Deprecated.Do not use any more.The remote procedure used to open a region.The base class for the remote procedures used to open/close a region.Current Region State.A lock implementation which supports unlock by another thread.This is for abstraction the common lock/unlock logic for both Thread and Procedure.RegionStates contains a set of Maps that describes the in-memory state of the AM, with the regions available in the system, the region in transition, the offline regions and the servers holding regions.Store Region State to hbase:meta table.Deprecated.Do not use any more.Server State.State of Server; list of hosted regions, etc.The procedure to split a region in a table.The procedure to deal with the state transition of a region.Deprecated.Do not use any more.