@Beta
public class ReindexResult
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ReindexResult.Builder |
Modifier and Type | Method and Description |
---|---|
static ReindexResult.Builder |
create() |
Branches |
getBranches() |
java.time.Duration |
getDuration() |
java.time.Instant |
getEndTime() |
NodeIds |
getReindexNodes() |
RepositoryId |
getRepositoryId() |
java.time.Instant |
getStartTime() |
public static ReindexResult.Builder create()
public java.time.Duration getDuration()
public java.time.Instant getStartTime()
public java.time.Instant getEndTime()
public NodeIds getReindexNodes()
public Branches getBranches()
public RepositoryId getRepositoryId()