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

Method setKeyRegexp

src/Scanner.java:436–438  ·  view source on GitHub ↗

Sets a regular expression to filter results based on the row key. This is equivalent to calling #setFilter setFilter(new KeyRegexpFilter(regexp)) @param regexp The regular expression with which to filter the row keys.

(final String regexp)

Source from the content-addressed store, hash-verified

434 * @param regexp The regular expression with which to filter the row keys.
435 */
436 public void setKeyRegexp(final String regexp) {
437 filter = new KeyRegexpFilter(regexp);
438 }
439
440 /**
441 * Sets a regular expression to filter results based on the row key.

Callers 3

executeMethod · 0.95
executeMethod · 0.95
keyRegexpFilterMethod · 0.95

Calls

no outgoing calls

Tested by 3

executeMethod · 0.76
executeMethod · 0.76
keyRegexpFilterMethod · 0.76