Uses of Interface
org.apache.jackrabbit.oak.segment.SegmentNotFoundExceptionListener
-
Packages that use SegmentNotFoundExceptionListener Package Description org.apache.jackrabbit.oak.segment org.apache.jackrabbit.oak.segment.file -
-
Uses of SegmentNotFoundExceptionListener in org.apache.jackrabbit.oak.segment
Fields in org.apache.jackrabbit.oak.segment declared as SegmentNotFoundExceptionListener Modifier and Type Field Description static SegmentNotFoundExceptionListenerSegmentNotFoundExceptionListener. IGNORE_SNFEListener instance doing nothing on aSegmentNotFoundExceptionstatic SegmentNotFoundExceptionListenerSegmentNotFoundExceptionListener. LOG_SNFEListener instance logging theSegmentNotFoundExceptionat error level. -
Uses of SegmentNotFoundExceptionListener in org.apache.jackrabbit.oak.segment.file
Classes in org.apache.jackrabbit.oak.segment.file that implement SegmentNotFoundExceptionListener Modifier and Type Class Description classFileStoreStatsMethods in org.apache.jackrabbit.oak.segment.file with parameters of type SegmentNotFoundExceptionListener Modifier and Type Method Description @NotNull FileStoreBuilderFileStoreBuilder. withSnfeListener(@NotNull SegmentNotFoundExceptionListener snfeListener)SegmentNotFoundExceptionListenerlistener forSegmentNotFoundException
-