private static class RSRpcServices.RegionScannerHolder extends Object
Modifier and Type | Field and Description |
---|---|
private AtomicLong |
nextCallSeq |
private Region |
r |
private RegionScanner |
s |
Constructor and Description |
---|
RSRpcServices.RegionScannerHolder(RegionScanner s,
Region r) |
Modifier and Type | Method and Description |
---|---|
private long |
getNextCallSeq() |
private void |
incNextCallSeq() |
private void |
rollbackNextCallSeq() |
private AtomicLong nextCallSeq
private RegionScanner s
private Region r
public RSRpcServices.RegionScannerHolder(RegionScanner s, Region r)
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.