| Package | Description |
|---|---|
| org.apache.flink.runtime.blob | |
| org.apache.flink.runtime.highavailability | |
| org.apache.flink.runtime.highavailability.zookeeper |
| Modifier and Type | Class and Description |
|---|---|
class |
FileSystemBlobStore
Blob store backed by
FileSystem. |
class |
VoidBlobStore
A blob store doing nothing.
|
| Modifier and Type | Method and Description |
|---|---|
static BlobStoreService |
BlobUtils.createBlobStoreFromConfig(org.apache.flink.configuration.Configuration config)
Creates a BlobStore based on the parameters set in the configuration.
|
| Constructor and Description |
|---|
AbstractHaServices(org.apache.flink.configuration.Configuration config,
LeaderElectionDriverFactory driverFactory,
Executor ioExecutor,
BlobStoreService blobStoreService,
JobResultStore jobResultStore) |
| Constructor and Description |
|---|
ZooKeeperLeaderElectionHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper,
org.apache.flink.configuration.Configuration configuration,
Executor executor,
BlobStoreService blobStoreService) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.