Package com.enonic.xp.index
Class ReindexResult
- java.lang.Object
-
- com.enonic.xp.index.ReindexResult
-
@Beta public class ReindexResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ReindexResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReindexResult.Builder
create()
Branches
getBranches()
java.time.Duration
getDuration()
java.time.Instant
getEndTime()
NodeIds
getReindexNodes()
RepositoryId
getRepositoryId()
java.time.Instant
getStartTime()
-
-
-
Method Detail
-
create
public static ReindexResult.Builder create()
-
getDuration
public java.time.Duration getDuration()
-
getStartTime
public java.time.Instant getStartTime()
-
getEndTime
public java.time.Instant getEndTime()
-
getReindexNodes
public NodeIds getReindexNodes()
-
getBranches
public Branches getBranches()
-
getRepositoryId
public RepositoryId getRepositoryId()
-
-