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_HASHCOMPARATOR, 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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitareAdjacent, compareTo, createMobRegionInfo, getRegionNameAsString, getRegionNameAsString, getShortNameToLog, getShortNameToLog, hasEncodedName, isAdjacent, isDegenerate, isFirst, isLast, isNext, isOverlap, parseRegionNameOrReturnNull, toByteArray, toDelimitedByteArray, toDelimitedByteArrayServerName 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 HRegionInfoObject.equals(java.lang.Object)public int hashCode()
hashCode in class HRegionInfoObject.hashCode()Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.