Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.0.0-alpha-3
-
None
-
Reviewed
Description
Table and AsyncTable have the ability to pass a list to exist method similarly to other operations like get, delete.
However, boolean[] existsAll(List<Get> gets) does not use the same pattern in Table. It should look like boolean[] exists(List<Get> gets) to match.
Attachments
Attachments
Issue Links
- is related to
-
HBASE-19115 Change return type of exists(List) and get(List) in Table interface
- Resolved
- links to