Package org.jeyzer.profile.data
Class ProfileEntry
- java.lang.Object
-
- org.jeyzer.profile.data.ProfileEntry
-
- Direct Known Subclasses:
ExcludeEntry,ExcludeThreadNameEntry,ExecutorEntry,ExecutorThreadNameEntry,FunctionEntry,LockerEntry,OperationEntry
public abstract class ProfileEntry extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJZR_NAMEstatic StringJZR_PATTERNstatic StringJZR_PATTERN_REGEXstatic StringJZR_PRIORITYstatic StringJZR_SIZEprotected ElementnextNodeprotected Elementnode
-
Constructor Summary
Constructors Constructor Description ProfileEntry(Element node, Element nextNode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()ElementgetNextNode()protected StringgetPattern()intgetPriority()booleannodeEquals(Object obj)booleanpatternEquals(Element nodetoCompare)booleanpriorityEquals(Element nodetoCompare)voidremovePriority()voidupdatePriority(Element sourceNode)
-
-
-
Field Detail
-
JZR_PATTERN
public static final String JZR_PATTERN
- See Also:
- Constant Field Values
-
JZR_PATTERN_REGEX
public static final String JZR_PATTERN_REGEX
- See Also:
- Constant Field Values
-
JZR_NAME
public static final String JZR_NAME
- See Also:
- Constant Field Values
-
JZR_SIZE
public static final String JZR_SIZE
- See Also:
- Constant Field Values
-
JZR_PRIORITY
public static final String JZR_PRIORITY
- See Also:
- Constant Field Values
-
node
protected Element node
-
nextNode
protected Element nextNode
-
-
Method Detail
-
getName
public String getName()
-
getPattern
protected String getPattern()
-
getNextNode
public Element getNextNode()
-
getPriority
public int getPriority()
-
nodeEquals
public boolean nodeEquals(Object obj)
-
patternEquals
public boolean patternEquals(Element nodetoCompare)
-
priorityEquals
public boolean priorityEquals(Element nodetoCompare)
-
updatePriority
public void updatePriority(Element sourceNode)
-
removePriority
public void removePriority()
-
-