Class ApplicationReindexing.Status
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.configserver.ApplicationReindexing.Status
-
- Enclosing class:
- ApplicationReindexing
public static class ApplicationReindexing.Status extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Status(java.time.Instant readyAt)Status(java.time.Instant readyAt, java.time.Instant startedAt, java.time.Instant endedAt, ApplicationReindexing.State state, java.lang.String message, java.lang.Double progress)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.time.Instant>endedAt()booleanequals(java.lang.Object o)inthashCode()java.util.Optional<java.lang.String>message()java.util.Optional<java.lang.Double>progress()java.util.Optional<java.time.Instant>readyAt()java.util.Optional<java.time.Instant>startedAt()java.util.Optional<ApplicationReindexing.State>state()java.lang.StringtoString()
-
-
-
Constructor Detail
-
Status
public Status(java.time.Instant readyAt, java.time.Instant startedAt, java.time.Instant endedAt, ApplicationReindexing.State state, java.lang.String message, java.lang.Double progress)
-
Status
public Status(java.time.Instant readyAt)
-
-
Method Detail
-
readyAt
public java.util.Optional<java.time.Instant> readyAt()
-
startedAt
public java.util.Optional<java.time.Instant> startedAt()
-
endedAt
public java.util.Optional<java.time.Instant> endedAt()
-
state
public java.util.Optional<ApplicationReindexing.State> state()
-
message
public java.util.Optional<java.lang.String> message()
-
progress
public java.util.Optional<java.lang.Double> progress()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-