Andrew Purtell created HBASE-12724: -------------------------------------- Summary: Upgrade the interface audience of RegionScanner from Private to LimitedPrivate Key: HBASE-12724 URL: https://issues.apache.org/jira/browse/HBASE-12724 Project: HBase Issue Type: Task Reporter: Andrew Purtell Assignee: Andrew Purtell Fix For: 1.0.0, 2.0.0, 0.98.10
An important use case of coprocessors is scanner wrapping. The coprocessor API returns and passes around instances of the RegionScanner interface to enable that. See RegionObserver#preScannerOpen and RegionObserver#postScannerOpen. RegionScanner is marked Private but should be LimitedPrivate(COPROC). -- This message was sent by Atlassian JIRA (v6.3.4#6332)