public class HAPipelineResetRequest extends Object implements IHAPipelineResetRequest
| Constructor and Description |
|---|
HAPipelineResetRequest(long token,
UUID problemServiceId,
long timeoutNanos) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getProblemServiceId()
The
UUID of the service that the leader has forced from the
pipeline |
long |
getTimeoutNanos()
How long to await the state where the problem service is no longer part
of the write pipeline for a service that is upstream or downstream of the
problem service.
|
long |
token()
The quorum token in effect on the leader when this request was generated.
|
String |
toString() |
public HAPipelineResetRequest(long token,
UUID problemServiceId,
long timeoutNanos)
public long token()
IHAPipelineResetRequesttoken in interface IHAPipelineResetRequestpublic UUID getProblemServiceId()
IHAPipelineResetRequestUUID of the service that the leader has forced from the
pipelinegetProblemServiceId in interface IHAPipelineResetRequestUUID of the problem service -or- null if
the leader did not identify a problem service.public long getTimeoutNanos()
IHAPipelineResetRequestgetTimeoutNanos in interface IHAPipelineResetRequestCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.