intravert-ug
intravert-ug copied to clipboard
Implement paging operations
Want to do something like a slice merge, this would require paging two difference slices at the same time.
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)