|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Expansion | |
---|---|
com.jrockit.mc.flightrecorder.provider | |
com.jrockit.mc.flightrecorder.spi |
Uses of Expansion in com.jrockit.mc.flightrecorder.provider |
---|
Methods in com.jrockit.mc.flightrecorder.provider with parameters of type Expansion | |
---|---|
java.util.Iterator<IEvent> |
EventStorage.iterator(IEventFilter filter,
ITimeRange range,
Expansion rs)
Once an iterator is requested no more data can be added to this IRangeHolder without throwing away the old data. |
void |
View.setExpansion(Expansion expanded)
|
Uses of Expansion in com.jrockit.mc.flightrecorder.spi |
---|
Methods in com.jrockit.mc.flightrecorder.spi that return Expansion | |
---|---|
static Expansion |
Expansion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Expansion[] |
Expansion.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in com.jrockit.mc.flightrecorder.spi with parameters of type Expansion | |
---|---|
void |
IView.setExpansion(Expansion expanded)
How to select events. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |