package pacemaker
Constrains the number of concurrently mounted archive file systems in order to save some heap space. This package provides a JMX interface for monitoring and management.
- Alphabetic
- By Inheritance
- pacemaker
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- type AccessOptions = BitField[FsAccessOption]
- type ControllerFilter = Filter[_ >: FsController]
- type ControllerVisitor = Visitor[_ >: FsController, FsSyncException]
-
trait
PaceManagerMXBean extends JmxManagerMXBean
The MXBean interface for a PaceManager.
-
final
class
PaceManagerDecorator extends FsManagerDecorator
- Annotations
- @deprecated
- Deprecated
(Since version 1) This class is reserved for exclusive use by the net.java.truevfs.kernel.spec.sl.FsManagerLocator.SINGLETON!
Value Members
-
val
maximumFileSystemsMountedDefaultValue: Int
The default value of the system property which determines the initial maximum number of mounted archive file systems.
The default value of the system property which determines the initial maximum number of mounted archive file systems. for the maximum number of mounted file systems. The value of this constant will be set to
maximumFileSystemsMountedMinimumValue
unless a system property with the key stringmaximumFileSystemsMountedPropertyKey
is set to a value which is greater thanmaximumFileSystemsMountedMinimumValue
. -
val
maximumFileSystemsMountedMinimumValue: Int
The minimum value for the maximum number of mounted archive file systems.
The minimum value for the maximum number of mounted archive file systems. This value must not be less than two or otherwise you couldn't even copy entries from one archive file to another. Well, actually you could because the pace manager doesn't unmount archive file systems with open streams or channels, but let's play it safe and pretend it would.
-
val
maximumFileSystemsMountedPropertyKey: String
The name of the system property which determines the initial maximum number of mounted archive file systems.