Uses of Class
org.apache.flink.runtime.taskexecutor.FileType
-
Packages that use FileType Package Description org.apache.flink.runtime.resourcemanager org.apache.flink.runtime.taskexecutor -
-
Uses of FileType in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type FileType Modifier and Type Method Description 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 givenTaskExecutorto the cluster'sBlobServer. -
Uses of FileType in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return FileType Modifier and Type Method Description static FileTypeFileType. 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.Methods in org.apache.flink.runtime.taskexecutor with parameters of type FileType Modifier and Type Method Description 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'sBlobServer.CompletableFuture<TransientBlobKey>TaskExecutorGatewayDecoratorBase. requestFileUploadByType(FileType fileType, org.apache.flink.api.common.time.Time timeout)
-