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

io.zulia.server.index.NodeWeightComputation Maven / Gradle / Ivy

There is a newer version: 1.6.4
Show newest version
package io.zulia.server.index;

import io.zulia.message.ZuliaBase;
import io.zulia.message.ZuliaIndex;

import java.util.List;

public interface NodeWeightComputation {
	List getNodesSortedByWeight();

	void addShard(ZuliaBase.Node node, ZuliaIndex.IndexSettings indexSettings, boolean primary);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy