| Package | Description |
|---|---|
| org.apache.flink.runtime.blob |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlobStore
A blob store.
|
interface |
BlobStoreService
Service interface for the BlobStore which allows to close and clean up its data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemBlobStore
Blob store backed by
FileSystem. |
class |
VoidBlobStore
A blob store doing nothing.
|
| Modifier and Type | Field and Description |
|---|---|
protected BlobView |
AbstractBlobCache.blobView
Blob store for distributed file storage, e.g.
|
| Constructor and Description |
|---|
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–2020 The Apache Software Foundation. All rights reserved.