public class 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
|
FilePassivationStore |
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
|
FilePassivationStore |
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
|
FilePassivationStore |
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
|
FilePassivationStore |
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
|
FilePassivationStore |
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
|
FilePassivationStore |
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
|
FilePassivationStore |
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 FilePassivationStore groupsPath(String value)
public Long idleTimeout()
public FilePassivationStore idleTimeout(Long value)
public String idleTimeoutUnit()
public FilePassivationStore idleTimeoutUnit(String value)
public Integer maxSize()
public FilePassivationStore maxSize(Integer value)
public String relativeTo()
public FilePassivationStore relativeTo(String value)
public String sessionsPath()
public FilePassivationStore sessionsPath(String value)
public Long subdirectoryCount()
public FilePassivationStore subdirectoryCount(Long value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.