class EventWriter.RecordWriter
extends java.lang.Thread
Constructor and Description |
---|
RecordWriter() |
Modifier and Type | Method and Description |
---|---|
void |
run() |
(package private) void |
setForcedRecordId(long id)
Store the id of the record which is forcing a write to disk,
even if disk is "full".
|
(package private) void |
waitForLastItem()
Wait for the last item to be processed, then exit thread.
|
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
void setForcedRecordId(long id)
id
- id of record causing the forced write to disk.void waitForLastItem()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread