scylla-jmx: Missing getter in MBean interface.

It got lost somewhere.
Message-Id: <1482335118-9595-1-git-send-email-calle@scylladb.com>
This commit is contained in:
Calle Wilund 2016-12-21 15:45:17 +00:00 committed by Pekka Enberg
parent 3838921ca3
commit 85c3293ef1
1 changed files with 1 additions and 0 deletions

View File

@ -598,6 +598,7 @@ public interface StorageServiceMBean extends NotificationEmitter {
public int getInterDCStreamThroughputMbPerSec();
public int getCompactionThroughputMbPerSec();
public void setCompactionThroughputMbPerSec(int value);
public boolean isIncrementalBackupsEnabled();