abhradeepkundu commented on code in PR #6710:
URL: https://github.com/apache/hbase/pull/6710#discussion_r1976986087
##########
hbase-backup/src/main/java/org/apache/hadoop/hbase/backup/BackupRequest.java:
##########
@@ -163,4 +169,12 @@ public String getYarnPoolName() {
public void setYarnPoolName(String yarnPoolName) {
this.yarnPoolName = yarnPoolName;
}
+
+ private void setContinuousBackupEnabled(boolean continuousBackupEnabled) {
+ this.continuousBackupEnabled = continuousBackupEnabled;
+ }
+
+ public boolean getContinuousBackupEnabled() {
Review Comment:
NIT: if the return type is boolean the method name should be
isContinousBackupEnabled
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]