A C D E G H I J L N O S T V 

A

addBookmark(String) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that adds a bookmark at the current time.
addBookmark(String, Color, boolean) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that adds a bookmark at the current time.

C

com.oracle.bedrock.jprofiler - package com.oracle.bedrock.jprofiler
 

D

defaultSamplingStack() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Use the default stack size for sampling.
defaultStack() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Use the default stack size for dynamic instrumentation.
disabled() - Static method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Create a JprofilerProfile that is disabled.
disableTriggerGroup(String) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that disables all triggers with a specified group ID.
disableTriggers() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that disables all triggers.

E

enabled(String) - Static method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Create a JprofilerProfile that is enabled and will use the JProfiler agent at the specified location.
enabledNoWait(String) - Static method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Create a JprofilerProfile that is enabled and will use the JProfiler agent at the specified location.
enableTriggerGroup(String) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that enables all triggers with a specified group ID.
enableTriggers() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that enables all triggers.
equals(Object) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 
equals(Object) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
 

G

getInetAddress() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Obtains the address for the JprofilerProfile listen address (which may be null).
getPort() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Obtains the port for the JprofilerProfile listen address.

H

hashCode() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 
hashCode() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
 

I

isEnabled() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Obtain whether JProfiler is enabled.

J

jniInterception(boolean) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Enable the detection of object allocations via JNI calls.
JProfiler - Class in com.oracle.bedrock.jprofiler
A factory for RemoteCallable to execute JProfiler functions in a JVM running with JProfiler enabled.
JProfiler() - Constructor for class com.oracle.bedrock.jprofiler.JProfiler
 
JprofilerProfile - Class in com.oracle.bedrock.jprofiler
The JProfiler Profile.
JprofilerProfile(boolean, String, JprofilerProfile.ListenAddress, boolean, File, int, boolean, boolean, boolean, Integer, Integer) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile
Constructs a JprofilerProfile.
JprofilerProfile.ListenAddress - Class in com.oracle.bedrock.jprofiler
The listen address that the application will use to listen for JProfiler connections.

L

ListenAddress(int) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Constructs a local JprofilerProfile.ListenAddress for the specified port.
ListenAddress(AvailablePortIterator) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Constructs a local JprofilerProfile.ListenAddress, choosing a port from the AvailablePortIterator.
ListenAddress(Capture<Integer>) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Constructs a local JprofilerProfile.ListenAddress for the specified port.
ListenAddress(InetAddress, int) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Constructs a JprofilerProfile.ListenAddress with the specified port.
ListenAddress(InetAddress, Capture<Integer>) - Constructor for class com.oracle.bedrock.jprofiler.JprofilerProfile.ListenAddress
Constructs a JprofilerProfile.ListenAddress with the specified port.
listenMode() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Start the application in listen mode listening on the default address and port.
listenMode(JprofilerProfile.ListenAddress) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Start the application in listen mode listening on the specified JprofilerProfile.ListenAddress.

N

noWait() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Do not wait for JProfiler to connect when the application JVM starts.

O

offlineMode(int) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Run JProfiler in offline mode using the specified session ID from the file.
offlineMode(File, int) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Run JProfiler in offline mode using the specified configuration XML file and the specified session ID from the file.
onClosing(Platform, Application, OptionsByType) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 
onLaunched(Platform, Application, OptionsByType) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 
onLaunching(Platform, MetaClass, OptionsByType) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 

S

samplingStack(int) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Set the maximum stack size for sampling.
saveSnapshot(File) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that saves a snapshot of all profiling data to disk.
saveSnapshotOnExit(File) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that saves a snapshot of all profiling data to disk when the VM shuts down.
stack(int) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Set the maximum stack size for dynamic instrumentation.
startAllocRecording(boolean) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of memory allocations.
startAllocRecording(boolean, TrackingOptions) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of memory allocations.
startCallTracer(int, boolean, boolean) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts the call tracer.
startCPURecording(boolean) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording CPU data.
startCPURecording(boolean, TrackingOptions) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording CPU data.
startMethodStatsRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts method statistics recording.
startMonitorRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of monitor usage with default thresholds of 100 microseconds for blocking events and 100 ms for waiting events.
startMonitorRecording(int, int) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of monitor usage.
startProbeRecording(String, boolean) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording data for a selected probe.
startProbeRecording(String, ProbeRecordingOptions) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording data for a selected probe.
startProbeTracking(String, String[], ProbeObjectType, ProbeValueType) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts tracking selected elements for a selected probe.
startSuspended() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
Start the application suspended and wait for JProfiler to connect.
startThreadProfiling() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of thread states and monitor usage.
startVMTelemetryRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that starts recording of VM telemetry data.
stopAllocRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops recording of memory allocations.
stopCallTracer() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops the call tracer.
stopCPURecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops CPU recording.
stopMethodStatsRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops method statistics recording.
stopMonitorRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that Stop recording of monitor usage.
stopProbeRecording(String) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops recording data for a selected probe.
stopProbeTracking(String, String[], ProbeObjectType, ProbeValueType) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops tracking selected elements for a selected probe.
stopThreadProfiling() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops recording of thread states and monitor usage.
stopVMTelemetryRecording() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that stops recording of VM telemetry data.

T

toString() - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
 
triggerHeapDump() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that triggers a heap dump.
triggerHeapDump(HeapDumpOptions) - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that triggers a heap dump.
triggerThreadDump() - Static method in class com.oracle.bedrock.jprofiler.JProfiler
Create a JProfiler that triggers a thread dump.

V

verbose(boolean) - Method in class com.oracle.bedrock.jprofiler.JprofilerProfile
JProfiler will print the names of all instrumented classes to stderr.
A C D E G H I J L N O S T V 
Skip navigation links

Copyright © 2018. All rights reserved.