Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
We have a couple of if (methodName.equalsIgnoreCase("scan"))
{ ScanRequest req = (ScanRequest)parm; }we can replace that string comparison with an instanceof
Attachments
Attachments
Issue Links
- relates to
-
HBASE-13941 Backport HBASE-13917 (Remove string comparison to identify request priority) to release branches
- Closed
-
HBASE-13994 Backport HBASE-13917 (Remove string comparison to identify request priority) to 0.98
- Closed