![JAR search and dependency download from the Maven repository](/logo.png)
com.inin.analytics.elasticsearch.index.selector.RealtimeIndexSelectionStrategy 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.selector;
import java.util.List;
import com.inin.analytics.elasticsearch.index.rotation.ElasticSearchIndexMetadata;
import com.inin.analytics.elasticsearch.index.routing.ElasticsearchRoutingStrategy;
public interface RealtimeIndexSelectionStrategy {
ElasticsearchRoutingStrategy get(ElasticSearchIndexMetadata rotatedIndexMetadata);
ElasticsearchRoutingStrategy getRoutingStrategyForIndicies(List indices);
String getIndexWritable(ElasticSearchIndexMetadata rotatedIndexMetadata);
String getIndexReadable(ElasticSearchIndexMetadata rotatedIndexMetadata);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy