public interface AvailabilityNotifier
AvailabilityNotifier is used to notify that the data from the specific partition and
subpartition in tiered storage is available.| 限定符和类型 | 方法和说明 |
|---|---|
void |
notifyAvailable(TieredStoragePartitionId partitionId,
TieredStorageInputChannelId inputChannelId)
Notify that the data for the specific partition and input channel is available in tiered
storage.
|
void notifyAvailable(TieredStoragePartitionId partitionId, TieredStorageInputChannelId inputChannelId)
partitionId - the partition id.inputChannelId - the input channel id.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.