Interface AvailabilityNotifier
public interface AvailabilityNotifier
AvailabilityNotifier is used to notify that the data from the specific partition and
subpartition in tiered storage is available.-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifyAvailable(TieredStoragePartitionId partitionId, TieredStorageInputChannelId inputChannelId) Notify that the data for the specific partition and input channel is available in tiered storage.
-
Method Details
-
notifyAvailable
void notifyAvailable(TieredStoragePartitionId partitionId, TieredStorageInputChannelId inputChannelId) Notify that the data for the specific partition and input channel is available in tiered storage.- Parameters:
partitionId- the partition id.inputChannelId- the input channel id.
-