Interface | Description |
---|---|
RegionStateStore.RegionStateVisitor |
Class | Description |
---|---|
AssignmentManager |
The AssignmentManager is the coordinator for region assign/unassign operations.
|
AssignmentManager.RegionInTransitionChore | |
AssignmentManager.RegionInTransitionStat | |
AssignProcedure |
Procedure that describe the assignment of a single region.
|
AssignProcedure.CompareAssignProcedure |
Sort AssignProcedures such that meta and system assigns come first before user-space assigns.
|
GCMergedRegionsProcedure | Deprecated
2.3.0 Use
GCMultipleMergedRegionsProcedure . |
GCMultipleMergedRegionsProcedure |
GC regions that have been Merged.
|
GCRegionProcedure |
GC a Region that is no longer in use.
|
MergeTableRegionsProcedure |
The procedure to Merge regions in a table.
|
MoveRegionProcedure |
Procedure that implements a RegionPlan.
|
RegionStates |
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.
|
RegionStates.AssignmentProcedureEvent | |
RegionStates.RegionFailedOpen | |
RegionStates.RegionStateNode |
Current Region State.
|
RegionStates.RegionStateStampComparator | |
RegionStates.ServerReportEvent | |
RegionStates.ServerStateNode |
State of Server; list of hosted regions, etc.
|
RegionStateStore |
Store Region State to hbase:meta table.
|
RegionTransitionProcedure |
Base class for the Assign and Unassign Procedure.
|
SplitTableRegionProcedure |
The procedure to split a region in a table.
|
UnassignProcedure |
Procedure that describes the unassignment of a single region.
|
Util |
Utility for this assignment package only.
|
Enum | Description |
---|---|
RegionStates.ServerState |
Server State.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.