Streamable, ToXContent, ToXContentFragmentpublic static class RecoveryState.VerifyIndex extends RecoveryState.Timer implements ToXContentFragment, Streamable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsstartNanoTime, startTime, stopTime, timeEMPTY_PARAMS| Constructor | Description |
|---|---|
VerifyIndex() |
| Modifier and Type | Method | Description |
|---|---|---|
long |
checkIndexTime() |
|
void |
checkIndexTime(long checkIndexTime) |
|
void |
readFrom(StreamInput in) |
Set this object's fields from a StreamInput.
|
void |
reset() |
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
|
void |
writeTo(StreamOutput out) |
Write this object's fields to a StreamOutput.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstart, startTime, stop, stopTime, timeisFragmentpublic void reset()
reset in class RecoveryState.Timerpublic long checkIndexTime()
public void checkIndexTime(long checkIndexTime)
public void readFrom(StreamInput in) throws java.io.IOException
StreamablereadFrom in interface StreamablereadFrom in class RecoveryState.Timerjava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface StreamablewriteTo in class RecoveryState.Timerjava.io.IOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOException