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

io.polaris.core.cluster.ClusterInstanceQuery Maven / Gradle / Ivy

There is a newer version: 3.2.1
Show newest version
package io.polaris.core.cluster;

import java.util.List;

/**
 * @author Qt
 * @since 1.8,  Apr 17, 2024
 */
public interface ClusterInstanceQuery {

	List query() throws InstanceQueryException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy