RecordedEvent
.
Modifier and Type | Field and Description |
---|---|
private RecordedEvent[] | |
private int | |
private boolean | |
private final EventType | |
private long | |
private long | |
private final boolean | |
private final int | |
private final ObjectContext | |
private boolean | |
private final Parser[] | |
private static final JdkJfrConsumer | |
private final int | |
private long | |
private final TimeConverter | |
private final RecordedEvent | |
private final List |
Access | Constructor and Description |
---|---|
pack-priv |
Modifier and Type | Method and Description |
---|---|
private RecordedEvent | |
public EventType | |
private boolean | |
public boolean | |
public RecordedEvent | parse(RecordingInput
input to read from input)Implements abstract jdk. Parses data from a |
public Object | parseReferences(RecordingInput
input to read from, not input)null Overrides jdk. Parses data from a |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | |
public void | skip(RecordingInput
input to read from input)Implements abstract jdk. Skips data that would usually be by parsed the |
cached | back to summary |
---|---|
private RecordedEvent[] cached |
cacheIndex | back to summary |
---|---|
private int cacheIndex |
enabled | back to summary |
---|---|
private boolean enabled |
eventType | back to summary |
---|---|
private final EventType eventType |
filterEnd | back to summary |
---|---|
private long filterEnd |
filterStart | back to summary |
---|---|
private long filterStart |
hasDuration | back to summary |
---|---|
private final boolean hasDuration |
length | back to summary |
---|---|
private final int length |
objectContext | back to summary |
---|---|
private final ObjectContext objectContext |
ordered | back to summary |
---|---|
private boolean ordered |
parsers | back to summary |
---|---|
private final Parser[] parsers |
PRIVATE_ACCESS | back to summary |
---|---|
private static final JdkJfrConsumer PRIVATE_ACCESS |
startIndex | back to summary |
---|---|
private final int startIndex |
thresholdNanos | back to summary |
---|---|
private long thresholdNanos |
timeConverter | back to summary |
---|---|
private final TimeConverter timeConverter |
unorderedEvent | back to summary |
---|---|
private final RecordedEvent unorderedEvent |
valueDescriptors | back to summary |
---|---|
private final List<ValueDescriptor> valueDescriptors |
EventParser | back to summary |
---|---|
pack-priv EventParser(TimeConverter timeConverter, EventType type, Parser[] parsers) |
cachedEvent | back to summary |
---|---|
private RecordedEvent cachedEvent() |
getEventType | back to summary |
---|---|
public EventType getEventType() |
hasReuse | back to summary |
---|---|
private boolean hasReuse() |
isEnabled | back to summary |
---|---|
public boolean isEnabled() |
parse | back to summary |
---|---|
public RecordedEvent parse(RecordingInput input) throws IOException Implements abstract jdk. Doc from jdk. Parses data from a
|
parseReferences | back to summary |
---|---|
public Object parseReferences(RecordingInput input) throws IOException Overrides jdk. Doc from jdk. Parses data from a
|
resetCache | back to summary |
---|---|
public void resetCache() |
setEnabled | back to summary |
---|---|
public void setEnabled(boolean enabled) |
setFilterEnd | back to summary |
---|---|
public void setFilterEnd(long filterEnd) |
setFilterStart | back to summary |
---|---|
public void setFilterStart(long filterStart) |
setOrdered | back to summary |
---|---|
public void setOrdered(boolean ordered) |
setReuse | back to summary |
---|---|
public void setReuse(boolean reuse) |
setThresholdNanos | back to summary |
---|---|
public void setThresholdNanos(long thresholdNanos) |
skip | back to summary |
---|---|
public void skip(RecordingInput input) throws IOException Implements abstract jdk. Doc from jdk. Skips data that would usually be by parsed the
|