public interface JmxManagerMXBean
| Modifier and Type | Method and Description |
|---|---|
int |
getFileSystemsMounted()
Returns the number of file systems which have been mounted.
|
int |
getFileSystemsTotal()
Returns the total number of file systems.
|
int |
getTopLevelArchiveFileSystemsMounted()
Returns the number of top level archive file systems
which have been mounted.
|
int |
getTopLevelArchiveFileSystemsTotal()
Returns the total number of top level archive file systems.
|
void |
sync()
Synchronizes all file systems and eventually unmounts them.
|
int getFileSystemsMounted()
Note that you should not use the returned value to synchronize conditionally - this would be unreliable!
int getFileSystemsTotal()
int getTopLevelArchiveFileSystemsMounted()
getFileSystemsMounted().
Note that you should not use the returned value to synchronize conditionally - this would be unreliable!
int getTopLevelArchiveFileSystemsTotal()
getFileSystemsTotal().void sync() throws FsSyncWarningException, FsSyncException
fileSystemsMounted is reset to zero
unless some mounted file systems retain elements in their selective
entry cache.FsSyncWarningException - if only warning conditions
apply.
This implies that the respective parent file system has been
synchronized with constraints, e.g. if an unclosed archive entry
stream gets forcibly closed.FsSyncException - if any error conditions apply.Copyright © 2005–2018 Schlichtherle IT Services. All rights reserved.