java.lang.Runnable
private class SlaveController.SlaveLogReceiverThread
extends java.lang.Thread
Constructor | Description |
---|---|
SlaveLogReceiverThread() |
Creates a new instance of SlaveLogReceiverThread
with a debugging-friendly thread name.
|
Modifier and Type | Method | Description |
---|---|---|
private void |
handleLogChunk(byte[] logChunk) |
Parses a chunk of log received from the master, and applies
the individual log records to the local log file.
|
void |
run() |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, 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, stop, suspend, toString, yield
SlaveLogReceiverThread()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
private void handleLogChunk(byte[] logChunk) throws StandardException
logChunk
- A chunk of log records received from the
masterStandardException
- If the chunk of log records
could not be parsed or the local log file is out of synch
with the master log file.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.