private class SlaveController.SlaveLogReceiverThread
extends java.lang.Thread
Constructor and Description |
---|
SlaveLogReceiverThread()
Creates a new instance of SlaveLogReceiverThread
with a debugging-friendly thread name.
|
Modifier and Type | Method and 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() |
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, 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.13 Internals - Copyright © 2004,2016 The Apache Software Foundation. All Rights Reserved.