Package io.deephaven.io.log.impl
Class LogSinkImpl.BigWriterThread
- java.lang.Object
-
- java.lang.Thread
-
- io.deephaven.io.log.impl.LogSinkImpl.BigWriterThread
-
- All Implemented Interfaces:
LogSink.LogSinkWriter<LogSinkImpl<?>>,java.lang.Runnable
- Enclosing class:
- LogSinkImpl<T extends LogSink.Element>
public static class LogSinkImpl.BigWriterThread extends java.lang.Thread implements LogSink.LogSinkWriter<LogSinkImpl<?>>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddLogSink(LogSinkImpl<?> impl)voidrun()-
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Method Detail
-
addLogSink
public void addLogSink(LogSinkImpl<?> impl)
- Specified by:
addLogSinkin interfaceLogSink.LogSinkWriter<LogSinkImpl<?>>
-
run
public void run()
- Specified by:
runin interfacejava.lang.Runnable- Overrides:
runin classjava.lang.Thread
-
-