public interface ManagedJobConfig extends DomainExtension, org.jvnet.hk2.config.types.PropertyBag, jakarta.validation.Payload
| Modifier and Type | Method and Description |
|---|---|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInitialDelay()
Gets the value of initialDelay
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getInMemoryRetentionPeriod()
Gets the value of inMemoryRetentionPeriod property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getJobRetentionPeriod()
Gets the value of jobRetentionPeriod
|
boolean |
getPersistingEnabled()
Gets the value of persistingEnabled property
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String |
getPollInterval()
Gets the value of pollInterval property
|
void |
setInitialDelay(String value)
Sets the value of the initialDelay property.
|
void |
setInMemoryRetentionPeriod(String value)
Sets the value of the inMemoryRetentionPeriod property.
|
void |
setJobRetentionPeriod(String value)
Sets the value of the jobRetentionPeriod property.
|
void |
setPersistingEnabled(boolean value)
Sets the value of the persistingenabled property.
|
void |
setPollInterval(String value)
Sets the value of the pollInterval property.
|
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInMemoryRetentionPeriod()
Stringvoid setInMemoryRetentionPeriod(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getJobRetentionPeriod()
void setJobRetentionPeriod(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionboolean getPersistingEnabled()
void setPersistingEnabled(boolean value)
throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getPollInterval()
Stringvoid setPollInterval(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoException@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",
message="{invalid.time.period.specified}",
payload=ManagedJobConfig.class)
@Pattern(regexp="[1-9]\\d*([hms]|[HMS])",message="{invalid.time.period.specified}",payload=ManagedJobConfig.class) String getInitialDelay()
void setInitialDelay(String value) throws PropertyVetoException
value - allowed object is
StringPropertyVetoExceptionCopyright © 2017–2020 Eclipse Foundation. All rights reserved.