com.inin.analytics.elasticsearch.index.routing.ElasticsearchRoutingStrategy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of elasticsearch-lambda Show documentation
Show all versions of elasticsearch-lambda Show documentation
Framework For Lambda Architecture on Elasticsearch
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