Class FileSystemPool
java.lang.Object
org.eclipse.jetty.util.resource.FileSystemPool
- All Implemented Interfaces:
Dumpable
@ManagedObject("Pool of FileSystems used to mount Resources")
@Deprecated(since="12.1.9",
forRemoval=true)
public class FileSystemPool
extends Object
implements Dumpable
Deprecated, for removal: This API element is subject to removal in a future version.
FileSystemPool is no longer used.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Listener for pool eventsstatic classDeprecated, for removal: This API element is subject to removal in a future version.static classDeprecated, for removal: This API element is subject to removal in a future version.Show a StackTraceNested classes/interfaces inherited from interface Dumpable
Dumpable.DumpableContainer, Dumpable.DumpAppendable -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final FileSystemPoolDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoiddump(Appendable out, String indent) Deprecated, for removal: This API element is subject to removal in a future version.Dump this object (and children) into an Appendable using the provided indent after any new lines.mounts()Deprecated, for removal: This API element is subject to removal in a future version.voidsetListener(FileSystemPool.Listener listener) Deprecated, for removal: This API element is subject to removal in a future version.Set a listener on the FileSystemPool to monitor for pool events.voidsweep()Deprecated, for removal: This API element is subject to removal in a future version.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Details
-
INSTANCE
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
mounts
Deprecated, for removal: This API element is subject to removal in a future version. -
dump
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:DumpableDump this object (and children) into an Appendable using the provided indent after any new lines. The indent should not be applied to the first object dumped.- Specified by:
dumpin interfaceDumpable- Parameters:
out- The appendable to dump toindent- The indent to apply after any new lines.- Throws:
IOException- if unable to write to Appendable
-
sweep
@ManagedOperation(value="Sweep the pool for deleted mount points", impact="ACTION") public void sweep()Deprecated, for removal: This API element is subject to removal in a future version. -
setListener
Deprecated, for removal: This API element is subject to removal in a future version.Set a listener on the FileSystemPool to monitor for pool events.- Parameters:
listener- the listener for pool events
-
toString
-