
com.hmsonline.storm.elasticsearch.StormElasticSearchConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of storm-elastic-search Show documentation
Show all versions of storm-elastic-search Show documentation
Storm Elastic Search Support
The newest version!
package com.hmsonline.storm.elasticsearch;
//
// Copyright (c) 2013 Health Market Science, Inc.
//
public class StormElasticSearchConstants {
public static final String ES_CLUSTER_NAME = "elastic.search.cluster";
public static final String ES_HOST = "elastic.search.host";
public static final String ES_PORT = "elastic.search.port";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy