Package | Description |
---|---|
org.apache.flink.runtime.blob | |
org.apache.flink.runtime.minicluster | |
org.apache.flink.runtime.state | |
org.apache.flink.util |
Modifier and Type | Field and Description |
---|---|
protected Reference<File> |
AbstractBlobCache.storageDir
Root directory for local file storage.
|
Modifier and Type | Method and Description |
---|---|
static BlobCacheService |
BlobUtils.createBlobCacheService(Configuration configuration,
Reference<File> fallbackStorageDirectory,
BlobView blobView,
InetSocketAddress serverAddress)
Creates the
BlobCacheService from the given configuration, fallback storage
directory, blob view and blob server address. |
static BlobServer |
BlobUtils.createBlobServer(Configuration configuration,
Reference<File> fallbackStorageDirectory,
BlobStore blobStore)
Creates the
BlobServer from the given configuration, fallback storage directory and
blob store. |
Constructor and Description |
---|
AbstractBlobCache(Configuration blobClientConfig,
Reference<File> storageDir,
BlobView blobView,
org.slf4j.Logger logger,
InetSocketAddress serverAddress) |
BlobCacheService(Configuration blobClientConfig,
Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new BLOB cache.
|
BlobServer(Configuration config,
Reference<File> storageDir,
BlobStore blobStore)
Instantiates a new BLOB server and binds it to a free network port.
|
PermanentBlobCache(Configuration blobClientConfig,
Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress)
Instantiates a new cache for permanent BLOBs which are also available in an HA store.
|
PermanentBlobCache(Configuration blobClientConfig,
Reference<File> storageDir,
BlobView blobView,
InetSocketAddress serverAddress,
BlobCacheSizeTracker blobCacheSizeTracker) |
TransientBlobCache(Configuration blobClientConfig,
Reference<File> storageDir,
InetSocketAddress serverAddress)
Instantiates a new BLOB cache.
|
Constructor and Description |
---|
MiniCluster(MiniClusterConfiguration miniClusterConfiguration,
Supplier<Reference<RpcSystem>> rpcSystemSupplier) |
Constructor and Description |
---|
TaskExecutorLocalStateStoresManager(boolean localRecoveryEnabled,
Reference<File[]> localStateRootDirectories,
Executor discardExecutor) |
Modifier and Type | Method and Description |
---|---|
static <V> Reference<V> |
Reference.borrowed(V value) |
static <V> Reference<V> |
Reference.owned(V value) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.