Uses of Class
org.apache.flink.runtime.blob.TransientBlobKey
-
-
Uses of TransientBlobKey in org.apache.flink.runtime.blob
Methods in org.apache.flink.runtime.blob that return TransientBlobKey Modifier and Type Method Description TransientBlobKeyBlobServer. putTransient(byte[] value)TransientBlobKeyBlobServer. putTransient(InputStream inputStream)TransientBlobKeyBlobServer. putTransient(org.apache.flink.api.common.JobID jobId, byte[] value)TransientBlobKeyBlobServer. putTransient(org.apache.flink.api.common.JobID jobId, InputStream inputStream)TransientBlobKeyTransientBlobCache. putTransient(byte[] value)TransientBlobKeyTransientBlobCache. putTransient(InputStream inputStream)TransientBlobKeyTransientBlobCache. putTransient(org.apache.flink.api.common.JobID jobId, byte[] value)TransientBlobKeyTransientBlobCache. putTransient(org.apache.flink.api.common.JobID jobId, InputStream inputStream)TransientBlobKeyTransientBlobService. putTransient(byte[] value)Uploads the (job-unrelated) data of the given byte array to the BLOB server.TransientBlobKeyTransientBlobService. putTransient(InputStream inputStream)Uploads the (job-unrelated) data from the given input stream to the BLOB server.TransientBlobKeyTransientBlobService. putTransient(org.apache.flink.api.common.JobID jobId, byte[] value)Uploads the data of the given byte array for the given job to the BLOB server.TransientBlobKeyTransientBlobService. putTransient(org.apache.flink.api.common.JobID jobId, InputStream inputStream)Uploads the data from the given input stream for the given job to the BLOB server.Methods in org.apache.flink.runtime.blob with parameters of type TransientBlobKey Modifier and Type Method Description booleanBlobServer. deleteFromCache(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)Deletes the file associated with the blob key in the local storage of the blob server.booleanBlobServer. deleteFromCache(TransientBlobKey key)Deletes the (job-unrelated) file associated with the blob key in the local storage of the blob server.booleanTransientBlobCache. deleteFromCache(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)booleanTransientBlobCache. deleteFromCache(TransientBlobKey key)booleanTransientBlobService. deleteFromCache(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)Deletes the file associated with the provided job ID and blob key from the local cache.booleanTransientBlobService. deleteFromCache(TransientBlobKey key)Deletes the (job-unrelated) file associated with the provided blob key from the local cache.FileBlobServer. getFile(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)Retrieves the local path of a file associated with a job and a blob key.FileBlobServer. getFile(TransientBlobKey key)Retrieves the local path of a (job-unrelated) file associated with a job and a blob key.FileTransientBlobCache. getFile(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)FileTransientBlobCache. getFile(TransientBlobKey key)FileTransientBlobService. getFile(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)Returns the path to a local copy of the file associated with the provided job ID and blob key.FileTransientBlobService. getFile(TransientBlobKey key)Returns the path to a local copy of the (job-unrelated) file associated with the provided blob key. -
Uses of TransientBlobKey in org.apache.flink.runtime.resourcemanager
Methods in org.apache.flink.runtime.resourcemanager that return types with arguments of type TransientBlobKey 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 TransientBlobKey in org.apache.flink.runtime.rest.handler.taskmanager
Methods in org.apache.flink.runtime.rest.handler.taskmanager that return types with arguments of type TransientBlobKey Modifier and Type Method Description protected abstract CompletableFuture<TransientBlobKey>AbstractTaskManagerFileHandler. requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID,String> taskManagerIdAndFileName)protected CompletableFuture<TransientBlobKey>TaskManagerCustomLogHandler. requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID,String> taskManagerIdAndFileName)protected CompletableFuture<TransientBlobKey>TaskManagerLogFileHandler. requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID,String> taskManagerIdAndFileName)protected CompletableFuture<TransientBlobKey>TaskManagerProfilingFileHandler. requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID,String> taskManagerIdAndFileName)protected CompletableFuture<TransientBlobKey>TaskManagerStdoutFileHandler. requestFileUpload(ResourceManagerGateway resourceManagerGateway, org.apache.flink.api.java.tuple.Tuple2<ResourceID,String> taskManagerIdAndFileName) -
Uses of TransientBlobKey in org.apache.flink.runtime.taskexecutor
Methods in org.apache.flink.runtime.taskexecutor that return types with arguments of type TransientBlobKey Modifier and Type Method Description CompletableFuture<TransientBlobKey>TaskExecutor. requestFileUploadByName(String fileName, Duration timeout)CompletableFuture<TransientBlobKey>TaskExecutorGateway. requestFileUploadByName(String fileName, Duration timeout)Requests the file upload of the specified name to the cluster'sBlobServer.CompletableFuture<TransientBlobKey>TaskExecutorGatewayDecoratorBase. requestFileUploadByName(String fileName, Duration timeout)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)
-