Class ElasticSearchUtils


  • public class ElasticSearchUtils
    extends java.lang.Object
    • Constructor Detail

      • ElasticSearchUtils

        public ElasticSearchUtils()
    • Method Detail

      • jobIndex

        public static org.elasticsearch.client.indices.CreateIndexRequest jobIndex()
      • recurringJobIndex

        public static org.elasticsearch.client.indices.CreateIndexRequest recurringJobIndex()
      • backgroundJobServersIndex

        public static org.elasticsearch.client.indices.CreateIndexRequest backgroundJobServersIndex()
      • jobStatsIndex

        public static org.elasticsearch.action.index.IndexRequest jobStatsIndex()
      • jobIndexName

        public static java.lang.String jobIndexName()
      • recurringJobIndexName

        public static java.lang.String recurringJobIndexName()
      • backgroundJobServerIndexName

        public static java.lang.String backgroundJobServerIndexName()