Uses of Enum Class
org.alfresco.elasticsearch.batchindexing.model.DeadLetterDocument.FailureStage
Packages that use DeadLetterDocument.FailureStage
Package
Description
-
Uses of DeadLetterDocument.FailureStage in org.alfresco.elasticsearch.batchindexing
Methods in org.alfresco.elasticsearch.batchindexing with parameters of type DeadLetterDocument.FailureStageModifier and TypeMethodDescriptionvoidDlqWriter.recordSkip(Long dbId, String nodeRef, Long sourceCommitTimeMs, DeadLetterDocument.FailureStage stage, String failureType, String failureReason) Same asDlqWriter.recordSkip(Long, String, Long, FailureStage, Throwable)but with the failure classifier / reason supplied as strings.voidDlqWriter.recordSkip(Long dbId, String nodeRef, Long sourceCommitTimeMs, DeadLetterDocument.FailureStage stage, Throwable throwable) Record a give-up event fordbId. -
Uses of DeadLetterDocument.FailureStage in org.alfresco.elasticsearch.batchindexing.model
Methods in org.alfresco.elasticsearch.batchindexing.model that return DeadLetterDocument.FailureStageModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DeadLetterDocument.FailureStage[]DeadLetterDocument.FailureStage.values()Returns an array containing the constants of this enum class, in the order they are declared.