Interface AvailabilityNotifier
-
public interface AvailabilityNotifierAvailabilityNotifieris used to notify that the data from the specific partition and subpartition in tiered storage is available.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifyAvailable(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId)Notify that the data from the specific partition and subpartition is available in tiered storage.
-
-
-
Method Detail
-
notifyAvailable
void notifyAvailable(TieredStoragePartitionId partitionId, TieredStorageSubpartitionId subpartitionId)
Notify that the data from the specific partition and subpartition is available in tiered storage.- Parameters:
partitionId- the partition id.subpartitionId- the subpartition id.
-
-