Uses of Interface
org.opends.server.api.DiskSpaceMonitorHandler
Package
Description
Contains the code for the Directory Server backend that uses the Berkeley DB Java Edition as the repository for
storing entry and index information.
Contains various implementations of Directory Server APIs that are not appropriate for other packages.
This package contains the code for the Replication Server part of the Multimaster replication feature.
-
Uses of DiskSpaceMonitorHandler in org.opends.server.backends.jeb
-
Uses of DiskSpaceMonitorHandler in org.opends.server.extensions
Modifier and TypeMethodDescriptionvoid
DiskSpaceMonitor.deregisterMonitoredDirectory
(DiskSpaceMonitorHandler handler) Deregisters the providedhandler
from its associated monitored disk.void
DiskSpaceMonitor.registerMonitoredDirectory
(DiskSpaceMonitorHandler handler, String name, File directory, Long lowThresholdBytes, Long fullThresholdBytes) Registers the disk used by the provided directory to the monitored disks. -
Uses of DiskSpaceMonitorHandler in org.opends.server.replication.server