Skip to content

Instantly share code, notes, and snippets.

@asw456
Forked from anonymous/gist:4227003
Created April 30, 2014 06:22
Show Gist options
  • Save asw456/2c748257897f595bb3a4 to your computer and use it in GitHub Desktop.
Save asw456/2c748257897f595bb3a4 to your computer and use it in GitHub Desktop.
Scan scan = new Scan();
scan.setFilter(new MyFilter(appId)); // get only rows for the app with appId
Htable table = new HTable(config, Bytes.UTF8(tableName); // for this table
ResultScanner results = table.getScanner(scan); // apply the scan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment