Download lts-jobtracker-1.7.0.jar file

Introduction

You can download lts-jobtracker-1.7.0.jar in this page.

License

Open Source

Type List

lts-jobtracker-1.7.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.github.ltsopensource/lts-jobtracker/pom.properties
META-INF/maven/com.github.ltsopensource/lts-jobtracker/pom.xml
com.github.ltsopensource.jobtracker.JobTracker.class
com.github.ltsopensource.jobtracker.JobTrackerBuilder.class
com.github.ltsopensource.jobtracker.channel.ChannelManager.class
com.github.ltsopensource.jobtracker.channel.ChannelWrapper.class
com.github.ltsopensource.jobtracker.cmd.AddJobHttpCmd.class
com.github.ltsopensource.jobtracker.cmd.LoadJobHttpCmd.class
com.github.ltsopensource.jobtracker.cmd.SysConfigModifyHttpCmd.class
com.github.ltsopensource.jobtracker.cmd.TriggerJobManuallyHttpCmd.class
com.github.ltsopensource.jobtracker.complete.JobFinishHandler.class
com.github.ltsopensource.jobtracker.complete.JobRetryHandler.class
com.github.ltsopensource.jobtracker.complete.biz.JobCompletedBiz.class
com.github.ltsopensource.jobtracker.complete.biz.JobProcBiz.class
com.github.ltsopensource.jobtracker.complete.biz.JobStatBiz.class
com.github.ltsopensource.jobtracker.complete.biz.PushNewJobBiz.class
com.github.ltsopensource.jobtracker.complete.retry.DefaultJobRetryTimeGenerator.class
com.github.ltsopensource.jobtracker.complete.retry.JobRetryTimeGenerator.class
com.github.ltsopensource.jobtracker.domain.JobClientNode.class
com.github.ltsopensource.jobtracker.domain.JobTrackerAppContext.class
com.github.ltsopensource.jobtracker.domain.JobTrackerNode.class
com.github.ltsopensource.jobtracker.domain.TaskTrackerNode.class
com.github.ltsopensource.jobtracker.monitor.JobTrackerMStatReporter.class
com.github.ltsopensource.jobtracker.processor.AbstractRemotingProcessor.class
com.github.ltsopensource.jobtracker.processor.JobBizLogProcessor.class
com.github.ltsopensource.jobtracker.processor.JobCancelProcessor.class
com.github.ltsopensource.jobtracker.processor.JobCompletedProcessor.class
com.github.ltsopensource.jobtracker.processor.JobPullProcessor.class
com.github.ltsopensource.jobtracker.processor.JobSubmitProcessor.class
com.github.ltsopensource.jobtracker.processor.RemotingDispatcher.class
com.github.ltsopensource.jobtracker.sender.JobPushResult.class
com.github.ltsopensource.jobtracker.sender.JobSender.class
com.github.ltsopensource.jobtracker.support.ClientNotifier.class
com.github.ltsopensource.jobtracker.support.ClientNotifyHandler.class
com.github.ltsopensource.jobtracker.support.JobPusher.class
com.github.ltsopensource.jobtracker.support.JobReceiver.class
com.github.ltsopensource.jobtracker.support.NonRelyOnPrevCycleJobScheduler.class
com.github.ltsopensource.jobtracker.support.OldDataHandler.class
com.github.ltsopensource.jobtracker.support.checker.ExecutableDeadJobChecker.class
com.github.ltsopensource.jobtracker.support.checker.ExecutingDeadJobChecker.class
com.github.ltsopensource.jobtracker.support.checker.FeedbackJobSendChecker.class
com.github.ltsopensource.jobtracker.support.cluster.JobClientManager.class
com.github.ltsopensource.jobtracker.support.cluster.TaskTrackerManager.class
com.github.ltsopensource.jobtracker.support.listener.JobNodeChangeListener.class
com.github.ltsopensource.jobtracker.support.listener.JobTrackerMasterChangeListener.class
com.github.ltsopensource.jobtracker.support.policy.OldDataDeletePolicy.class

Pom

lts-jobtracker-1.7.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>lts-parent</artifactId>
        <groupId>com.github.ltsopensource</groupId>
        <version>1.7.0</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>lts-jobtracker</artifactId>

    <dependencies>
        <dependency>
            <groupId>com.github.ltsopensource</groupId>
            <artifactId>lts-core</artifactId>
            <version>${project.version}</version>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>com.github.ltsopensource</groupId>
   <artifactId>lts-jobtracker</artifactId>
   <version>1.7.0</version>
</dependency>

Download

If you think the following lts-jobtracker-1.7.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download lts-jobtracker-1.7.0.jar file




PreviousNext

Related