@Deprecated @InterfaceAudience.Private public class ImmutableHRegionInfo extends HRegionInfo
ENCODED_REGION_NAME_REGEX, FIRST_META_REGIONINFO, HIDDEN_END_KEY, HIDDEN_START_KEY, NO_HASH
COMPARATOR, DEFAULT_REPLICA_ID, ENC_SEPARATOR, INVALID_REGION_NAME_FORMAT_MESSAGE, MD5_HEX_LENGTH, REPLICA_ID_DELIMITER, REPLICA_ID_FORMAT, UNDEFINED
Constructor and Description |
---|
ImmutableHRegionInfo(RegionInfo other)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
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.
|
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
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
areAdjacent, compareTo, createMobRegionInfo, getRegionNameAsString, getRegionNameAsString, getShortNameToLog, getShortNameToLog, hasEncodedName, isAdjacent, isDegenerate, isFirst, isLast, isMD5Hash, isNext, isOverlap, parseRegionNameOrReturnNull, toByteArray, toDelimitedByteArray, toDelimitedByteArray
public ImmutableHRegionInfo(RegionInfo other)
public void setSplit(boolean split)
HRegionInfo
setSplit
in class HRegionInfo
split
- set split statuspublic void setOffline(boolean offline)
HRegionInfo
setOffline
in class HRegionInfo
offline
- Set online/offline status.Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.