@InterfaceAudience.Private public final class RegionReplicaInfo extends Object
| 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() |
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.