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

Method setFilter

src/Scanner.java:406–408  ·  view source on GitHub ↗

Specifies the filter to apply to this scanner. @param filter The filter. If null, then no filter will be used. @since 1.5

(final ScanFilter filter)

Source from the content-addressed store, hash-verified

404 * @since 1.5
405 */
406 public void setFilter(final ScanFilter filter) {
407 this.filter = filter;
408 }
409
410 /**
411 * Returns the possibly-{@code null} filter applied to this scanner.

Callers 12

fuzzyRowFilterMethod · 0.95
columnPrefixFilterMethod · 0.95
columnRangeFilterMethod · 0.95
filterComparatorsMethod · 0.95
compareFiltersMethod · 0.95
filterListMethod · 0.95
timestampsFilterMethod · 0.95
firstKeyOnlyFilterMethod · 0.95
serializeMethod · 0.45
serializeMethod · 0.45

Calls

no outgoing calls

Tested by 10

fuzzyRowFilterMethod · 0.76
columnPrefixFilterMethod · 0.76
columnRangeFilterMethod · 0.76
filterComparatorsMethod · 0.76
compareFiltersMethod · 0.76
filterListMethod · 0.76
timestampsFilterMethod · 0.76
firstKeyOnlyFilterMethod · 0.76