| Package | Description |
|---|---|
| org.apache.flink.runtime.blob | |
| org.apache.flink.runtime.highavailability | |
| org.apache.flink.runtime.highavailability.nonha |
| 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 |
AbstractHaServices.createBlobStore() |
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() |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.