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. requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout)CompletableFuture<TransientBlobKey>ResourceManagerGateway. requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout)Request the file upload from the givenTaskExecutorto the cluster'sBlobServer.CompletableFuture<TransientBlobKey>ResourceManager. requestTaskManagerFileUploadByType(ResourceID taskManagerId, FileType fileType, Duration timeout)CompletableFuture<TransientBlobKey>ResourceManagerGateway. requestTaskManagerFileUploadByType(ResourceID taskManagerId, FileType fileType, Duration 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. requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout)CompletableFuture<TransientBlobKey>TaskExecutorGateway. requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout)Requests the file upload of the specified name and file type to the cluster'sBlobServer.CompletableFuture<TransientBlobKey>TaskExecutorGatewayDecoratorBase. requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout)CompletableFuture<TransientBlobKey>TaskExecutor. requestFileUploadByType(FileType fileType, Duration timeout)CompletableFuture<TransientBlobKey>TaskExecutorGateway. requestFileUploadByType(FileType fileType, Duration timeout)Requests the file upload of the specified type to the cluster'sBlobServer.CompletableFuture<TransientBlobKey>TaskExecutorGatewayDecoratorBase. requestFileUploadByType(FileType fileType, Duration timeout)
-