public interface AvailabilityNotifier
AvailabilityNotifier is used to notify that the data from the specific partition and
subpartition in tiered storage is available.| Modifier and Type | Method and Description |
|---|---|
void |
notifyAvailable(TieredStoragePartitionId partitionId,
TieredStorageSubpartitionId subpartitionId)
Notify that the data from the specific partition and subpartition is available in tiered
storage.
|
void notifyAvailable(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId)
partitionId - the partition id.subpartitionId - the subpartition id.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.