jmx.org.apache.cassandra.service.CassandraJMXService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons Show documentation
Show all versions of commons Show documentation
Common classes and utilities integrated with various projects
package jmx.org.apache.cassandra.service;
import com.instaclustr.operations.FunctionWithEx;
public interface CassandraJMXService {
T doWithStorageServiceMBean(FunctionWithEx func) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy