Module org.elasticsearch.server
Class NodeFindDanglingIndexResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.nodes.BaseNodeResponse
org.elasticsearch.action.admin.indices.dangling.find.NodeFindDanglingIndexResponse
- All Implemented Interfaces:
- Writeable,- RefCounted
Used when querying every node in the cluster for a specific dangling index.
- 
Nested Class SummaryNested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponseTransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.WriteableWriteable.Reader<V>, Writeable.Writer<V>
- 
Constructor SummaryConstructorsModifierConstructorDescriptionNodeFindDanglingIndexResponse(DiscoveryNode node, List<IndexMetadata> danglingIndexInfo) protected
- 
Method SummaryModifier and TypeMethodDescriptionvoidwriteTo(StreamOutput out) Write this into the StreamOutput.Methods inherited from class org.elasticsearch.action.support.nodes.BaseNodeResponsegetNodeMethods inherited from class org.elasticsearch.transport.TransportMessagedecRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRef
- 
Constructor Details- 
NodeFindDanglingIndexResponse
- 
NodeFindDanglingIndexResponse- Throws:
- IOException
 
 
- 
- 
Method Details- 
getDanglingIndexInfo
- 
writeToDescription copied from interface:WriteableWrite this into the StreamOutput.- Specified by:
- writeToin interface- Writeable
- Overrides:
- writeToin class- BaseNodeResponse
- Throws:
- IOException
 
 
-