public class SuggestRefreshResponse
extends org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
| Constructor and Description |
|---|
SuggestRefreshResponse() |
SuggestRefreshResponse(int totalShards,
int successfulShards,
int failedShards,
List<org.elasticsearch.action.ShardOperationFailedException> shardFailures) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShardspublic SuggestRefreshResponse()
public SuggestRefreshResponse(int totalShards,
int successfulShards,
int failedShards,
List<org.elasticsearch.action.ShardOperationFailedException> shardFailures)
public void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponseIOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class org.elasticsearch.action.support.broadcast.BroadcastOperationResponseIOExceptionCopyright © 2011-2014. All Rights Reserved.