
com.github.chengpohi.connector.ClientNode Maven / Gradle / Ivy
The newest version!
package com.github.chengpohi.connector;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.node.Node;
import org.elasticsearch.node.internal.InternalSettingsPreparer;
import org.elasticsearch.plugins.Plugin;
import java.util.Collection;
/**
* Created by xiachen on 29/11/2016.
*/
public class ClientNode extends Node {
public ClientNode(Settings preparedSettings, Collection> classpathPlugins) {
super(InternalSettingsPreparer.prepareEnvironment(preparedSettings, null), classpathPlugins);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy