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

Method setFilter

src/GetRequest.java:422–425  ·  view source on GitHub ↗

Specifies the filter to apply to cells in this row. @param filter The filter. If null, then no filter will be used. @return @since 1.7

(final ScanFilter filter)

Source from the content-addressed store, hash-verified

420 * @since 1.7
421 */
422 public GetRequest setFilter(final ScanFilter filter) {
423 this.filter = filter;
424 return this;
425 }
426
427 /**
428 * Returns the possibly-{@code null} filter applied to cells in this row.

Callers 3

getPBMethod · 0.45

Calls

no outgoing calls

Tested by 2