Class AbstractElasticsearchTaskConfigConverter

    • Constructor Detail

      • AbstractElasticsearchTaskConfigConverter

        public AbstractElasticsearchTaskConfigConverter()
    • Method Detail

      • getFlushConfig

        protected FlushConfig getFlushConfig​(com.typesafe.config.Config config)
      • getClient

        protected org.elasticsearch.client.RestHighLevelClient getClient​(com.typesafe.config.Config config,
                                                                         ConfigContext ctx,
                                                                         TypesConfigConverter typeConfigConverter)
      • getIndex

        protected String getIndex​(com.typesafe.config.Config config)
      • getDefaultConfig

        protected com.typesafe.config.Config getDefaultConfig()