public interface JmxManagerViewMXBean
file system manager.| Modifier and Type | Method and Description |
|---|---|
void |
clearStatistics() |
int |
getFileSystemsMounted()
Returns the number of file systems
which have been mounted and need synchronization by calling
sync(). |
int |
getFileSystemsTotal()
Returns the total number of file systems.
|
int |
getTopLevelArchiveFileSystemsMounted()
Returns the number of top level archive file systems
which have been mounted and need synchronization by calling
sync(). |
int |
getTopLevelArchiveFileSystemsTotal()
Returns the total number of top level archive file systems.
|
void |
sync()
Synchronizes all managed file systems.
|
void clearStatistics()
int getFileSystemsMounted()
sync().
Note that you should not use the returned value to synchronize conditionally - this would be unreliable!
int getFileSystemsTotal()
int getTopLevelArchiveFileSystemsMounted()
sync().
Note that you should not use the returned value to synchronize conditionally - this would be unreliable!
int getTopLevelArchiveFileSystemsTotal()
void sync()
throws FsSyncException
FsSyncException - If any managed file system is busy
with I/O.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.