|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.endeca.infront.assembler.perf.config.LoggableEventConfiguration
public class LoggableEventConfiguration
A bean to configure what performance events are loggable with
PerfLogTimeEventSerializer.
Record the events for each class that is instrumented for recording performance
events using the Event class.
| Constructor Summary | |
|---|---|
LoggableEventConfiguration()
|
|
| Method Summary | |
|---|---|
String |
getClassName()
Get the class name for this event configuration. |
List<String> |
getEvents()
Get the events to be recorded for this class. |
void |
setClassName(String className)
Sets the class name for this event configuration |
void |
setEvents(List<String> events)
Set the event names to be recorded that are related to this class. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggableEventConfiguration()
| Method Detail |
|---|
public String getClassName()
public void setClassName(String className)
className - The class name for this event configurationpublic List<String> getEvents()
public void setEvents(List<String> events)
events - List of event names for this class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||