| Package | Description |
|---|---|
| org.apache.flink.runtime.resourcemanager | |
| org.apache.flink.runtime.taskexecutor |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransientBlobKey> |
ResourceManager.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId,
String fileName,
FileType fileType,
java.time.Duration timeout) |
CompletableFuture<TransientBlobKey> |
ResourceManagerGateway.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId,
String fileName,
FileType fileType,
java.time.Duration timeout)
Request the file upload from the given
TaskExecutor to the cluster's BlobServer. |
CompletableFuture<TransientBlobKey> |
ResourceManager.requestTaskManagerFileUploadByType(ResourceID taskManagerId,
FileType fileType,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<TransientBlobKey> |
ResourceManagerGateway.requestTaskManagerFileUploadByType(ResourceID taskManagerId,
FileType fileType,
org.apache.flink.api.common.time.Time timeout)
Request the file upload from the given
TaskExecutor to the cluster's BlobServer. |
| Modifier and Type | Method and Description |
|---|---|
static FileType |
FileType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileType[] |
FileType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<TransientBlobKey> |
TaskExecutor.requestFileUploadByNameAndType(String fileName,
FileType fileType,
java.time.Duration timeout) |
CompletableFuture<TransientBlobKey> |
TaskExecutorGateway.requestFileUploadByNameAndType(String fileName,
FileType fileType,
java.time.Duration timeout)
Requests the file upload of the specified name and file type to the cluster's
BlobServer. |
CompletableFuture<TransientBlobKey> |
TaskExecutorGatewayDecoratorBase.requestFileUploadByNameAndType(String fileName,
FileType fileType,
java.time.Duration timeout) |
CompletableFuture<TransientBlobKey> |
TaskExecutor.requestFileUploadByType(FileType fileType,
org.apache.flink.api.common.time.Time timeout) |
CompletableFuture<TransientBlobKey> |
TaskExecutorGateway.requestFileUploadByType(FileType fileType,
org.apache.flink.api.common.time.Time timeout)
Requests the file upload of the specified type to the cluster's
BlobServer. |
CompletableFuture<TransientBlobKey> |
TaskExecutorGatewayDecoratorBase.requestFileUploadByType(FileType fileType,
org.apache.flink.api.common.time.Time timeout) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.