Package chapters.appenders
Class IOPerformance
java.lang.Object
java.lang.Thread
chapters.appenders.IOPerformance
- All Implemented Interfaces:
Runnable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) LoggerContext
(package private) boolean
(package private) static long
(package private) long
(package private) static String
(package private) org.slf4j.Logger
(package private) static String
(package private) static int
static String
(package private) double
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.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
-
Field Details
-
MSG
-
LOG_FILE
-
PARALLEL_FILE
-
NUM_THREADS
static int NUM_THREADS -
l
static long l -
len
long len -
immediateFlush
boolean immediateFlush -
logger
org.slf4j.Logger logger -
context
LoggerContext context -
throughput
double throughput
-
-
Constructor Details
-
IOPerformance
public IOPerformance(boolean _immediateFlush, long _len)
-
-
Method Details