public interface JmxManagerViewMXBean
file system manager
.Modifier and Type | Method and Description |
---|---|
void |
clearStatistics() |
JmxModelViewMXBean[] |
getFederatedFileSystems()
Returns a new array of all managed federated file systems.
|
int |
getFileSystemsTotal()
Returns the total number of managed federated file systems.
|
int |
getFileSystemsTouched()
Returns the number of managed federated file systems which have been
touched and need synchronization by calling
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) . |
int |
getTopLevelFileSystemsTotal()
Returns the total number of managed top level federated file
systems.
|
int |
getTopLevelFileSystemsTouched()
Returns the number of managed top level federated file systems
which have been touched and need synchronization by calling
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>) . |
void |
umount()
Unmounts all managed federated file systems.
|
void clearStatistics()
JmxModelViewMXBean[] getFederatedFileSystems()
int getFileSystemsTotal()
int getFileSystemsTouched()
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>)
.
Note that you should not use the returned value to synchronize conditionally - this is unreliable!
int getTopLevelFileSystemsTotal()
int getTopLevelFileSystemsTouched()
FsManager.sync(de.schlichtherle.truezip.util.BitField<de.schlichtherle.truezip.fs.FsSyncOption>)
.void umount() throws FsSyncException
FsSyncException
- If any managed federated file system is busy
with I/O.Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.