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 TransientBlobKey
BlobServer. putTransient(byte[] value)
TransientBlobKey
BlobServer. putTransient(InputStream inputStream)
TransientBlobKey
BlobServer. putTransient(org.apache.flink.api.common.JobID jobId, byte[] value)
TransientBlobKey
BlobServer. putTransient(org.apache.flink.api.common.JobID jobId, InputStream inputStream)
TransientBlobKey
TransientBlobCache. putTransient(byte[] value)
TransientBlobKey
TransientBlobCache. putTransient(InputStream inputStream)
TransientBlobKey
TransientBlobCache. putTransient(org.apache.flink.api.common.JobID jobId, byte[] value)
TransientBlobKey
TransientBlobCache. putTransient(org.apache.flink.api.common.JobID jobId, InputStream inputStream)
TransientBlobKey
TransientBlobService. putTransient(byte[] value)
Uploads the (job-unrelated) data of the given byte array to the BLOB server.TransientBlobKey
TransientBlobService. putTransient(InputStream inputStream)
Uploads the (job-unrelated) data from the given input stream to the BLOB server.TransientBlobKey
TransientBlobService. 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.TransientBlobKey
TransientBlobService. 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 boolean
BlobServer. 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.boolean
BlobServer. deleteFromCache(TransientBlobKey key)
Deletes the (job-unrelated) file associated with the blob key in the local storage of the blob server.boolean
TransientBlobCache. deleteFromCache(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)
boolean
TransientBlobCache. deleteFromCache(TransientBlobKey key)
boolean
TransientBlobService. 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.boolean
TransientBlobService. deleteFromCache(TransientBlobKey key)
Deletes the (job-unrelated) file associated with the provided blob key from the local cache.File
BlobServer. 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.File
BlobServer. getFile(TransientBlobKey key)
Retrieves the local path of a (job-unrelated) file associated with a job and a blob key.File
TransientBlobCache. getFile(org.apache.flink.api.common.JobID jobId, TransientBlobKey key)
File
TransientBlobCache. getFile(TransientBlobKey key)
File
TransientBlobService. 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.File
TransientBlobService. 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 givenTaskExecutor
to 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 givenTaskExecutor
to 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)
-