public class PipelineImmediateDownstreamReplicationException extends AbstractPipelineException
| Constructor and Description |
|---|
PipelineImmediateDownstreamReplicationException(UUID serviceId,
UUID[] priorAndNext,
Throwable t) |
| Modifier and Type | Method and Description |
|---|---|
UUID[] |
getPriorAndNext()
The prior and next service
UUIDs for the service reporting the
problem. |
UUID |
getProblemServiceId()
Return the
UUID of the downstream service - the problem is
reported for the communication channel between the reporting service and
this downstream service. |
UUID |
getReportingServiceId()
Return the
UUID of the service reporting the problem. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UUID getReportingServiceId()
UUID of the service reporting the problem. This is the
service that attempted to replicate a payload to the downstream service
and was unable to replicate the payload due to the reported root cause.public UUID[] getPriorAndNext()
UUIDs for the service reporting the
problem. The problem is with the communication to the "next" service.public UUID getProblemServiceId()
UUID of the downstream service - the problem is
reported for the communication channel between the reporting service and
this downstream service. The downstream service is the service that
should be forced out of the quorum in order to "fix" the pipeline.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.