org.elasticsearch.action.suggest
Class SuggestRefreshResponse

java.lang.Object
  extended by org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
      extended by org.elasticsearch.action.suggest.SuggestRefreshResponse
All Implemented Interfaces:
org.elasticsearch.action.ActionResponse, org.elasticsearch.common.io.stream.Streamable

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


Constructor Summary
SuggestRefreshResponse()
           
SuggestRefreshResponse(int totalShards, int successfulShards, int failedShards, List<org.elasticsearch.action.ShardOperationFailedException> shardFailures)
           
 
Method Summary
 
Methods inherited from class org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
failedShards, getFailedShards, getShardFailures, getSuccessfulShards, getTotalShards, readFrom, shardFailures, successfulShards, totalShards, writeTo
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuggestRefreshResponse

public SuggestRefreshResponse()

SuggestRefreshResponse

public SuggestRefreshResponse(int totalShards,
                              int successfulShards,
                              int failedShards,
                              List<org.elasticsearch.action.ShardOperationFailedException> shardFailures)


Copyright © 2011-2012. All Rights Reserved.