| Modifier and Type | Method and Description |
|---|---|
List<TierFactory> |
TieredStorageConfiguration.getTierFactories() |
| Modifier and Type | Method and Description |
|---|---|
static List<TierFactory> |
TierFactoryInitializer.initializeTierFactories(org.apache.flink.configuration.Configuration configuration)
Initializes and returns a list of
TierFactory instances according to the specified
TieredStorageConfiguration's persistent level. |
| Constructor and Description |
|---|
TieredStorageConsumerClient(List<TierFactory> tierFactories,
List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
List<List<TierShuffleDescriptor>> tierShuffleDescriptors,
TieredStorageNettyService nettyService) |
| Modifier and Type | Class and Description |
|---|---|
class |
DiskTierFactory
The implementation of
TierFactory for disk tier. |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTierFactory
The implementation of
TierFactory for memory tier. |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTierFactory
The implementation of
TierFactory for remote tier. |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.