MCPcopy Index your code
hub / github.com/OpenTSDB/asynchbase / checkScanningNotStarted

Method checkScanningNotStarted

src/Scanner.java:1167–1171  ·  view source on GitHub ↗

Throws an exception if scanning already started. @throws IllegalStateException if scanning already started.

()

Source from the content-addressed store, hash-verified

1165 * @throws IllegalStateException if scanning already started.
1166 */
1167 private void checkScanningNotStarted() {
1168 if (region != null) {
1169 throw new IllegalStateException("scanning already started");
1170 }
1171 }
1172
1173 /**
1174 * Wraps the RPC response for scan requests from HBase 0.95+.

Callers 14

setReversedMethod · 0.95
setStartKeyMethod · 0.95
setStopKeyMethod · 0.95
setFamilyMethod · 0.95
setFamiliesMethod · 0.95
setQualifierMethod · 0.95
setQualifiersMethod · 0.95
setServerBlockCacheMethod · 0.95
setMaxNumKeyValuesMethod · 0.95
setMaxVersionsMethod · 0.95
setMaxNumBytesMethod · 0.95
setMinTimestampMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected