intravert-ug icon indicating copy to clipboard operation
intravert-ug copied to clipboard

Implement paging operations

Open edwardcapriolo opened this issue 13 years ago • 1 comments

Want to do something like a slice merge, this would require paging two difference slices at the same time.

edwardcapriolo avatar Jan 10 '13 22:01 edwardcapriolo

Now that we have the concept of Sessions paging/scanning operations are possible.

RowScanner scanner = new RowScanner("ks","cf", "rowkey", RowScanFilter, startColumn [end column])

RowScannerFilter can be designed as a groovy class like Filter and Process

Scanner.next() Scanner.next( int n)

edwardcapriolo avatar Jan 14 '13 05:01 edwardcapriolo