Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
Description
Basically doing this:
interface Table { // get, put related stuff } @Deprecated interface HTableInterface extends Table { // users are encouraged to use the new Table interface } class HTable extends Table { // all HTable constructors are deprecated // Users are not encouraged to see this class }
I'm proposing that in this JIRA I move everything from HTableInterface to Table except the following:
- Anything deprecated
- Anything @InterfaceAudience.Private (coprocessorService(...) and batchCoprocessorService(...))
Attachments
Attachments
Issue Links
- is depended upon by
-
HBASE-11679 Replace "HTable" with "HTableInterface" where backwards-compatible
- Closed
- is part of
-
HBASE-10602 Cleanup HTable public interface
- Closed
- is related to
-
HBASE-10856 Prep for 1.0
- Closed