@InterfaceAudience.Private public final class RegionReplicaInfo extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,RegionInfo> |
mergeRegionInfo |
private RegionInfo |
regionInfo |
private RegionState.State |
regionState |
private byte[] |
row |
private long |
seqNum |
private ServerName |
serverName |
private Map<String,RegionInfo> |
splitRegionInfo |
private ServerName |
targetServerName
|
Modifier | Constructor and Description |
---|---|
private |
RegionReplicaInfo(Result result,
HRegionLocation location) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
static List<RegionReplicaInfo> |
from(Result result) |
byte[] |
getEndKey() |
Map<String,RegionInfo> |
getMergeRegionInfo() |
RegionInfo |
getRegionInfo() |
byte[] |
getRegionName() |
RegionState.State |
getRegionState() |
Integer |
getReplicaId() |
byte[] |
getRow() |
long |
getSeqNum() |
ServerName |
getServerName() |
Map<String,RegionInfo> |
getSplitRegionInfo() |
byte[] |
getStartKey() |
ServerName |
getTargetServerName() |
int |
hashCode() |
String |
toString() |
private final byte[] row
private final RegionInfo regionInfo
private final RegionState.State regionState
private final ServerName serverName
private final long seqNum
private final ServerName targetServerName
private final Map<String,RegionInfo> mergeRegionInfo
private final Map<String,RegionInfo> splitRegionInfo
private RegionReplicaInfo(Result result, HRegionLocation location)
public static List<RegionReplicaInfo> from(Result result)
public byte[] getRow()
public RegionInfo getRegionInfo()
public byte[] getRegionName()
public byte[] getStartKey()
public byte[] getEndKey()
public Integer getReplicaId()
public RegionState.State getRegionState()
public ServerName getServerName()
public long getSeqNum()
public ServerName getTargetServerName()
public Map<String,RegionInfo> getMergeRegionInfo()
public Map<String,RegionInfo> getSplitRegionInfo()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.