| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
TierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService)
Creates the consumer-side agent of a Tier.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DiskTierConsumerAgent
The data client is used to fetch data from disk tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
DiskTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Class and Description |
|---|---|
class |
MemoryTierConsumerAgent
The data client is used to fetch data from memory tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
MemoryTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteTierConsumerAgent
The data client is used to fetch data from remote tier.
|
| Modifier and Type | Method and Description |
|---|---|
TierConsumerAgent |
RemoteTierFactory.createConsumerAgent(List<TieredStorageConsumerSpec> tieredStorageConsumerSpecs,
TieredStorageNettyService nettyService) |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.