com.github.ltsopensource.spring.boot.properties
Class JobTrackerProperties

java.lang.Object
  extended by com.github.ltsopensource.core.cluster.AbstractConfigProperties
      extended by com.github.ltsopensource.core.properties.JobTrackerProperties
          extended by com.github.ltsopensource.spring.boot.properties.JobTrackerProperties

@ConfigurationProperties(prefix="lts.jobtracker")
public class JobTrackerProperties
extends com.github.ltsopensource.core.properties.JobTrackerProperties

Author:
Robert HG (254963746@qq.com) on 4/9/16.

Constructor Summary
JobTrackerProperties()
           
 
Method Summary
 Integer getListenPort()
           
 void setListenPort(Integer listenPort)
           
 
Methods inherited from class com.github.ltsopensource.core.properties.JobTrackerProperties
checkProperties
 
Methods inherited from class com.github.ltsopensource.core.cluster.AbstractConfigProperties
getBindIp, getClusterName, getConfigs, getIdentity, getRegistryAddress, setBindIp, setClusterName, setConfigs, setIdentity, setRegistryAddress
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobTrackerProperties

public JobTrackerProperties()
Method Detail

getListenPort

public Integer getListenPort()
Overrides:
getListenPort in class com.github.ltsopensource.core.properties.JobTrackerProperties

setListenPort

public void setListenPort(Integer listenPort)
Overrides:
setListenPort in class com.github.ltsopensource.core.properties.JobTrackerProperties


Copyright © 2017. All rights reserved.