| Package | Description |
|---|---|
| org.apache.flink.runtime.rest.messages |
| Modifier and Type | Method and Description |
|---|---|
ProfilingInfo.ProfilingStatus |
ProfilingInfo.getStatus() |
static ProfilingInfo.ProfilingStatus |
ProfilingInfo.ProfilingStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProfilingInfo.ProfilingStatus[] |
ProfilingInfo.ProfilingStatus.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(ProfilingInfo.ProfilingStatus status,
ProfilingInfo.ProfilingMode mode,
long triggerTime,
long finishedTime,
long duration,
String message,
String outputPath) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.