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.
|
Constructor and Description |
---|
BlobCache(InetSocketAddress serverAddress,
Configuration blobClientConfig,
BlobView blobView)
Instantiates a new BLOB cache.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.