Uses of Interface
org.apache.jackrabbit.oak.plugins.document.check.Result
-
Packages that use Result Package Description org.apache.jackrabbit.oak.plugins.document.check -
-
Uses of Result in org.apache.jackrabbit.oak.plugins.document.check
Classes in org.apache.jackrabbit.oak.plugins.document.check that implement Result Modifier and Type Class Description classExceptionResultExceptionResult...Fields in org.apache.jackrabbit.oak.plugins.document.check declared as Result Modifier and Type Field Description static ResultResult. ENDMethods in org.apache.jackrabbit.oak.plugins.document.check that return Result Modifier and Type Method Description protected ResultProgress. newProgressResult(long numDocs, Path path)protected ResultProgressWithETA. newProgressResult(long numDocs, Path path)Method parameters in org.apache.jackrabbit.oak.plugins.document.check with type arguments of type Result Modifier and Type Method Description protected abstract Optional<Callable<Void>>AsyncDocumentProcessor. createTask(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)protected Optional<Callable<Void>>AsyncNodeStateProcessor. createTask(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)protected Optional<Callable<Void>>ConsistencyCheck. createTask(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)protected Optional<Callable<Void>>OrphanedNodeCheck. createTask(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)voidCompositeDocumentProcessor. end(@NotNull BlockingQueue<Result> results)default voidDocumentProcessor. end(@NotNull BlockingQueue<Result> results)This method is called after the last document has been processed.voidNodeCounter. end(@NotNull BlockingQueue<Result> results)voidSummary. end(@NotNull BlockingQueue<Result> results)voidAsyncDocumentProcessor. processDocument(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)voidCompositeDocumentProcessor. processDocument(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)voidDocumentProcessor. processDocument(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)Process the given document and publish the result to theresultsqueue.voidProgress. processDocument(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)voidSummary. processDocument(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)protected abstract voidAsyncNodeStateProcessor. runTask(@NotNull Path path, @Nullable NodeState state, @NotNull Consumer<Result> resultConsumer)Responsibility of the subclass to implement the processor logic.protected voidNodeCounter. runTask(@NotNull Path path, @Nullable NodeState state, @NotNull Consumer<Result> resultConsumer)protected voidReferenceCheck. runTask(@NotNull Path path, @Nullable NodeState state, @NotNull Consumer<Result> resultConsumer)Constructor parameters in org.apache.jackrabbit.oak.plugins.document.check with type arguments of type Result Constructor Description NodeStateTask(@NotNull NodeDocument document, @NotNull BlockingQueue<Result> results)ResultWriter(BlockingQueue<Result> results, Consumer<String> resultConsumer)
-