Package com.gsitm.ustra.java.batch
Class UstraBatchConfigProperties
java.lang.Object
com.gsitm.ustra.java.batch.UstraBatchConfigProperties
@ConfigurationProperties(prefix="ustra.batch",
ignoreUnknownFields=true,
ignoreInvalidFields=true)
public class UstraBatchConfigProperties
extends Object
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumstatic enumstatic classstatic classstatic classstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleaninthashCode()voidsetCacheType(UstraBatchConfigProperties.CacheType cacheType) voidvoidvoidsetManagerConfigType(UstraBatchConfigProperties.ConfigType managerConfigType) voidsetManagerDatabaseId(String managerDatabaseId) voidsetManagerList(List<UstraBatchConfigProperties.ManagerProperties> managerList) voidsetManagerYamlPath(String managerYamlPath) voidsetTaskConfigType(UstraBatchConfigProperties.ConfigType taskConfigType) voidsetTaskDatabaseId(String taskDatabaseId) voidvoidsetTaskYamlPath(String taskYamlPath) voidvoidsetWorkerConfigType(UstraBatchConfigProperties.ConfigType workerConfigType) voidsetWorkerDatabaseId(String workerDatabaseId) voidsetWorkerList(List<UstraBatchConfigProperties.WorkerProperties> workerList) voidsetWorkerYamlPath(String workerYamlPath) toString()
-
Constructor Details
-
UstraBatchConfigProperties
public UstraBatchConfigProperties()
-
-
Method Details
-
getManager
-
getWorker
-
getLogger
-
getManagerConfigType
-
getWorkerConfigType
-
getTaskConfigType
-
getCacheType
-
getManagerList
-
getWorkerList
-
getTaskList
-
getManagerYamlPath
-
getWorkerYamlPath
-
getTaskYamlPath
-
getManagerDatabaseId
-
getWorkerDatabaseId
-
getTaskDatabaseId
-
setManager
-
setWorker
-
setLogger
-
setManagerConfigType
-
setWorkerConfigType
-
setTaskConfigType
-
setCacheType
-
setManagerList
-
setWorkerList
-
setTaskList
-
setManagerYamlPath
-
setWorkerYamlPath
-
setTaskYamlPath
-
setManagerDatabaseId
-
setWorkerDatabaseId
-
setTaskDatabaseId
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-