|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ performance overview ] | PREV NEXT | ||||||||
A
- append(LoggingEvent) - Method in class org.apache.log4j.performance.NullAppender
B
- BIGBUF_LEN - Static variable in class org.apache.log4j.performance.NewVsSetLen
- bigbuf - Static variable in class org.apache.log4j.performance.NewVsSetLen
- burstLen - Static variable in class org.apache.log4j.performance.Logging
- A delay is applied after every
burstLenlog requests.
C
- CAT_ARRAY - Static variable in class org.apache.log4j.performance.NotLogging
- ComplexMessage(Category, long) - Static method in class org.apache.log4j.performance.NotLogging
- ConcatVsArray - class org.apache.log4j.performance.ConcatVsArray.
- Measure difference in performance of string concatenation versus creating an anonymous string array.
- ConcatVsArray() - Constructor for class org.apache.log4j.performance.ConcatVsArray
- cat - Static variable in class org.apache.log4j.performance.Logging
- close() - Method in class org.apache.log4j.performance.NOPWriter
- close() - Method in class org.apache.log4j.performance.NullAppender
- currentThreadNameloop() - Static method in class org.apache.log4j.performance.SystemTime
D
- DELAY_MULT - Static variable in class org.apache.log4j.performance.Logging
- DelayedLoop(Category, String) - Static method in class org.apache.log4j.performance.Logging
- delay - Static variable in class org.apache.log4j.performance.Logging
- doAppend(LoggingEvent) - Method in class org.apache.log4j.performance.NullAppender
F
- FullyOptimizedComplexMessage(Category, long) - Static method in class org.apache.log4j.performance.NotLogging
- flush() - Method in class org.apache.log4j.performance.NOPWriter
H
- head - Static variable in class org.apache.log4j.performance.ListVsVector
I
- INEXISTENT_LONG_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- INEXISTENT_MEDIUM_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- INEXISTENT_SHORT_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- INITIAL_HASH_SIZE - Static variable in class org.apache.log4j.performance.NotLogging
- init(String, String, String, String) - Static method in class org.apache.log4j.performance.Logging
- Program wide initialization method.
L
- LONG_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- ListVsVector - class org.apache.log4j.performance.ListVsVector.
- Compares the performance of looping through a list versus a Vector.
- ListVsVector() - Constructor for class org.apache.log4j.performance.ListVsVector
- ListVsVector.Chain - class org.apache.log4j.performance.ListVsVector.Chain.
- ListVsVector.Chain(String) - Constructor for class org.apache.log4j.performance.ListVsVector.Chain
- Logging - class org.apache.log4j.performance.Logging.
- Measure the performance of logging.
- Logging() - Constructor for class org.apache.log4j.performance.Logging
- loopChain() - Static method in class org.apache.log4j.performance.ListVsVector
- loopVector() - Static method in class org.apache.log4j.performance.ListVsVector
M
- MEDIUM_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- main(String[]) - Static method in class org.apache.log4j.performance.ConcatVsArray
- main(String[]) - Static method in class org.apache.log4j.performance.ListVsVector
- main(String[]) - Static method in class org.apache.log4j.performance.Logging
- Usage:
java org.apache.log4j.performance.Logging confFile runLength [delay] [burstLen] - main(String[]) - Static method in class org.apache.log4j.performance.NewVsSetLen
- main(String[]) - Static method in class org.apache.log4j.performance.NotLogging
- main(String[]) - Static method in class org.apache.log4j.performance.SystemTime
N
- NOPWriter - class org.apache.log4j.performance.NOPWriter.
- Extends java.io.Writer with methods that return immediately without doing anything.
- NOPWriter() - Constructor for class org.apache.log4j.performance.NOPWriter
- NewVsSetLen - class org.apache.log4j.performance.NewVsSetLen.
- This program compares the cost of creating a new StringBuffer and converting it to a String versus keeping the same StringBuffer, setting its size to zero and then converting it to String.
- NewVsSetLen() - Constructor for class org.apache.log4j.performance.NewVsSetLen
- NoDelayLoop(Category, String) - Static method in class org.apache.log4j.performance.Logging
- NotLogging - class org.apache.log4j.performance.NotLogging.
- Measure the performance of evaluating whether to log or not to log, but not actually logging.
- NotLogging() - Constructor for class org.apache.log4j.performance.NotLogging
- NullAppender - class org.apache.log4j.performance.NullAppender.
- A bogus appender which calls the format method of its layout object but does not write the result anywhere.
- NullAppender() - Constructor for class org.apache.log4j.performance.NullAppender
- NullAppender(Layout) - Constructor for class org.apache.log4j.performance.NullAppender
- newBuffer(int, int) - Static method in class org.apache.log4j.performance.NewVsSetLen
- next - Variable in class org.apache.log4j.performance.ListVsVector.Chain
O
- org.apache.log4j.performance - package org.apache.log4j.performance
P
- ProgramInit(String[]) - Static method in class org.apache.log4j.performance.NotLogging
- Program wide initialization method.
R
- RUN_LENGTH - Static variable in class org.apache.log4j.performance.ListVsVector
- RUN_LENGTH - Static variable in class org.apache.log4j.performance.NewVsSetLen
- RUN_LENGTH - Static variable in class org.apache.log4j.performance.SystemTime
- requiresLayout() - Method in class org.apache.log4j.performance.NullAppender
- This is a bogus appender but it still uses a layout.
- runLength - Static variable in class org.apache.log4j.performance.Logging
- runLength - Static variable in class org.apache.log4j.performance.NotLogging
S
- SBUF_LEN - Static variable in class org.apache.log4j.performance.NewVsSetLen
- SHORT_CAT - Static variable in class org.apache.log4j.performance.NotLogging
- SHORT_MSG - Static variable in class org.apache.log4j.performance.NotLogging
- SimpleMessage(Category, String, long) - Static method in class org.apache.log4j.performance.NotLogging
- SystemTime - class org.apache.log4j.performance.SystemTime.
- Measures the time required to make a System.currentTimeMillis() and Thread.currentThread().getName() calls.
- SystemTime() - Constructor for class org.apache.log4j.performance.SystemTime
- s - Variable in class org.apache.log4j.performance.ListVsVector.Chain
- s - Static variable in class org.apache.log4j.performance.NewVsSetLen
- s - Static variable in class org.apache.log4j.performance.NullAppender
- sbuf - Static variable in class org.apache.log4j.performance.NewVsSetLen
- setLen(int, int) - Static method in class org.apache.log4j.performance.NewVsSetLen
- setNext(ListVsVector.Chain) - Method in class org.apache.log4j.performance.ListVsVector.Chain
- systemCurrentTimeLoop() - Static method in class org.apache.log4j.performance.SystemTime
T
- t - Variable in class org.apache.log4j.performance.NullAppender
- tmp - Static variable in class org.apache.log4j.performance.ListVsVector
U
- Usage() - Static method in class org.apache.log4j.performance.ConcatVsArray
- Usage(String) - Static method in class org.apache.log4j.performance.Logging
- Usage() - Static method in class org.apache.log4j.performance.NotLogging
V
- v - Static variable in class org.apache.log4j.performance.ListVsVector
W
- write(char[]) - Method in class org.apache.log4j.performance.NOPWriter
- write(char[], int, int) - Method in class org.apache.log4j.performance.NOPWriter
- write(int) - Method in class org.apache.log4j.performance.NOPWriter
- write(String) - Method in class org.apache.log4j.performance.NOPWriter
- write(String, int, int) - Method in class org.apache.log4j.performance.NOPWriter
A B C D F H I L M N O P R S T U V W
|
|||||||||
| Home >> All >> org >> apache >> log4j >> [ performance overview ] | PREV NEXT | ||||||||