| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.blob | |
| org.apache.flink.runtime.highavailability | |
| org.apache.flink.runtime.highavailability.zookeeper |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FileSystemBlobStore
Blob store backed by
FileSystem. |
class |
VoidBlobStore
A blob store doing nothing.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static BlobStoreService |
BlobUtils.createBlobStoreFromConfig(org.apache.flink.configuration.Configuration config)
Creates a BlobStore based on the parameters set in the configuration.
|
| 构造器和说明 |
|---|
AbstractHaServices(org.apache.flink.configuration.Configuration config,
Executor ioExecutor,
BlobStoreService blobStoreService,
JobResultStore jobResultStore) |
| 构造器和说明 |
|---|
AbstractZooKeeperHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper,
Executor executor,
org.apache.flink.configuration.Configuration configuration,
BlobStoreService blobStoreService) |
ZooKeeperHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper,
Executor executor,
org.apache.flink.configuration.Configuration configuration,
BlobStoreService blobStoreService)
已过时。
|
ZooKeeperMultipleComponentLeaderElectionHaServices(CuratorFrameworkWithUnhandledErrorListener curatorFrameworkWrapper,
org.apache.flink.configuration.Configuration config,
Executor ioExecutor,
BlobStoreService blobStoreService,
org.apache.flink.runtime.rpc.FatalErrorHandler fatalErrorHandler) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.