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()
IHAPipelineResetRequest
token
in interface IHAPipelineResetRequest
public UUID getProblemServiceId()
IHAPipelineResetRequest
UUID
of the service that the leader has forced from the
pipelinegetProblemServiceId
in interface IHAPipelineResetRequest
UUID
of the problem service -or- null
if
the leader did not identify a problem service.public long getTimeoutNanos()
IHAPipelineResetRequest
getTimeoutNanos
in interface IHAPipelineResetRequest
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.