@Extensible @DirectoryServerExtension @DirectoryProxyServerExtension(appliesToLocalContent=true, appliesToRemoteContent=false) @SynchronizationServerExtension(appliesToLocalContent=true, appliesToSynchronizedContent=false) @MetricsEngineExtension @BrokerExtension @ThreadSafety(level=INTERFACE_NOT_THREADSAFE) public interface DiskSpaceConsumer
ServerContext.registerDiskSpaceConsumer method, and should be
 deregistered using the corresponding deregisterDiskSpaceConsumer
 method if they are no longer needed.| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getDiskSpaceConsumerName()Retrieves the name that should be used to identify this disk space
 consumer. | 
| java.util.List<java.io.File> | getDiskSpaceConsumerPaths()Retrieves a list of filesystem paths in which this disk space consumer may
 store files which may consume a significant amount of space. | 
java.lang.String getDiskSpaceConsumerName()
java.util.List<java.io.File> getDiskSpaceConsumerPaths()