|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Field | |
|---|---|
| com.jrockit.mc.flightrecorder.provider | |
| Uses of Field in com.jrockit.mc.flightrecorder.provider |
|---|
| Subclasses of Field in com.jrockit.mc.flightrecorder.provider | |
|---|---|
class |
ConstantField
Field that just returns a constant value. |
class |
DurationField
Field that extract the duration from an event. |
class |
EndTimeField
Field that extract the end time from an event. |
class |
EventTypeField
Field that returns the event type for an event. |
class |
EventTypePathField
Field that returns the path of the event type for an event. |
class |
ProducerField
Field that return the producer for an event |
class |
ProducerURIField
Field that returns the URI for the producer of the event. |
class |
ReferenceField
Field that can reference a value in another event Typically used when creating aggregated events. |
class |
StartTimeField
Field that extracts the start time from an event. |
| Methods in com.jrockit.mc.flightrecorder.provider that return Field | |
|---|---|
Field |
EventType.createNumericField(java.lang.String identifier)
Creates a numeric field. |
Field |
EventType.createObjectField(java.lang.String identifier)
Creates a object field. |
Field |
EventType.createStringField(java.lang.String identifier)
Creates a String field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||