public class ReIndexJobJson extends Object
Constructor and Description |
---|
ReIndexJobJson(ReIndexJob reIndexJob) |
ReIndexJobJson(String id,
Long startTime,
Long finishTime,
Long duration,
ReIndexStage stage,
boolean acknowledged,
long progress,
Collection<ReIndexNodeStatusJson> nodeStatuses) |
Modifier and Type | Method and Description |
---|---|
@Nullable Long |
getDuration() |
@Nullable Long |
getFinishTime() |
String |
getId() |
Collection<ReIndexNodeStatusJson> |
getNodeStatuses() |
long |
getProgress() |
ReIndexStage |
getStage() |
Long |
getStartTime() |
boolean |
isAcknowledged() |
public ReIndexJobJson(String id, Long startTime, Long finishTime, Long duration, ReIndexStage stage, boolean acknowledged, long progress, Collection<ReIndexNodeStatusJson> nodeStatuses)
public ReIndexJobJson(ReIndexJob reIndexJob)
public String getId()
public Long getStartTime()
public @Nullable Long getFinishTime()
public @Nullable Long getDuration()
public ReIndexStage getStage()
public boolean isAcknowledged()
public long getProgress()
public Collection<ReIndexNodeStatusJson> getNodeStatuses()
Copyright © 2003–2020 Atlassian. All rights reserved.