-
Type:
Improvement
-
Status: Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: regionserver
-
Labels:None
We have a couple of if (methodName.equalsIgnoreCase("scan"))
{ ScanRequest req = (ScanRequest)parm; }we can replace that string comparison with an instanceof
- 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
-