Class RegionReplicaInfo
java.lang.Object
org.apache.hadoop.hbase.master.http.RegionReplicaInfo
A POJO that consolidates the information about a single region replica that's stored in meta.
-
Field Summary
Modifier and TypeFieldDescriptionprivate final Map<String,
RegionInfo> private final RegionInfo
private final RegionState.State
private final byte[]
private final long
private final ServerName
private final Map<String,
RegionInfo> private final ServerName
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
static List<RegionReplicaInfo>
byte[]
byte[]
byte[]
getRow()
long
byte[]
int
hashCode()
toString()
-
Field Details
-
row
-
regionInfo
-
regionState
-
serverName
-
seqNum
-
targetServerName
-
mergeRegionInfo
-
splitRegionInfo
-
-
Constructor Details
-
RegionReplicaInfo
-
-
Method Details
-
from
-
getRow
-
getRegionInfo
-
getRegionName
-
getStartKey
-
getEndKey
-
getReplicaId
-
getRegionState
-
getServerName
-
getSeqNum
-
getTargetServerName
-
getMergeRegionInfo
-
getSplitRegionInfo
-
equals
-
hashCode
-
toString
-