Package com.yourkit.api.controller.v2
Class AllocationProfilingSettings
java.lang.Object
com.yourkit.api.controller.v2.AllocationProfilingSettings
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.This method is deprecated.getMode()Deprecated.This method is deprecated.Deprecated.This method is deprecated.setHeapSamplingInterval(Integer interval) Deprecated.This method is deprecated.setInterval(Integer interval) Sets an allocation profiling interval in bytes forAllocationProfilingMode.BCIandAllocationProfilingMode.HEAP_SAMPLINGmodes.setRecordEach(Integer each) Deprecated.This method is deprecated.setSizeLimit(Integer limit) Deprecated.This method is deprecated.
-
Constructor Details
-
AllocationProfilingSettings
public AllocationProfilingSettings()
-
-
Method Details
-
getMode
-
setMode
- Parameters:
mode-nullmeans default value.
-
getSizeLimit
Deprecated.This method is deprecated. UsegetInterval(). -
setSizeLimit
Deprecated.This method is deprecated. UsesetInterval(Integer). -
getRecordEach
Deprecated.This method is deprecated. UsegetInterval(). -
setRecordEach
Deprecated.This method is deprecated. UsesetInterval(Integer). -
getHeapSamplingInterval
Deprecated.This method is deprecated. UsegetInterval(). -
setHeapSamplingInterval
@Deprecated @NotNull public AllocationProfilingSettings setHeapSamplingInterval(@Nullable Integer interval) Deprecated.This method is deprecated. UsesetInterval(Integer). -
getInterval
- See Also:
-
setInterval
Sets an allocation profiling interval in bytes forAllocationProfilingMode.BCIandAllocationProfilingMode.HEAP_SAMPLINGmodes.When the total bytes allocated by a Java thread exceed the specified interval, the profiler records the allocation details.
- Parameters:
interval- Interval in bytes.nullmeans default agent value.
-