Package com.netcracker.profiler.io
Class HotspotTag
java.lang.Object
com.netcracker.profiler.io.HotspotTag
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionlongstatic Comparator<HotspotTag> intintbytestatic final Stringlonglong -
Constructor Summary
ConstructorsConstructorDescriptionHotspotTag(int id) HotspotTag(int id, Object value) HotspotTag(int id, Object value, long assemblyId) -
Method Summary
-
Field Details
-
COMPARATOR
-
OTHER
- See Also:
-
id
public int id -
count
public int count -
assemblyId
public long assemblyId -
totalTime
public long totalTime -
value
-
reactorStartDate
public long reactorStartDate -
isParallel
public byte isParallel -
parallels
-
-
Constructor Details
-
HotspotTag
public HotspotTag(int id) -
HotspotTag
-
HotspotTag
-
-
Method Details