All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.enonic.xp.cluster.Cluster Maven / Gradle / Ivy

The newest version!
package com.enonic.xp.cluster;

public interface Cluster
{
    ClusterId getId();

    ClusterHealth getHealth();

    ClusterNodes getNodes();

    @Deprecated
    void enable();

    @Deprecated
    void disable();

    @Deprecated
    boolean isEnabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy