Class BroadcastShardResponse
java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.broadcast.BroadcastShardResponse
- All Implemented Interfaces:
Writeable
- Direct Known Subclasses:
ShardUpgradeStatus,SnapshotIndexShardStatus
public abstract class BroadcastShardResponse extends TransportResponse
-
Nested Class Summary
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
TransportResponse.EmptyNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Constructor Summary
Constructors Modifier Constructor Description protectedBroadcastShardResponse(StreamInput in)protectedBroadcastShardResponse(ShardId shardId) -
Method Summary
Modifier and Type Method Description java.lang.StringgetIndex()ShardIdgetShardId()voidwriteTo(StreamOutput out)Write this into the StreamOutput.Methods inherited from class org.elasticsearch.transport.TransportMessage
remoteAddress, remoteAddress
-
Constructor Details
-
BroadcastShardResponse
- Throws:
java.io.IOException
-
BroadcastShardResponse
-
-
Method Details
-
getIndex
public java.lang.String getIndex() -
getShardId
-
writeTo
Description copied from interface:WriteableWrite this into the StreamOutput.- Throws:
java.io.IOException
-