public class FilePassivationStore<T extends FilePassivationStore> extends Object
| Constructor and Description |
|---|
FilePassivationStore(String key) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
groupsPath()
The subdirectory within the path specified by relative-to in which to store passivated bean groups
|
T |
groupsPath(String value)
The subdirectory within the path specified by relative-to in which to store passivated bean groups
|
Long |
idleTimeout()
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
T |
idleTimeout(Long value)
The timeout in units specified by idle-timeout-unit, after which a bean will passivate
|
String |
idleTimeoutUnit()
The unit of idle-timeout
|
T |
idleTimeoutUnit(String value)
The unit of idle-timeout
|
Integer |
maxSize()
The maximum number of beans this cache should store before forcing old beans to passivate
|
T |
maxSize(Integer value)
The maximum number of beans this cache should store before forcing old beans to passivate
|
String |
relativeTo()
The root path used to store passivated beans
|
T |
relativeTo(String value)
The root path used to store passivated beans
|
String |
sessionsPath()
The subdirectory within the path specified by relative-to in which to store passivated beans
|
T |
sessionsPath(String value)
The subdirectory within the path specified by relative-to in which to store passivated beans
|
Long |
subdirectoryCount()
Specifies the number of subdirectories into which stored state should be divided, used to minimize the number of files created per directory
|
T |
subdirectoryCount(Long value)
Specifies the number of subdirectories into which stored state should be divided, used to minimize the number of files created per directory
|
public FilePassivationStore(String key)
public String getKey()
public String groupsPath()
public T groupsPath(String value)
public Long idleTimeout()
public T idleTimeout(Long value)
public String idleTimeoutUnit()
public Integer maxSize()
public T maxSize(Integer value)
public String relativeTo()
public String sessionsPath()
public T sessionsPath(String value)
public Long subdirectoryCount()
Copyright © 2015 JBoss by Red Hat. All rights reserved.