com.fasterxml.mama.ClusterMBean Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of macro-manager Show documentation
Show all versions of macro-manager Show documentation
Experimental Java port of Ordasity scheduling library
The newest version!
package com.fasterxml.mama;
public interface ClusterMBean {
public String join() throws InterruptedException;
public void shutdown();
public void rebalance() throws InterruptedException;
}