Hi all, I was wondering if Get is implemented as a private case of scan ? In HRegion, I see that the get passed is used to construct a Scan object for the RegionScanner to use.
I was wondering if executing Scan(Get) vs Get from client api should have any overhead ? Thanks, Amit.
