de.spinscale.elasticsearch.action.suggest.statistics
Class SuggestStatisticsResponse

java.lang.Object
  extended by org.elasticsearch.transport.TransportResponse
      extended by org.elasticsearch.action.ActionResponse
          extended by org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
              extended by de.spinscale.elasticsearch.action.suggest.statistics.SuggestStatisticsResponse
All Implemented Interfaces:
org.elasticsearch.common.io.stream.Streamable

public class SuggestStatisticsResponse
extends org.elasticsearch.action.support.broadcast.BroadcastOperationResponse


Nested Class Summary
 
Nested classes/interfaces inherited from class org.elasticsearch.transport.TransportResponse
org.elasticsearch.transport.TransportResponse.Empty
 
Constructor Summary
SuggestStatisticsResponse()
           
SuggestStatisticsResponse(int totalShards, int successfulShards, int failedShards, List<ShardSuggestStatisticsResponse> successfulStatistics, List<org.elasticsearch.action.ShardOperationFailedException> shardFailures)
           
 
Method Summary
 FstStats fstStats()
           
 FstStats getFstStats()
           
 void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
           
 void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
           
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShards
 
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
 

Constructor Detail

SuggestStatisticsResponse

public SuggestStatisticsResponse()

SuggestStatisticsResponse

public SuggestStatisticsResponse(int totalShards,
                                 int successfulShards,
                                 int failedShards,
                                 List<ShardSuggestStatisticsResponse> successfulStatistics,
                                 List<org.elasticsearch.action.ShardOperationFailedException> shardFailures)
Method Detail

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.BroadcastOperationResponse
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.BroadcastOperationResponse
Throws:
IOException

fstStats

public FstStats fstStats()

getFstStats

public FstStats getFstStats()


Copyright © 2011-2013. All Rights Reserved.