| Modifier and Type | Interface and Description |
|---|---|
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 |
|---|
BlobServer(org.apache.flink.configuration.Configuration config,
BlobStore blobStore)
Instantiates a new BLOB server and binds it to a free network port.
|
| Modifier and Type | Method and Description |
|---|---|
BlobStore |
HighAvailabilityServices.createBlobStore()
Creates the BLOB store in which BLOBs are stored in a highly-available fashion.
|
| Modifier and Type | Method and Description |
|---|---|
BlobStore |
AbstractNonHaServices.createBlobStore() |
| Modifier and Type | Method and Description |
|---|---|
BlobStore |
ZooKeeperHaServices.createBlobStore() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.