public class FileDataStore<T extends FileDataStore> extends Object
| Constructor and Description |
|---|
FileDataStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
path()
The directory to store persistent timer information in
|
T |
path(String value)
The directory to store persistent timer information in
|
String |
relativeTo()
The relative path that is used to resolve the timer data store location
|
T |
relativeTo(String value)
The relative path that is used to resolve the timer data store location
|
public FileDataStore(String key)
Copyright © 2015 JBoss by Red Hat. All rights reserved.