public static class HbckRegionInfo.MetaEntry extends HRegionInfo
Modifier and Type | Field and Description |
---|---|
(package private) long |
modTime |
(package private) ServerName |
regionServer |
(package private) RegionInfo |
splitA |
(package private) RegionInfo |
splitB |
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 |
---|
MetaEntry(RegionInfo rinfo,
ServerName regionServer,
long modTime) |
MetaEntry(RegionInfo rinfo,
ServerName regionServer,
long modTime,
RegionInfo splitA,
RegionInfo splitB) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
ServerName |
getRegionServer() |
int |
hashCode() |
areAdjacent, containsRange, containsRow, convert, convert, createRegionName, createRegionName, createRegionName, createRegionName, createRegionName, encodeRegionName, getComparator, getDescriptiveNameFromRegionStateForDisplay, getEncodedName, getEncodedNameAsBytes, getEndKey, getEndKeyForDisplay, getRegionId, getRegionName, getRegionNameAsString, getRegionNameAsStringForDisplay, getRegionNameForDisplay, getReplicaId, getShortNameToLog, getShortNameToLog, getShortNameToLog, getStartKey, getStartKey, getStartKeyForDisplay, getTable, getTable, isEncodedRegionName, isMetaRegion, isMetaTable, isOffline, isSplit, isSplitParent, isSystemTable, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFromOrNull, parseFromOrNull, parseRegionName, prettyPrint, setOffline, setSplit, 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
ServerName regionServer
long modTime
RegionInfo splitA
RegionInfo splitB
public MetaEntry(RegionInfo rinfo, ServerName regionServer, long modTime)
public MetaEntry(RegionInfo rinfo, ServerName regionServer, long modTime, RegionInfo splitA, RegionInfo splitB)
public ServerName getRegionServer()
public boolean equals(Object o)
equals
in class HRegionInfo
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class HRegionInfo
Object.hashCode()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.