All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.schedulerx.service.JobSyncService Maven / Gradle / Ivy

There is a newer version: 1.12.2
Show newest version
package com.alibaba.schedulerx.service;

import java.util.Map;

import com.alibaba.schedulerx.JobProperty;
import com.aliyuncs.DefaultAcsClient;

/**
 * JobSyncService
 * @author yaohui
 * @create 2024/9/2 5:47 PM
 **/
public interface JobSyncService {

	void syncJobs(Map jobs, String namespaceSource) throws Exception;

	void syncJobs() throws Exception;

	boolean syncNamespace(DefaultAcsClient client) throws Exception;

	boolean syncAppGroup(DefaultAcsClient client) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy