scylla-jmx/src/main/java/org/apache/cassandra/db
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
..
commitlog Code formatting + source cleanup (eclipse) 2016-10-24 11:43:52 +00:00
compaction scylla-jmx: Update JMX interfaces to origin 3.11 2018-07-30 15:47:43 +03:00
ColumnFamilyStore.java ColumnFamilyStore: Mbean API support the hex format param (#69) 2019-07-29 10:09:04 +03:00
ColumnFamilyStoreMBean.java ColumnFamilyStore: Mbean API support the hex format param (#69) 2019-07-29 10:09:04 +03:00