scylla-jmx/src/main/java/org/apache/cassandra/service
Nadav Har'El f8b4dfed38 scylla-jmx: use ":", not "=", to build options list
Scylla's repair REST API (see scylla/api/storage_service.cc) takes all
repair options as one "options" string. The options are separated by ",",
and for each option, the name and value are separated by ":". The existing
code wrongly used "=" instead of ":", so this patch fixes it.

Signed-off-by: Nadav Har'El <nyh@scylladb.com>
2015-12-28 15:55:32 +02:00
..
CacheService.java Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
CacheServiceMBean.java Adding the CacheServiceMBean and CacheService 2015-06-24 16:48:56 +03:00
GCInspector.java Import the GCInspectorMXBean from origin 2015-12-07 13:00:07 +02:00
GCInspectorMXBean.java Import the GCInspectorMXBean from origin 2015-12-07 13:00:07 +02:00
StorageProxy.java Rename "com.cloudius.urchin" package to "com.scylladb.jmx" 2015-12-17 09:28:17 +02:00
StorageProxyMBean.java Moving the MBean to 2.1 (8) 2015-07-30 12:01:05 +03:00
StorageService.java scylla-jmx: use ":", not "=", to build options list 2015-12-28 15:55:32 +02:00
StorageServiceMBean.java StorageService: Add notification suport for the repair command 2015-08-27 21:02:28 +03:00