Modifier and Type | Method and Description |
---|---|
CompletableFuture<ProfilingInfo> |
ResourceManagerGateway.requestProfiling(ResourceID taskManagerId,
int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout)
Requests the profiling instance from the given
TaskExecutor . |
CompletableFuture<ProfilingInfo> |
ResourceManager.requestProfiling(ResourceID taskManagerId,
int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
Modifier and Type | Method and Description |
---|---|
ProfilingInfo.ProfilingMode |
ProfilingInfo.getProfilingMode() |
static ProfilingInfo.ProfilingMode |
ProfilingInfo.ProfilingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfilingInfo.ProfilingMode[] |
ProfilingInfo.ProfilingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ProfilingInfo |
ProfilingInfo.create(long duration,
ProfilingInfo.ProfilingMode mode) |
static ProfilingInfo |
ProfilingInfo.create(ProfilingInfo.ProfilingStatus status,
ProfilingInfo.ProfilingMode mode,
long triggerTime,
long finishedTime,
long duration,
String message,
String outputPath) |
Modifier and Type | Method and Description |
---|---|
ProfilingInfo.ProfilingMode |
ProfilingRequestBody.getMode() |
Constructor and Description |
---|
ProfilingRequestBody(ProfilingInfo.ProfilingMode mode,
int duration) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ProfilingInfo> |
TaskExecutor.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
CompletableFuture<ProfilingInfo> |
TaskExecutorGateway.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout)
Requests the profiling from this TaskManager.
|
CompletableFuture<ProfilingInfo> |
TaskExecutorGatewayDecoratorBase.requestProfiling(int duration,
ProfilingInfo.ProfilingMode mode,
Duration timeout) |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<ProfilingInfo> |
ProfilingService.requestProfiling(String resourceID,
long duration,
ProfilingInfo.ProfilingMode mode) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.