| Interface | Description |
|---|---|
| TierConsumerAgent |
The
TierConsumerAgent is the consumer agent of each tier in tiered store, which could
read data from responding tier. |
| TierFactory |
A factory that creates all the components of a tier.
|
| TierMasterAgent |
The master-side agent of a Tier.
|
| TierProducerAgent |
The producer-side agent of a Tier.
|
| TierShuffleDescriptor |
The
TierShuffleDescriptor interface is the shuffle descriptor for a single tier. |
| TierShuffleHandler |
A handler to process the call back result from each tier, the callbacks can be some events, some
errors, some exceptions, etc.
|
| Class | Description |
|---|---|
| NoOpMasterAgent |
The empty implementation for
TierMasterAgent. |
| NoOpTierShuffleDescriptor |
The empty implementation for
TierShuffleDescriptor. |
| UnknownTierShuffleDescriptor |
This is a placeholder when the tier shuffle descriptor should be unknown because the netty
shuffle descriptor is unknown.
|
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.