Interface SegmentNotFoundExceptionListener

  • All Known Implementing Classes:
    FileStoreStats

    public interface SegmentNotFoundExceptionListener
    Listener for SegmentNotFoundException. Its purpose is to e.g. provide meaningful logging information about these exceptions.
    • Method Detail

      • notify

        void notify​(@NotNull
                    @NotNull SegmentId id,
                    @NotNull
                    @NotNull SegmentNotFoundException snfe)
        Notification about SegmentNotFoundException thrown by the underlying store in a meaningful way. E.g. by logging it.
        Parameters:
        id - the segment id of the offending Segment
        snfe - the raised exception