public class TriggerParam extends Object implements Serializable
| 构造器和说明 |
|---|
TriggerParam() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
getBroadcastIndex() |
int |
getBroadcastTotal() |
String |
getExecutorBlockStrategy() |
String |
getExecutorHandler() |
String |
getExecutorParams() |
int |
getExecutorTimeout() |
String |
getGlueSource() |
String |
getGlueType() |
long |
getGlueUpdatetime() |
int |
getJobId() |
long |
getLogDateTime() |
long |
getLogId() |
void |
setBroadcastIndex(int broadcastIndex) |
void |
setBroadcastTotal(int broadcastTotal) |
void |
setExecutorBlockStrategy(String executorBlockStrategy) |
void |
setExecutorHandler(String executorHandler) |
void |
setExecutorParams(String executorParams) |
void |
setExecutorTimeout(int executorTimeout) |
void |
setGlueSource(String glueSource) |
void |
setGlueType(String glueType) |
void |
setGlueUpdatetime(long glueUpdatetime) |
void |
setJobId(int jobId) |
void |
setLogDateTime(long logDateTime) |
void |
setLogId(long logId) |
String |
toString() |
public int getJobId()
public void setJobId(int jobId)
public String getExecutorHandler()
public void setExecutorHandler(String executorHandler)
public String getExecutorParams()
public void setExecutorParams(String executorParams)
public String getExecutorBlockStrategy()
public void setExecutorBlockStrategy(String executorBlockStrategy)
public int getExecutorTimeout()
public void setExecutorTimeout(int executorTimeout)
public long getLogId()
public void setLogId(long logId)
public long getLogDateTime()
public void setLogDateTime(long logDateTime)
public String getGlueType()
public void setGlueType(String glueType)
public String getGlueSource()
public void setGlueSource(String glueSource)
public long getGlueUpdatetime()
public void setGlueUpdatetime(long glueUpdatetime)
public int getBroadcastIndex()
public void setBroadcastIndex(int broadcastIndex)
public int getBroadcastTotal()
public void setBroadcastTotal(int broadcastTotal)
Copyright © 2020. All rights reserved.