public static final class MetaTableAccessor.ReplicationBarrierResult extends Object
Modifier and Type | Field and Description |
---|---|
private long[] |
barriers |
private List<byte[]> |
parentRegionNames |
private RegionState.State |
state |
Constructor and Description |
---|
ReplicationBarrierResult(long[] barriers,
RegionState.State state,
List<byte[]> parentRegionNames) |
Modifier and Type | Method and Description |
---|---|
long[] |
getBarriers() |
List<byte[]> |
getParentRegionNames() |
RegionState.State |
getState() |
String |
toString() |
private final long[] barriers
private final RegionState.State state
private final List<byte[]> parentRegionNames
ReplicationBarrierResult(long[] barriers, RegionState.State state, List<byte[]> parentRegionNames)
public long[] getBarriers()
public RegionState.State getState()
public List<byte[]> getParentRegionNames()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.