@Immutable public class InstrumentingManager extends FsDecoratingManager<FsManager>
Modifier and Type | Field and Description |
---|---|
protected InstrumentingDirector |
director |
delegate
Constructor and Description |
---|
InstrumentingManager(FsManager manager,
InstrumentingDirector director) |
Modifier and Type | Method and Description |
---|---|
FsController<?> |
getController(FsMountPoint mountPoint,
FsCompositeDriver driver)
Returns a thread-safe file system controller for the given mount point.
|
getSize, iterator, toString
protected final InstrumentingDirector director
public InstrumentingManager(FsManager manager, InstrumentingDirector director)
public FsController<?> getController(FsMountPoint mountPoint, FsCompositeDriver driver)
FsManager
synchronization
operations.getController
in class FsDecoratingManager<FsManager>
mountPoint
- the mount point of the file system.driver
- the file system composite driver which shall get used to
create a new file system controller if required.Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.