Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accepts(Object) - Method in class com.yourkit.probes.ClassChecker
- add(Key) - Method in class com.yourkit.probes.ObjectSet
- addFirst(Key) - Method in class com.yourkit.probes.ObjectSet
- advanceGeneration(String) - Method in class com.yourkit.api.controller.v2.Controller
-
Advances object generation number.
- ALL - Static variable in enum class com.yourkit.api.ProbeActivityMode
- ALLATORI - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
Allatori
- AllocationProfilingMode - Enum Class in com.yourkit.api.controller.v2
- AllocationProfilingSettings - Class in com.yourkit.api.controller.v2
- AllocationProfilingSettings() - Constructor for class com.yourkit.api.controller.v2.AllocationProfilingSettings
- Annotations - Class in com.yourkit.api
-
Provides access to snapshot annotations.
- AUTO - Enum constant in enum class com.yourkit.api.ProbeActivityMode
B
- build() - Method in class com.yourkit.api.controller.v2.Controller.Builder
C
- CallCounter - Class in com.yourkit.probes
-
Monitor lasting events like method calls, e.g.
- CallCounter(String, String...) - Constructor for class com.yourkit.probes.CallCounter
- callMethod0(Class<?>, Object, String, CallStatus) - Static method in class com.yourkit.probes.ReflectionUtil
-
Invokes instance or static method with no parameters and any return type.
- callMethod0(Object, String) - Static method in class com.yourkit.probes.ReflectionUtil
-
Invokes instance method with no parameters and any return type.
- callMethod0(Object, String, CallStatus) - Static method in class com.yourkit.probes.ReflectionUtil
-
Invokes instance method with no parameters and any return type.
- callMethod1(Class<?>, Object, String, Object, CallStatus) - Static method in class com.yourkit.probes.ReflectionUtil
-
Invokes a method with one parameter and any return type.
- CallStatus - Class in com.yourkit.probes
- CallStatus() - Constructor for class com.yourkit.probes.CallStatus
- captureHprofSnapshot() - Method in class com.yourkit.api.controller.v2.Controller
-
Captures snapshot with heap data in HPROF format.
- captureMemorySnapshot() - Method in class com.yourkit.api.controller.v2.Controller
-
Captures snapshot with heap data.
- capturePerformanceSnapshot() - Method in class com.yourkit.api.controller.v2.Controller
-
Captures snapshot without heap data.
- ClassChecker - Class in com.yourkit.probes
- ClassChecker(String...) - Constructor for class com.yourkit.probes.ClassChecker
- ClassNameColumn - Class in com.yourkit.probes
- ClassNameColumn(String) - Constructor for class com.yourkit.probes.ClassNameColumn
- ClassRef - Annotation Interface in com.yourkit.probes
- clearEventTables(List<? extends String>) - Method in class com.yourkit.api.controller.v2.Controller
-
Clears event table(s) by name.
- closeOnEnter(T) - Method in class com.yourkit.probes.ResourceRegistry
-
Use in
onEnter
callback - closeOnExit(int, Throwable) - Method in class com.yourkit.probes.ResourceRegistry
-
Use in
onExit
callback - closeRow(int, Throwable) - Method in class com.yourkit.probes.Table
-
Invoke this method when a lasting event ends.
- Column - Class in com.yourkit.probes
-
Base class for
Table
columns filled by user (as opposite to automatically filled columns specified via table mask - seeTable(Class, String, long)
andTable(Class, Table, String, long)
for detail). - com.yourkit.api - package com.yourkit.api
- com.yourkit.api.controller - package com.yourkit.api.controller
- com.yourkit.api.controller.v2 - package com.yourkit.api.controller.v2
- com.yourkit.probes - package com.yourkit.probes
- com.yourkit.probes.builtin - package com.yourkit.probes.builtin
- connectTimeout(int) - Method in class com.yourkit.api.controller.v2.Controller.Builder
- contains(Key) - Method in class com.yourkit.probes.ObjectSet
- containsKey(Object) - Method in class com.yourkit.probes.WeakKeyMap
-
Returns
TRUE
if this map contains a mapping for the specified key. - containsKey(Key) - Method in class com.yourkit.probes.ObjectRowIndexMap
- Controller - Class in com.yourkit.api.controller.v2
-
The class provides API to control profiling of Java applications.
- Controller.Builder - Class in com.yourkit.api.controller.v2
- ControllerException - Exception Class in com.yourkit.api.controller
- ControllerException(String) - Constructor for exception class com.yourkit.api.controller.ControllerException
- Counter - Class in com.yourkit.probes
-
Presents a bunch of values for some entity.
- Counter(String, String...) - Constructor for class com.yourkit.probes.Counter
- COUNTING - Enum constant in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Light-weight allocation recoding mode which counts allocated objects by class and method.
- CpuProfilingSettings - Class in com.yourkit.api.controller.v2
- CpuProfilingSettings() - Constructor for class com.yourkit.api.controller.v2.CpuProfilingSettings
- createRow() - Method in class com.yourkit.probes.Table
- createRow(int) - Method in class com.yourkit.probes.Table
-
Create a row in a dependent table, i.e.
D
- deleteRow(int) - Method in class com.yourkit.probes.Table
- DependentResourceRegistry<T,
P> - Class in com.yourkit.probes -
A subclass of
ResourceRegistry
representing dependent resources, i.e. - DependentResourceRegistry(ResourceRegistry<P, ?>, String, String) - Constructor for class com.yourkit.probes.DependentResourceRegistry
- DISCARD - Enum constant in enum class com.yourkit.probes.FailedEventPolicy
-
Do not store the event
- DiscardThrownException - Annotation Interface in com.yourkit.probes
E
- EXACT_STACKS - Enum constant in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Allocation profiling mode controlled with the options
recordEach
andsizeLimit
and recording exact stack traces.
F
- fail(String) - Method in class com.yourkit.probes.CallStatus
- fail(Throwable) - Method in class com.yourkit.probes.CallStatus
- failed() - Method in class com.yourkit.probes.CallStatus
- FailedEventPolicy - Enum Class in com.yourkit.probes
-
Specify what to do with events corresponding to method calls failed on an exception
- findByValue(int) - Static method in enum class com.yourkit.api.ProbeActivityMode
- forceGc() - Method in class com.yourkit.api.controller.v2.Controller
-
Forces garbage collection in the profiled application.
- ForeignKeyColumn - Class in com.yourkit.probes
- ForeignKeyColumn(Table) - Constructor for class com.yourkit.probes.ForeignKeyColumn
- FULL - Enum constant in enum class com.yourkit.api.controller.v2.ThreadProfilingMode
-
Collect both thread states and stacks.
G
- get(Object) - Method in class com.yourkit.probes.WeakKeyMap
-
Returns the value to which the specified key is mapped, or
NULL
if this map contains no mapping for the key. - get(K) - Method in class com.yourkit.probes.LazyMap
- get(Key) - Method in class com.yourkit.probes.ObjectRowIndexMap
- get(T) - Method in class com.yourkit.probes.ResourceRegistry
- getAddress() - Method in class com.yourkit.api.controller.v2.Controller
- getAllocationProfilingSettings() - Method in class com.yourkit.api.controller.v2.Status
-
Get current object allocation profiling settings.
- getAppName() - Method in class com.yourkit.api.controller.v2.Status
- getCount() - Method in class com.yourkit.api.controller.v2.TotalCreatedObjects
- getDetail(Object) - Method in class com.yourkit.probes.CallCounter
- getFieldPrimValue(Class<?>, Object, String) - Static method in class com.yourkit.probes.ReflectionUtil
-
Gets the value of a field of primitive type, either instance or static.
- getFieldPrimValue(Object, String) - Static method in class com.yourkit.probes.ReflectionUtil
-
Gets the value of an instance field of primitive type.
- getFieldValue(Class<?>, Object, String) - Static method in class com.yourkit.probes.ReflectionUtil
-
Gets value of a reference field, either instance or static
- getFieldValue(Class<?>, Object, String, CallStatus) - Static method in class com.yourkit.probes.ReflectionUtil
-
Gets value of a reference field, either instance or static
- getFieldValue(Object, String) - Static method in class com.yourkit.probes.ReflectionUtil
- getGuid() - Method in class com.yourkit.probes.Counter
-
Unique ID.
- getHeapSamplingInterval() - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
-
Get heap sampling interval applied in the
AllocationProfilingMode.HEAP_SAMPLING
mode. - getJvmTelemetry() - Method in class com.yourkit.api.controller.v2.Controller
- getMask(Object) - Method in class com.yourkit.probes.ClassChecker
-
If the object is an instance of a class at index N in the list passed to the constructor, N-th bit will be set in the returned mask.
- getMode() - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
- getMode() - Method in class com.yourkit.api.controller.v2.ThreadProfilingSettings
- getName() - Method in class com.yourkit.probes.Column
- getObjectCount(String) - Method in class com.yourkit.api.MemorySnapshot
-
Calculates number of objects that correspond to the given description.
- getOpenRow(long) - Static method in class com.yourkit.probes.ResourceRegistry
- getOrCreate(T) - Method in class com.yourkit.probes.ResourceRegistry
- getPath() - Method in class com.yourkit.probes.Counter
-
Presentable path.
- getPersistentObjectId(Object) - Static method in class com.yourkit.probes.JVM
-
Obtain the persistent ID for the specified object.
- getPid() - Method in class com.yourkit.api.controller.v2.Status
- getPid(Process) - Static method in class com.yourkit.probes.PidUtil
- getProbeActivityModes() - Method in class com.yourkit.api.controller.v2.Controller
- getRecordEach() - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
- getResourceTable() - Method in class com.yourkit.probes.ResourceRegistry
- getSettings() - Method in class com.yourkit.api.controller.v2.CpuProfilingSettings
- getShallowSize(String) - Method in class com.yourkit.api.MemorySnapshot
-
Calculates shallow size of objects that correspond to the given description.
- getSize() - Method in class com.yourkit.api.controller.v2.TotalCreatedObjects
- getSizeLimit() - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
- getStatus() - Method in class com.yourkit.api.controller.v2.Controller
- getThrowable() - Method in class com.yourkit.probes.CallStatus
- getTotalCreatedObjects() - Method in class com.yourkit.api.controller.v2.Controller
- getTotalHeapSize() - Method in class com.yourkit.api.controller.v2.JvmTelemetry
- getTriggers() - Method in class com.yourkit.api.controller.v2.Controller
-
Obtains current trigger description.
H
- hasResourceName() - Method in class com.yourkit.probes.ResourceTable
- HEAP_SAMPLING - Enum constant in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Production-ready allocation profiling mode based on the heap sampling event.
- host(String) - Method in class com.yourkit.api.controller.v2.Controller.Builder
I
- InstanceOf - Annotation Interface in com.yourkit.probes
- IntColumn - Class in com.yourkit.probes
- IntColumn(String) - Constructor for class com.yourkit.probes.IntColumn
- isAllocationProfiling() - Method in class com.yourkit.api.controller.v2.Status
-
Check whether object allocation profiling is running.
- isAssignableFrom(Class<?>) - Method in class com.yourkit.probes.ClassChecker
- isAsyncSamplingCpu() - Method in class com.yourkit.api.controller.v2.Status
- isAsyncSamplingPeriodic() - Method in class com.yourkit.api.controller.v2.Status
- isCallCounting() - Method in class com.yourkit.api.controller.v2.Status
- isCpuProfiling() - Method in class com.yourkit.api.controller.v2.Status
-
Check whether any CPU profiling mode is running: tracing, sampling (classic or asynchronous), call counting.
- isEmpty() - Method in class com.yourkit.probes.WeakKeyMap
-
Returns
TRUE
if this map contains no key-value mappings. - isExceptionProfiling() - Method in class com.yourkit.api.controller.v2.Status
- isLivePhase() - Static method in class com.yourkit.probes.JVM
-
Check whether the JVM is in its live phase.
- isMonitorProfiling() - Method in class com.yourkit.api.controller.v2.Status
- isProfilerAgentThread(String) - Static method in class com.yourkit.probes.JVM
-
Check whether thread name belongs to a profiler thread.
- isSampling() - Method in class com.yourkit.api.controller.v2.Status
- isTelemetry() - Method in class com.yourkit.api.controller.v2.Status
- isThreadProfiling() - Method in class com.yourkit.api.controller.v2.Status
- isTracing() - Method in class com.yourkit.api.controller.v2.Status
J
- JVM - Class in com.yourkit.probes
-
Provides native methods needed in some built-in probes.
- JvmTelemetry - Class in com.yourkit.api.controller.v2
- JvmTelemetry() - Constructor for class com.yourkit.api.controller.v2.JvmTelemetry
L
- LASTING_EVENTS - Static variable in class com.yourkit.probes.Table
-
Set this bit in the table mask constructor parameter if the table rows are intended to describe lasting events, i.e.
- LazyMap<K,
V> - Class in com.yourkit.probes -
Lazily obtain and cache expensive calculation results for particular instance.
- LazyMap() - Constructor for class com.yourkit.probes.LazyMap
- LongColumn - Class in com.yourkit.probes
- LongColumn(String) - Constructor for class com.yourkit.probes.LongColumn
M
- mapAlias(T, T) - Method in class com.yourkit.probes.ResourceRegistry
- MASK_FOR_LASTING_EVENTS - Static variable in class com.yourkit.probes.Table
-
Pass this bit mask as the constructor parameter to create a table for lasting events (more about event kinds).
- MASK_FOR_POINT_EVENTS - Static variable in class com.yourkit.probes.Table
-
Pass this bit mask as the constructor parameter to create a table for point events (more about event kinds).
- MasterResourceRegistry<T> - Class in com.yourkit.probes
-
A subclass of
ResourceRegistry
representing top level resources, i.e. - MasterResourceRegistry(Class<?>, String, String) - Constructor for class com.yourkit.probes.MasterResourceRegistry
- MCP - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
MCP mapping used with Minecraft server
- MemorySnapshot - Class in com.yourkit.api
-
The class supports analysis of captured memory snapshots.
- MemorySnapshot(File) - Constructor for class com.yourkit.api.MemorySnapshot
-
Loads memory snapshot for analysis.
- MemorySnapshot(File, ObfuscatorType, File) - Constructor for class com.yourkit.api.MemorySnapshot
-
Loads memory snapshot for analysis, automatically restoring obfuscated class, method and field names.
- message(String, String, String) - Static method in class com.yourkit.probes.builtin.Messages
- Messages - Class in com.yourkit.probes.builtin
-
Provides a utility method to store arbitrary text messages.
- Messages() - Constructor for class com.yourkit.probes.builtin.Messages
- MethodName - Annotation Interface in com.yourkit.probes
- MethodParameterTypes - Annotation Interface in com.yourkit.probes
- MethodPattern - Annotation Interface in com.yourkit.probes
- MethodSignature - Annotation Interface in com.yourkit.probes
- MethodTimeMs - Annotation Interface in com.yourkit.probes
-
Parameter annotated with
@MethodTimeMs
will be assigned to the method execution time in milliseconds. - MethodTimeNs - Annotation Interface in com.yourkit.probes
-
Parameter annotated with
@MethodTimeNs
will be assigned to the method execution time in nanoseconds. - myValue - Variable in enum class com.yourkit.api.ProbeActivityMode
N
- newBuilder() - Static method in class com.yourkit.api.controller.v2.Controller
- NO_ROW - Static variable in class com.yourkit.probes.Table
-
No existing row index is equal to this value
- NONE - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
Obfuscation was not applied
O
- ObfuscatorType - Enum Class in com.yourkit.api
-
Enumeration of supported obfuscators.
- OBJECT_SIG - Static variable in class com.yourkit.probes.ReflectionUtil
- ObjectColumn<T> - Class in com.yourkit.probes
- ObjectColumn(String) - Constructor for class com.yourkit.probes.ObjectColumn
- ObjectRowIndexMap<Key> - Class in com.yourkit.probes
-
A weak map of an object to a row index which is a positive integer value.
- ObjectRowIndexMap() - Constructor for class com.yourkit.probes.ObjectRowIndexMap
- ObjectSet<Key> - Class in com.yourkit.probes
-
A weak set of objects.
- ObjectSet() - Constructor for class com.yourkit.probes.ObjectSet
- OFF - Enum constant in enum class com.yourkit.api.ProbeActivityMode
- ON - Enum constant in enum class com.yourkit.api.ProbeActivityMode
- OnEnterResult - Annotation Interface in com.yourkit.probes
- openOnEnter() - Method in class com.yourkit.probes.DependentResourceRegistry
-
Use in
onEnter
callback - openOnEnter() - Method in class com.yourkit.probes.MasterResourceRegistry
-
Use in
onEnter
callback - openOnExit(long, String, T, Throwable, FailedEventPolicy) - Method in class com.yourkit.probes.MasterResourceRegistry
-
Use in
onExit
callback - openOnExit(long, String, T, P, Throwable, FailedEventPolicy) - Method in class com.yourkit.probes.DependentResourceRegistry
-
Use in
onExit
callback - Out - Annotation Interface in com.yourkit.probes
-
Use with @Params in onEnter callback to provide an ability to override method parameters from the callback
P
- Param - Annotation Interface in com.yourkit.probes
- Params - Annotation Interface in com.yourkit.probes
- PidUtil - Class in com.yourkit.probes
-
This helper class provides a method to retrieve PID from a
Process
instance. - PidUtil() - Constructor for class com.yourkit.probes.PidUtil
- port(int) - Method in class com.yourkit.api.controller.v2.Controller.Builder
- ProbeActivityMode - Enum Class in com.yourkit.api
- Probes - Class in com.yourkit.probes
- Probes() - Constructor for class com.yourkit.probes.Probes
- PROGUARD - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
ProGuard
- put(Key, int) - Method in class com.yourkit.probes.ObjectRowIndexMap
- put(K, V) - Method in class com.yourkit.probes.WeakKeyMap
-
Associates the specified value with the specified key in this map.
- putAtomic(Key, int, int) - Method in class com.yourkit.probes.ObjectRowIndexMap
- putFirst(Key, int) - Method in class com.yourkit.probes.ObjectRowIndexMap
R
- readAnnotation(File) - Static method in class com.yourkit.api.Annotations
- readTimeout(int) - Method in class com.yourkit.api.controller.v2.Controller.Builder
- RECORD - Enum constant in enum class com.yourkit.probes.FailedEventPolicy
-
Store the event in database, indicating that it has failed on exception
- RECORD_STACK_TRACE - Static variable in class com.yourkit.probes.Table
-
Set this bit in the table mask constructor parameter to record current stack trace for each row of the table when the row is
created
. - RECORD_THREAD - Static variable in class com.yourkit.probes.Table
-
Set this bit in the table mask constructor parameter to record current thread for each row of the table when the row is
created
. - ReflectionUtil - Class in com.yourkit.probes
-
Provide reflection utility methods for probes.
- ReflectionUtil() - Constructor for class com.yourkit.probes.ReflectionUtil
- registerProbes(Class<?>...) - Static method in class com.yourkit.probes.Probes
- registerProbes(String...) - Static method in class com.yourkit.probes.Probes
- rejects(Object) - Method in class com.yourkit.probes.ClassChecker
-
Utility method.
- remove(Object) - Method in class com.yourkit.probes.WeakKeyMap
-
Removes the mapping for a key from this weak hash map if it is present.
- remove(Key) - Method in class com.yourkit.probes.ObjectRowIndexMap
- resetAllocationProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears recorded allocations.
- resetCpuProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears current results of CPU profiling in any mode, be it sampling, tracing or call counting.
- resetExceptionProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears recorded exceptions.
- resetMonitorProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears monitor profiling data.
- resetTelemetry() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears telemetry.
- resetThreadProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Clears the collected thread profiling data and continues the thread profiling if it is active.
- ResourceRegistry<T,
P> - Class in com.yourkit.probes -
Don't use this class directly.
- ResourceTable<T> - Class in com.yourkit.probes
-
Account resources associated with objects.
- ResourceTable(Table, String, String) - Constructor for class com.yourkit.probes.ResourceTable
-
Create dependent table
- ResourceTable(Class<?>, String, String) - Constructor for class com.yourkit.probes.ResourceTable
-
Create top table
- RetransformIfInstanceOf - Annotation Interface in com.yourkit.probes
- RETRO_GUARD - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
RetroGuard
- ReturnValue - Annotation Interface in com.yourkit.probes
- reverseProxyPath(String) - Method in class com.yourkit.api.controller.v2.Controller.Builder
S
- SAMPLED_STACKS - Enum constant in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Deprecated.
- self() - Method in class com.yourkit.api.controller.v2.Controller.Builder
-
Creates a controller to profile the application itself, that is the JVM running the code that invokes this method.
- setBytes(int, int) - Method in class com.yourkit.probes.TableIntBytes
- setBytes(int, long) - Method in class com.yourkit.probes.TableLongBytes
- setEventTableRowException(int, Throwable) - Method in class com.yourkit.probes.Table
-
Invoke this method only for a lasting event.
- setFieldObjectValue(Class<?>, Object, String, Object) - Static method in class com.yourkit.probes.ReflectionUtil
-
Sets value to a reference field, either instance or static
- setHeapSamplingInterval(Integer) - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
-
Set the heap sampling interval applied in the
AllocationProfilingMode.HEAP_SAMPLING
mode. - setMinimumRecordedLastingEventTime(int) - Method in class com.yourkit.probes.Table
-
Specifies whether lasting events taking less than the given number of milliseconds should be dropped as the result of their
Table.closeRow(int, Throwable)
. - setMode(AllocationProfilingMode) - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
- setMode(ThreadProfilingMode) - Method in class com.yourkit.api.controller.v2.ThreadProfilingSettings
- setOpenException(int, Throwable) - Method in class com.yourkit.probes.ResourceRegistry
- setProbeActivityModes(String[], int[]) - Static method in class com.yourkit.probes.Probes
- setProbeActivityModes(Map<? extends String, ? extends ProbeActivityMode>) - Method in class com.yourkit.api.controller.v2.Controller
-
Changes probe activity modes of the specified probes.
- setRecordEach(Integer) - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
-
The value is applied in the
AllocationProfilingMode.EXACT_STACKS
mode. - setResourceName(int, String) - Method in class com.yourkit.probes.ResourceTable
- setResourceObject(int, T) - Method in class com.yourkit.probes.ResourceTable
- setSettings(String) - Method in class com.yourkit.api.controller.v2.CpuProfilingSettings
- setSizeLimit(Integer) - Method in class com.yourkit.api.controller.v2.AllocationProfilingSettings
-
The value is applied in the
AllocationProfilingMode.EXACT_STACKS
mode. - setTriggers(String, boolean) - Method in class com.yourkit.api.controller.v2.Controller
-
Sets triggers.
- setValue(int, int) - Method in class com.yourkit.probes.ForeignKeyColumn
- setValue(int, int) - Method in class com.yourkit.probes.IntColumn
- setValue(int, long) - Method in class com.yourkit.probes.LongColumn
- setValue(int, Class) - Method in class com.yourkit.probes.ClassNameColumn
- setValue(int, String) - Method in class com.yourkit.probes.StringColumn
- setValue(int, T) - Method in class com.yourkit.probes.ObjectColumn
- setValueAndResetMinMax(int) - Method in class com.yourkit.probes.CallCounter
- setValueIfPositive(int, int) - Method in class com.yourkit.probes.IntColumn
- setValueIfPositive(int, long) - Method in class com.yourkit.probes.LongColumn
- shouldIgnoreRow(int) - Static method in class com.yourkit.probes.Table
-
Use for optimization purposes: there is no need to obtain values for such rows, thus they will not be stored.
- SIG_SEP - Static variable in class com.yourkit.probes.ReflectionUtil
- size() - Method in class com.yourkit.probes.WeakKeyMap
-
Returns the number of key-value mappings in this map.
- startAllocationProfiling(AllocationProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts object allocation profiling.
- startAsyncSamplingCpu(CpuProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts asynchronous CPU sampling.
- startAsyncSamplingPeriodic(CpuProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts asynchronous periodic sampling.
- startCallCounting() - Method in class com.yourkit.api.controller.v2.Controller
-
Starts CPU call counting.
- startExceptionProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Starts exception profiling.
- startMonitorProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Starts monitor profiling.
- startSampling(CpuProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts CPU sampling.
- startTelemetry() - Method in class com.yourkit.api.controller.v2.Controller
-
Starts collecting performance telemetry.
- startThreadProfiling(ThreadProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts thread profiling.
- startTracing(CpuProfilingSettings) - Method in class com.yourkit.api.controller.v2.Controller
-
Starts CPU tracing.
- STATES - Enum constant in enum class com.yourkit.api.controller.v2.ThreadProfilingMode
-
Collect only thread states.
- Status - Class in com.yourkit.api.controller.v2
- Status() - Constructor for class com.yourkit.api.controller.v2.Status
- stopAllocationProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops allocation profiling.
- stopCpuProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops CPU profiling in any mode, be it sampling, tracing or call counting.
- stopExceptionProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops exception profiling.
- stopMonitorProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops monitor profiling.
- stopTelemetry() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops collecting performance telemetry.
- stopThreadProfiling() - Method in class com.yourkit.api.controller.v2.Controller
-
Stops thread profiling.
- STRING_SIG - Static variable in class com.yourkit.probes.ReflectionUtil
- StringColumn - Class in com.yourkit.probes
- StringColumn(String) - Constructor for class com.yourkit.probes.StringColumn
T
- Table - Class in com.yourkit.probes
-
Data storage table instance.
- TableIntBytes - Class in com.yourkit.probes
-
Utility class: table with one user column of type
IntColumn
to meter transferred bytes - TableIntBytes(ResourceRegistry<?, ?>, String, long) - Constructor for class com.yourkit.probes.TableIntBytes
- TableLongBytes - Class in com.yourkit.probes
-
Utility class: table with one user column of type
LongColumn
to meter transferred bytes - TableLongBytes(ResourceRegistry<?, ?>, String, long) - Constructor for class com.yourkit.probes.TableLongBytes
- This - Annotation Interface in com.yourkit.probes
- ThreadProfilingMode - Enum Class in com.yourkit.api.controller.v2
- ThreadProfilingSettings - Class in com.yourkit.api.controller.v2
- ThreadProfilingSettings() - Constructor for class com.yourkit.api.controller.v2.ThreadProfilingSettings
- ThrownException - Annotation Interface in com.yourkit.probes
- toString() - Method in class com.yourkit.probes.CallStatus
- TotalCreatedObjects - Class in com.yourkit.api.controller.v2
- TotalCreatedObjects() - Constructor for class com.yourkit.api.controller.v2.TotalCreatedObjects
- trustAllSslCertificates(boolean) - Method in class com.yourkit.api.controller.v2.Controller.Builder
U
- unregisterProbes(Class<?>...) - Static method in class com.yourkit.probes.Probes
- unregisterProbes(String...) - Static method in class com.yourkit.probes.Probes
- updateMs(long, Object) - Method in class com.yourkit.probes.CallCounter
- updateNs(long, Object) - Method in class com.yourkit.probes.CallCounter
V
- value() - Element in annotation interface com.yourkit.probes.InstanceOf
- value() - Element in annotation interface com.yourkit.probes.MethodPattern
- value() - Element in annotation interface com.yourkit.probes.Param
- value() - Element in annotation interface com.yourkit.probes.RetransformIfInstanceOf
- valueOf(String) - Static method in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yourkit.api.controller.v2.ThreadProfilingMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yourkit.api.ObfuscatorType
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yourkit.api.ProbeActivityMode
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class com.yourkit.probes.FailedEventPolicy
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.yourkit.api.controller.v2.AllocationProfilingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yourkit.api.controller.v2.ThreadProfilingMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yourkit.api.ObfuscatorType
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yourkit.api.ProbeActivityMode
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class com.yourkit.probes.FailedEventPolicy
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- WeakKeyMap<K,
V> - Class in com.yourkit.probes -
A hash map with weak keys which checks key equality by reference and uses key's identity hash code.
- WeakKeyMap() - Constructor for class com.yourkit.probes.WeakKeyMap
-
Constructs a new, empty
WeakKeyMap
with the default initial capacity (16) and load factor (0.75). - WeakKeyMap(int, float) - Constructor for class com.yourkit.probes.WeakKeyMap
-
Constructs a new, empty
WeakKeyMap
with the given initial capacity and the given load factor. - writeAnnotation(File, String) - Static method in class com.yourkit.api.Annotations
Y
- YGUARD - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
yGuard
Z
- ZELIX_KLASSMASTER - Enum constant in enum class com.yourkit.api.ObfuscatorType
-
Zelix KlassMaster
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form