scylla-jmx/src/main/java/org/apache/cassandra
Amnon Heiman ff0723abc6 ColumnFamilyStore: Mbean API support the hex format param (#69)
Cassandra 3.0 version of the JMX added a parameter that allows accepting
the parameter as hex.

This breaks the current implementation with a NoSuchMethodException.

This patch adds the missing implementation.

For a full support, a follow up patch in Scylla is needed, but for the
current functionality it would work.

After this patch usage example:

nodetool getsstables keyspace1 standard1 39303138374b4d343830

Signed-off-by: Amnon Heiman <amnon@scylladb.com>
2019-07-29 10:09:04 +03:00
..
db ColumnFamilyStore: Mbean API support the hex format param (#69) 2019-07-29 10:09:04 +03:00
gms FailureDetector: check that states is not null before use 2018-03-29 15:18:48 +03:00
locator Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
metrics scylla-jmx: Fix tablemetricsobjectname breakage 2018-10-23 16:30:29 +03:00
net scylla-jmx: Update JMX interfaces to origin 3.11 2018-07-30 15:47:43 +03:00
repair Add the RepairParallelism enum 2015-08-27 20:46:02 +03:00
service StorageProxy.java: Add view write metrics 2019-07-21 19:20:37 +03:00
streaming Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00