public class DatabaseDataStore<T extends 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.
|
T |
allowExecution(Boolean value)
If this node is allowed to execute timers.
|
String |
database()
The type of database that is in use.
|
T |
database(String value)
The type of database that is in use.
|
String |
datasourceJndiName()
The datasource that is used to persist the timers
|
T |
datasourceJndiName(String value)
The datasource that is used to persist the timers
|
String |
getKey() |
String |
partition()
The partition name.
|
T |
partition(String value)
The partition name.
|
Integer |
refreshInterval()
Interval between refreshing the current timer set against the underlying database.
|
T |
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 T allowExecution(Boolean value)
public String database()
public T database(String value)
public String datasourceJndiName()
public T datasourceJndiName(String value)
public String partition()
public T partition(String value)
public Integer refreshInterval()
Copyright © 2015 JBoss by Red Hat. All rights reserved.