程序包 | 说明 |
---|---|
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.
|
构造器和说明 |
---|
AbstractBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
BlobView blobView,
org.slf4j.Logger logger,
InetSocketAddress serverAddress) |
BlobCacheService(org.apache.flink.configuration.Configuration blobClientConfig,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new BLOB cache.
|
PermanentBlobCache(org.apache.flink.configuration.Configuration blobClientConfig,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new cache for permanent BLOBs which are also available in an HA store.
|
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.