| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.messages |
This package contains the messages that are sent between Flink's distributed components to
coordinate the distributed operations.
|
| org.apache.flink.runtime.util | |
| org.apache.flink.runtime.webmonitor.threadinfo |
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ThreadInfoSample> |
ThreadInfoSample.from(Collection<ThreadInfo> threadInfos)
Constructs a collection of
ThreadInfoSamples from a collection of ThreadInfo
samples. |
static Optional<ThreadInfoSample> |
ThreadInfoSample.from(ThreadInfo threadInfo)
Constructs a
ThreadInfoSample from ThreadInfo. |
Collection<ThreadInfoSample> |
TaskThreadInfoResponse.getSamples()
Returns a collection of ThreadInfoSample.
|
| 构造器和说明 |
|---|
TaskThreadInfoResponse(Collection<ThreadInfoSample> samples)
Creates a response to the request to collect thread details samples.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Collection<ThreadInfoSample> |
JvmUtils.createThreadInfoSample(Collection<Long> threadIds,
int maxStackTraceDepth)
Creates a
ThreadInfoSample for a specific thread. |
static Optional<ThreadInfoSample> |
JvmUtils.createThreadInfoSample(long threadId,
int maxStackTraceDepth)
Creates a
ThreadInfoSample for a specific thread. |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<org.apache.flink.shaded.guava30.com.google.common.collect.ImmutableSet<ExecutionAttemptID>,Collection<ThreadInfoSample>> |
JobVertexThreadInfoStats.getSamplesBySubtask()
Returns the a map of thread info samples by subtask (execution ID).
|
| 构造器和说明 |
|---|
JobVertexThreadInfoStats(int requestId,
long startTime,
long endTime,
Map<org.apache.flink.shaded.guava30.com.google.common.collect.ImmutableSet<ExecutionAttemptID>,Collection<ThreadInfoSample>> samplesBySubtask)
Creates a thread details sample.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.