Uses of Class
org.apache.flink.runtime.messages.ThreadInfoSample
Packages that use ThreadInfoSample
Package
Description
This package contains the messages that are sent between Flink's distributed components to
coordinate the distributed operations.
-
Uses of ThreadInfoSample in org.apache.flink.runtime.messages
Methods in org.apache.flink.runtime.messages that return types with arguments of type ThreadInfoSampleModifier and TypeMethodDescriptionstatic Optional<ThreadInfoSample>ThreadInfoSample.from(ThreadInfo threadInfo) Constructs aThreadInfoSamplefromThreadInfo.static Map<Long,ThreadInfoSample> ThreadInfoSample.from(Collection<ThreadInfo> threadInfos) Constructs a collection ofThreadInfoSamples from a collection ofThreadInfosamples.TaskThreadInfoResponse.getSamples()Returns a collection of ThreadInfoSample.Constructor parameters in org.apache.flink.runtime.messages with type arguments of type ThreadInfoSampleModifierConstructorDescriptionCreates a response to the request to collect thread details samples. -
Uses of ThreadInfoSample in org.apache.flink.runtime.util
Methods in org.apache.flink.runtime.util that return types with arguments of type ThreadInfoSampleModifier and TypeMethodDescriptionstatic Optional<ThreadInfoSample>JvmUtils.createThreadInfoSample(long threadId, int maxStackTraceDepth) Creates aThreadInfoSamplefor a specific thread.static Map<Long,ThreadInfoSample> JvmUtils.createThreadInfoSample(Collection<Long> threadIds, int maxStackTraceDepth) Creates aThreadInfoSamplefor a specific thread. -
Uses of ThreadInfoSample in org.apache.flink.runtime.webmonitor.threadinfo
Methods in org.apache.flink.runtime.webmonitor.threadinfo that return types with arguments of type ThreadInfoSampleModifier and TypeMethodDescriptionVertexThreadInfoStats.getSamplesBySubtask()Returns the a map of thread info samples by subtask (execution ID).Constructor parameters in org.apache.flink.runtime.webmonitor.threadinfo with type arguments of type ThreadInfoSampleModifierConstructorDescriptionVertexThreadInfoStats(int requestId, long startTime, long endTime, Map<ExecutionAttemptID, Collection<ThreadInfoSample>> samplesBySubtask) Creates a thread details sample.