de.spinscale.elasticsearch.action.suggest.statistics
Class ShardSuggestStatisticsResponse
java.lang.Object
org.elasticsearch.transport.TransportResponse
org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
de.spinscale.elasticsearch.action.suggest.statistics.ShardSuggestStatisticsResponse
- All Implemented Interfaces:
- org.elasticsearch.common.io.stream.Streamable
public class ShardSuggestStatisticsResponse
- extends org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
| Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse |
org.elasticsearch.transport.TransportResponse.Empty |
| Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse |
getIndex, getShardId |
| Methods inherited from class org.elasticsearch.transport.TransportResponse |
getHeader, getHeaders, putHeader |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShardSuggestStatisticsResponse
public ShardSuggestStatisticsResponse()
ShardSuggestStatisticsResponse
public ShardSuggestStatisticsResponse(org.elasticsearch.index.shard.ShardId shardId)
readFrom
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws IOException
- Specified by:
readFrom in interface org.elasticsearch.common.io.stream.Streamable- Overrides:
readFrom in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
- Throws:
IOException
writeTo
public void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws IOException
- Specified by:
writeTo in interface org.elasticsearch.common.io.stream.Streamable- Overrides:
writeTo in class org.elasticsearch.action.support.broadcast.BroadcastShardOperationResponse
- Throws:
IOException
getFstIndexShardStats
public List<FstStats.FstIndexShardStats> getFstIndexShardStats()
Copyright © 2011-2013. All Rights Reserved.