程序包 | 说明 |
---|---|
org.apache.flink.runtime.blob | |
org.apache.flink.runtime.deployment | |
org.apache.flink.runtime.execution.librarycache | |
org.apache.flink.runtime.filecache |
限定符和类型 | 类和说明 |
---|---|
class |
BlobServer
This class implements the BLOB server.
|
class |
PermanentBlobCache
Provides a cache for permanent BLOB files including a per-job ref-counting and a staged cleanup.
|
限定符和类型 | 方法和说明 |
---|---|
PermanentBlobService |
BlobService.getPermanentBlobService()
Returns a BLOB service for accessing permanent BLOBs.
|
PermanentBlobService |
BlobServer.getPermanentBlobService() |
限定符和类型 | 方法和说明 |
---|---|
void |
TaskDeploymentDescriptor.loadBigData(PermanentBlobService blobService)
Loads externalized data from the BLOB store back to the object.
|
构造器和说明 |
---|
BlobLibraryCacheManager(PermanentBlobService blobService,
FlinkUserCodeClassLoaders.ResolveOrder classLoaderResolveOrder,
String[] alwaysParentFirstPatterns) |
BlobLibraryCacheManager(PermanentBlobService blobService,
FlinkUserCodeClassLoaders.ResolveOrder classLoaderResolveOrder,
String[] alwaysParentFirstPatterns,
FatalErrorHandler fatalErrorHandler) |
构造器和说明 |
---|
FileCache(String[] tempDirectories,
PermanentBlobService blobService) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.