Package org.apache.hadoop.hbase.client
Class UnmodifyableHRegionInfo
java.lang.Object
org.apache.hadoop.hbase.HRegionInfo
org.apache.hadoop.hbase.client.UnmodifyableHRegionInfo
- All Implemented Interfaces:
Comparable<RegionInfo>
,RegionInfo
Deprecated.
As of release 2.0.0, this will be removed in HBase 3.0.0.
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.HRegionInfo
ENCODED_REGION_NAME_REGEX, FIRST_META_REGIONINFO, HIDDEN_END_KEY, HIDDEN_START_KEY, NO_HASH
Fields inherited from interface org.apache.hadoop.hbase.client.RegionInfo
COMPARATOR, DEFAULT_REPLICA_ID, ENC_SEPARATOR, INVALID_REGION_NAME_FORMAT_MESSAGE, MD5_HEX_LENGTH, REPLICA_ID_DELIMITER, REPLICA_ID_FORMAT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setOffline
(boolean offLine) Deprecated.The parent of a region split is offline while split daughters hold references to the parent.void
setSplit
(boolean split) Deprecated.Set or clear the split status flag.Methods inherited from class org.apache.hadoop.hbase.HRegionInfo
areAdjacent, containsRange, containsRow, convert, convert, createRegionName, createRegionName, createRegionName, createRegionName, createRegionName, encodeRegionName, equals, getComparator, getDescriptiveNameFromRegionStateForDisplay, getEncodedName, getEncodedNameAsBytes, getEndKey, getEndKeyForDisplay, getRegionId, getRegionName, getRegionNameAsString, getRegionNameAsStringForDisplay, getRegionNameForDisplay, getReplicaId, getShortNameToLog, getShortNameToLog, getShortNameToLog, getStartKey, getStartKey, getStartKeyForDisplay, getTable, getTable, hashCode, isEncodedRegionName, isMetaRegion, isMetaTable, isOffline, isSplit, isSplitParent, isSystemTable, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFromOrNull, parseFromOrNull, parseRegionName, prettyPrint, toByteArray, toDelimitedByteArray, toDelimitedByteArray, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.apache.hadoop.hbase.client.RegionInfo
compareTo, isAdjacent, isDegenerate, isFirst, isLast, isNext, isOverlap
-
Constructor Details
-
UnmodifyableHRegionInfo
Deprecated.
-
-
Method Details
-
setSplit
Deprecated.Description copied from class:HRegionInfo
Set or clear the split status flag.- Overrides:
setSplit
in classHRegionInfo
- Parameters:
split
- set split status
-
setOffline
Deprecated.Description copied from class:HRegionInfo
The parent of a region split is offline while split daughters hold references to the parent. Offlined regions are closed.- Overrides:
setOffline
in classHRegionInfo
- Parameters:
offLine
- set online - offline status
-