@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 the thread-safe file system controller for the given mount point.
|
getSize, iterator, toStringequals, hashCode, newController, syncprotected final InstrumentingDirector<?> director
public InstrumentingManager(FsManager manager, InstrumentingDirector<?> director)
public FsController<?> getController(FsMountPoint mountPoint, FsCompositeDriver driver)
FsManagersynchronization.getController in class FsDecoratingManager<FsManager>mountPoint - the mount point of the file system.driver - the composite file system driver which shall get used to
create a new file system controller if required.Copyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.