Package

net.java.truevfs.ext

pacemaker

Permalink

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.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. pacemaker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AccessOptions = BitField[FsAccessOption]

    Permalink
  2. type ControllerFilter = Filter[_ >: FsController]

    Permalink
  3. type ControllerVisitor = Visitor[_ >: FsController, FsSyncException]

    Permalink
  4. trait PaceManagerMXBean extends JmxManagerMXBean

    Permalink

    The MXBean interface for a PaceManager.

  5. final class PaceManagerDecorator extends FsManagerDecorator

    Permalink

    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

  1. val maximumFileSystemsMountedDefaultValue: Int

    Permalink

    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 string maximumFileSystemsMountedPropertyKey is set to a value which is greater than maximumFileSystemsMountedMinimumValue.

  2. val maximumFileSystemsMountedMinimumValue: Int

    Permalink

    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.

  3. val maximumFileSystemsMountedPropertyKey: String

    Permalink

    The name of the system property which determines the initial maximum number of mounted archive file systems.

Inherited from AnyRef

Inherited from Any

Ungrouped