Package org.elasticsearch.index.reindex
Class ReindexSslConfig
java.lang.Object
org.elasticsearch.index.reindex.ReindexSslConfig
public class ReindexSslConfig
extends java.lang.Object
Loads "reindex.ssl.*" configuration from Settings, and makes the applicable configuration (trust manager / key manager / hostname
verification / cipher-suites) available for reindex-from-remote.
-
Constructor Summary
Constructors Constructor Description ReindexSslConfig(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.env.Environment environment, org.elasticsearch.watcher.ResourceWatcherService resourceWatcher) -
Method Summary
Modifier and Type Method Description static java.util.List<org.elasticsearch.common.settings.Setting<?>>getSettings()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReindexSslConfig
public ReindexSslConfig(org.elasticsearch.common.settings.Settings settings, org.elasticsearch.env.Environment environment, org.elasticsearch.watcher.ResourceWatcherService resourceWatcher)
-
-
Method Details
-
getSettings
public static java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()
-