public interface TierShuffleHandler
When the tier happens some events, the tier will call these methods, then the framework can process the events.
| Modifier and Type | Method and Description |
|---|---|
void |
onFatalError(Throwable throwable)
A callback to process the fatal error (if the error exists).
|
CompletableFuture<?> |
onReleasePartitions(Collection<TieredStoragePartitionId> partitionIds)
A callback to process the event of releasing a collection of tiered result partitions.
|
CompletableFuture<?> onReleasePartitions(Collection<TieredStoragePartitionId> partitionIds)
void onFatalError(Throwable throwable)
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.