|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.tc.statistics.StatisticType
public class StatisticType
This class indicates how a StatisticRetrievalAction should be automatically captured during a capturing
session.
| Field Summary | |
|---|---|
static StatisticType |
SNAPSHOT
Statistics will be automatically captured during the capturing session, based on the frequency that has been setup on the configuration. |
static StatisticType |
STARTUP
Statistic will be automatically captured at the beginning of a capturing session. |
static StatisticType |
TRIGGERED
Statistics of this type will not captured automatically. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
|
static java.util.Collection |
getAllTypes()
|
static StatisticType |
getType(java.lang.String identifier)
|
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final StatisticType STARTUP
public static final StatisticType SNAPSHOT
public static final StatisticType TRIGGERED
| Method Detail |
|---|
public static StatisticType getType(java.lang.String identifier)
public static java.util.Collection getAllTypes()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object object)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||