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

com.jslsolucoes.elasticsearch.ee.ElasticSearch Maven / Gradle / Ivy

There is a newer version: 1.0.32
Show newest version
package com.jslsolucoes.elasticsearch.ee;

import javax.enterprise.inject.Vetoed;

import org.apache.http.HttpHost;

@Vetoed
public class ElasticSearch {

    private HttpHost[] hosts;

    public HttpHost[] getHosts() {
	return hosts;
    }

    public void setHosts(HttpHost[] hosts) {
	this.hosts = hosts;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy