java.lang.Object
java.io.Writer
com.aoapps.sql.wrapper.WriterWrapper
com.aoapps.sql.tracker.WriterTracker
- All Implemented Interfaces:
NoClose,OnCloseHandler,Wrapper,Closeable,Flushable,Appendable,AutoCloseable,Wrapper
Tracks a
Writer for unclosed or unfreed objects.- Author:
- AO Industries, Inc.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LevelThe logging level that enables allocation stack trace logging. -
Constructor Summary
ConstructorsConstructorDescriptionWriterTracker(ConnectionTrackerImpl connectionTracker, Writer wrapped) Creates a newWritertracker. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddOnClose(Runnable onCloseHandler) Will call the handler once on close/free.voidclose()Calls onClose handlers thensuper.close().Methods inherited from class com.aoapps.sql.wrapper.WriterWrapper
append, append, append, flush, getConnectionWrapper, getWrapped, isNoClose, toString, write, write, write, write, writeMethods inherited from class java.io.Writer
nullWriterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Field Details
-
ALLOCATION_STACKTRACE_LOG_LEVEL
The logging level that enables allocation stack trace logging.
-
-
Constructor Details
-
WriterTracker
Creates a newWritertracker.
-
-
Method Details
-
getAllocationStacktrace
-
getAllocationLogger
-
addOnClose
Description copied from interface:OnCloseHandlerWill call the handler once on close/free.- Specified by:
addOnClosein interfaceOnCloseHandler
-
close
Calls onClose handlers thensuper.close().- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceNoClose- Overrides:
closein classWriterWrapper- Throws:
IOException- See Also:
-
