Class M005_CreateMetadataIndexAndDropJobStatsIndex

    • Field Detail

      • JOBRUNR_JOB_STATS

        public static final java.lang.String JOBRUNR_JOB_STATS
        See Also:
        Constant Field Values
    • Constructor Detail

      • M005_CreateMetadataIndexAndDropJobStatsIndex

        public M005_CreateMetadataIndexAndDropJobStatsIndex()
    • Method Detail

      • runMigration

        public void runMigration​(org.elasticsearch.client.RestHighLevelClient client,
                                 java.lang.String indexPrefix)
                          throws java.io.IOException
        Specified by:
        runMigration in class ElasticSearchMigration
        Throws:
        java.io.IOException
      • jobStats

        public static org.elasticsearch.action.index.IndexRequest jobStats​(long totalSucceededAmount,
                                                                           java.lang.String metadataIndexName)