Class DanglingIndexInfo
java.lang.Object
org.elasticsearch.action.admin.indices.dangling.DanglingIndexInfo
- All Implemented Interfaces:
Writeable
Contains information about a dangling index, i.e. an index that Elasticsearch has found
on-disk but is not present in the cluster state.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V>
-
Constructor Summary
ConstructorDescriptionDanglingIndexInfo(String nodeId, String indexName, String indexUUID, long creationDateMillis)
-
Method Summary
Modifier and TypeMethodDescriptionlong
void
writeTo(StreamOutput out)
Write this into the StreamOutput.
-
Constructor Details
-
DanglingIndexInfo
-
DanglingIndexInfo
- Throws:
IOException
-
-
Method Details
-
getIndexName
-
getIndexUUID
-
getNodeId
-
getCreationDateMillis
public long getCreationDateMillis() -
writeTo
Description copied from interface:Writeable
Write this into the StreamOutput.- Specified by:
writeTo
in interfaceWriteable
- Throws:
IOException
-