| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.blob |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
BlobStore
A blob store.
|
interface |
BlobStoreService
Service interface for the BlobStore which allows to close and clean up its data.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileSystemBlobStore
Blob store backed by
FileSystem. |
class |
VoidBlobStore
A blob store doing nothing.
|
| 限定符和类型 | 字段和说明 |
|---|---|
protected BlobView |
AbstractBlobCache.blobView
Blob store for distributed file storage, e.g. in HA.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BlobCacheService |
BlobUtils.createBlobCacheService(org.apache.flink.configuration.Configuration configuration,
org.apache.flink.util.Reference<File> fallbackStorageDirectory,
BlobView blobView,
InetSocketAddress serverAddress)
Creates the
BlobCacheService from the given configuration, fallback storage
directory, blob view and blob server address. |
| 构造器和说明 |
|---|
AbstractBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
org.apache.flink.util.Reference<File> storageDir,
BlobView blobView,
org.slf4j.Logger logger,
InetSocketAddress serverAddress) |
BlobCacheService(org.apache.flink.configuration.Configuration blobClientConfig,
File storageDir,
BlobView blobView,
InetSocketAddress serverAddress) |
BlobCacheService(org.apache.flink.configuration.Configuration blobClientConfig,
org.apache.flink.util.Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new BLOB cache.
|
PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
File storageDir,
BlobView blobView,
InetSocketAddress serverAddress) |
PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
File storageDir,
BlobView blobView,
InetSocketAddress serverAddress,
BlobCacheSizeTracker blobCacheSizeTracker) |
PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
org.apache.flink.util.Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new cache for permanent BLOBs which are also available in an HA store.
|
PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
org.apache.flink.util.Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress,
BlobCacheSizeTracker blobCacheSizeTracker) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.