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

com.inin.analytics.elasticsearch.index.routing.ElasticsearchRoutingStrategy Maven / Gradle / Ivy

There is a newer version: 1.2.1
Show newest version
package com.inin.analytics.elasticsearch.index.routing;

import com.inin.analytics.elasticsearch.index.rotation.ElasticSearchIndexMetadata;

public interface ElasticsearchRoutingStrategy extends java.io.Serializable {
	String getRoutingHash(String orgId, String convId);
	String[] getPossibleRoutingHashes(String orgId);
	void configure(ElasticSearchIndexMetadata rotatedIndexMetadata);
	int getNumShardsPerOrg();
	int getNumShards();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy