Uses of Enum
org.apache.flink.runtime.taskexecutor.FileType
Packages that use FileType
-
Uses of FileType in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager with parameters of type FileTypeModifier and TypeMethodDescriptionResourceManager.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout) ResourceManagerGateway.requestTaskManagerFileUploadByNameAndType(ResourceID taskManagerId, String fileName, FileType fileType, Duration timeout) Request the file upload from the givenTaskExecutorto the cluster'sBlobServer.ResourceManager.requestTaskManagerFileUploadByType(ResourceID taskManagerId, FileType fileType, Duration timeout) 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 FileTypeModifier and TypeMethodDescriptionstatic FileTypeReturns 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 FileTypeModifier and TypeMethodDescriptionTaskExecutor.requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout) TaskExecutorGateway.requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout) Requests the file upload of the specified name and file type to the cluster'sBlobServer.TaskExecutorGatewayDecoratorBase.requestFileUploadByNameAndType(String fileName, FileType fileType, Duration timeout) TaskExecutor.requestFileUploadByType(FileType fileType, Duration timeout) TaskExecutorGateway.requestFileUploadByType(FileType fileType, Duration timeout) Requests the file upload of the specified type to the cluster'sBlobServer.TaskExecutorGatewayDecoratorBase.requestFileUploadByType(FileType fileType, Duration timeout)