public class DatabaseDataStore extends Object
| Constructor and Description |
|---|
DatabaseDataStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowExecution()
If this node is allowed to execute timers.
|
DatabaseDataStore |
allowExecution(Boolean value)
If this node is allowed to execute timers.
|
String |
database()
The type of database that is in use.
|
DatabaseDataStore |
database(String value)
The type of database that is in use.
|
String |
datasourceJndiName()
The datasource that is used to persist the timers
|
DatabaseDataStore |
datasourceJndiName(String value)
The datasource that is used to persist the timers
|
String |
getKey() |
String |
partition()
The partition name.
|
DatabaseDataStore |
partition(String value)
The partition name.
|
Integer |
refreshInterval()
Interval between refreshing the current timer set against the underlying database.
|
DatabaseDataStore |
refreshInterval(Integer value)
Interval between refreshing the current timer set against the underlying database.
|
public DatabaseDataStore(String key)
public String getKey()
public Boolean allowExecution()
public DatabaseDataStore allowExecution(Boolean value)
public String database()
public DatabaseDataStore database(String value)
public String datasourceJndiName()
public DatabaseDataStore datasourceJndiName(String value)
public String partition()
public DatabaseDataStore partition(String value)
public Integer refreshInterval()
public DatabaseDataStore refreshInterval(Integer value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.