Package org.eclipse.jetty.util.resource
Class FileSystemPool.StackLoggingListener
java.lang.Object
org.eclipse.jetty.util.resource.FileSystemPool.StackLoggingListener
- All Implemented Interfaces:
FileSystemPool.Listener
- Enclosing class:
- FileSystemPool
public static class FileSystemPool.StackLoggingListener
extends Object
implements FileSystemPool.Listener
Show a StackTrace
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
FileSystem URI exists in the pool and reached no references and has been closedvoid
onDecrement
(URI uri) FileSystem URI exists in the pool and its reference count is decrementedvoid
onIncrement
(URI uri) FileSystem URI exists in the pool and its reference count is incrementedvoid
FileSystem URI is retained for the first time
-
Constructor Details
-
StackLoggingListener
public StackLoggingListener()
-
-
Method Details
-
onRetain
Description copied from interface:FileSystemPool.Listener
FileSystem URI is retained for the first time- Specified by:
onRetain
in interfaceFileSystemPool.Listener
- Parameters:
uri
- the filesystem URI
-
onIncrement
Description copied from interface:FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is incremented- Specified by:
onIncrement
in interfaceFileSystemPool.Listener
- Parameters:
uri
- the filesystem URI
-
onDecrement
Description copied from interface:FileSystemPool.Listener
FileSystem URI exists in the pool and its reference count is decremented- Specified by:
onDecrement
in interfaceFileSystemPool.Listener
- Parameters:
uri
- the filesystem URI
-
onClose
Description copied from interface:FileSystemPool.Listener
FileSystem URI exists in the pool and reached no references and has been closed- Specified by:
onClose
in interfaceFileSystemPool.Listener
- Parameters:
uri
- the filesystem URI
-