MCPcopy Create free account
hub / github.com/OpenTSDB/asynchbase / setFamily

Method setFamily

src/Scanner.java:306–310  ·  view source on GitHub ↗

Specifies a particular column family to scan. @param family The column family. This byte array will NOT be copied. @throws IllegalStateException if scanning already started.

(final byte[] family)

Source from the content-addressed store, hash-verified

304 * @throws IllegalStateException if scanning already started.
305 */
306 public void setFamily(final byte[] family) {
307 KeyValue.checkFamily(family);
308 checkScanningNotStarted();
309 families = new byte[][] { family };
310 }
311
312 /** Specifies a particular column family to scan. */
313 public void setFamily(final String family) {

Callers 15

testMethod · 0.95
testMethod · 0.95
executeMethod · 0.95
scanWithQualifiersMethod · 0.95
keyRegexpFilterMethod · 0.95
fuzzyRowFilterMethod · 0.95
columnPrefixFilterMethod · 0.95
columnRangeFilterMethod · 0.95
filterListMethod · 0.95

Calls 2

checkFamilyMethod · 0.95

Tested by 15

testMethod · 0.76
testMethod · 0.76
executeMethod · 0.76
scanWithQualifiersMethod · 0.76
keyRegexpFilterMethod · 0.76
fuzzyRowFilterMethod · 0.76
columnPrefixFilterMethod · 0.76
columnRangeFilterMethod · 0.76
filterListMethod · 0.76