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_HASHFields 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetOffline(boolean offLine) Deprecated.The parent of a region split is offline while split daughters hold references to the parent.voidsetSplit(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, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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:HRegionInfoSet or clear the split status flag.- Overrides:
setSplitin classHRegionInfo- Parameters:
split- set split status
-
setOffline
Deprecated.Description copied from class:HRegionInfoThe parent of a region split is offline while split daughters hold references to the parent. Offlined regions are closed.- Overrides:
setOfflinein classHRegionInfo- Parameters:
offLine- set online - offline status
-