public static final class IndexGraveyard.Tombstone extends java.lang.Object implements ToXContentObject, Writeable
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsWriteable.Reader<V>, Writeable.Writer<V>EMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
static IndexGraveyard.Tombstone |
fromXContent(XContentParser parser) |
long |
getDeleteDateInMillis()
The date in milliseconds that the index deletion event occurred, used for logging/debugging.
|
Index |
getIndex()
The deleted index.
|
int |
hashCode() |
java.lang.String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out)
Write this into the StreamOutput.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitisFragmentpublic Index getIndex()
public long getDeleteDateInMillis()
public void writeTo(StreamOutput out) throws java.io.IOException
Writeablepublic boolean equals(java.lang.Object other)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException
toXContent in interface ToXContentjava.io.IOExceptionpublic static IndexGraveyard.Tombstone fromXContent(XContentParser parser) throws java.io.IOException
java.io.IOException