java.lang.Runnable
private class ReplicationMessageTransmit.MasterReceiverThread
extends java.lang.Thread
Modifier and Type | Field | Description |
---|---|---|
private ReplicationMessage |
pongMsg |
Constructor | Description |
---|---|
MasterReceiverThread(java.lang.String dbname) |
Modifier and Type | Method | Description |
---|---|---|
private ReplicationMessage |
readMessage() |
Used to read a replication message sent by the slave.
|
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
private final ReplicationMessage pongMsg
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
private ReplicationMessage readMessage() throws java.lang.ClassNotFoundException, java.io.IOException
java.lang.ClassNotFoundException
- Class of a serialized object cannot
be found.java.io.IOException
- 1) if an exception occurs while reading from the
stream.
2) if the connection handle is invalid.Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.