Uses of Package
com.jrockit.mc.flightrecorder.provider

Packages that use com.jrockit.mc.flightrecorder.provider
com.jrockit.mc.flightrecorder.provider   
 

Classes in com.jrockit.mc.flightrecorder.provider used by com.jrockit.mc.flightrecorder.provider
EventStorage
          Container that can hold events and iterate over them Events can be added in O(n), instead of O*log(n) for an ArrayList, and without the overhead associated LinkedList.
EventType
          Event type that holds static metadata about an event.
Field
          Abstract base class for fields.
Producer
          Class that represents an event producer.
StorageHelper
          The purpose of this class is store collection of storages so they don't need to be recalculated.
Track
          A time-line where events could be place up on.
TrackGroup
          A container that holds tracks.
 



Copyright © 1999, 2011, Oracle and/or its affiliates. All rights reserved.