Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenTSDB/asynchbase
/ next
Method
next
src/SingletonList.java:224–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
@Override
225
public
E next() {
226
if
(returned) {
227
throw
new
NoSuchElementException();
228
}
229
returned = true;
230
return
element;
231
}
232
233
@Override
234
public
boolean hasPrevious() {
Callers
11
discoverRegionNewRegionInfo
Method · 0.80
discoverRegionReplaceRegionInfo
Method · 0.80
discoverRegionNewRegionInfoColumnsOutOfOrder
Method · 0.80
discoverRegionNewRegionInfoMultiHost
Method · 0.80
handleNSRE1stTime
Method · 0.80
handleNSRE2ndTime
Method · 0.80
handleNSRELowWatermark
Method · 0.80
handleNSREHighWatermark
Method · 0.80
handleNSREReProbe
Method · 0.80
call
Method · 0.80
getClientPrincipalName
Method · 0.80
Calls
no outgoing calls
Tested by
9
discoverRegionNewRegionInfo
Method · 0.64
discoverRegionReplaceRegionInfo
Method · 0.64
discoverRegionNewRegionInfoColumnsOutOfOrder
Method · 0.64
discoverRegionNewRegionInfoMultiHost
Method · 0.64
handleNSRE1stTime
Method · 0.64
handleNSRE2ndTime
Method · 0.64
handleNSRELowWatermark
Method · 0.64
handleNSREHighWatermark
Method · 0.64
handleNSREReProbe
Method · 0.64