public class FilePassivationStore<T extends FilePassivationStore<T>> extends Object
Constructor and Description |
---|
FilePassivationStore(String key) |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
String |
groupsPath()
Deprecated.
Beans and bean groups are no longer stored in distinct
directories
|
T |
groupsPath(String value)
Deprecated.
Beans and bean groups are no longer stored in distinct
directories
|
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()
Deprecated.
SFSBs are no longer passivated eagerly, but only lazily as
required by max-size
|
T |
idleTimeoutUnit(String value)
Deprecated.
SFSBs are no longer passivated eagerly, but only lazily as
required by max-size
|
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()
Deprecated.
Use the relative-to attribute of the file-store of the
relevant infinispan cache instead
|
T |
relativeTo(String value)
Deprecated.
Use the relative-to attribute of the file-store of the
relevant infinispan cache instead
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
String |
sessionsPath()
Deprecated.
Beans and bean groups are no longer stored in distinct
directories
|
T |
sessionsPath(String value)
Deprecated.
Beans and bean groups are no longer stored in distinct
directories
|
Long |
subdirectoryCount()
Deprecated.
This is no longer configurable and will be ignored
|
T |
subdirectoryCount(Long value)
Deprecated.
This is no longer configurable and will be ignored
|
public FilePassivationStore(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
@Deprecated public String groupsPath()
@Deprecated public T groupsPath(String value)
public Long idleTimeout()
public T idleTimeout(Long value)
@Deprecated public String idleTimeoutUnit()
@Deprecated public T idleTimeoutUnit(String value)
public Integer maxSize()
public T maxSize(Integer value)
@Deprecated public String relativeTo()
@Deprecated public T relativeTo(String value)
@Deprecated public String sessionsPath()
@Deprecated public T sessionsPath(String value)
@Deprecated public Long subdirectoryCount()
@Deprecated public T subdirectoryCount(Long value)
Copyright © 2020 JBoss by Red Hat. All rights reserved.