public class SuggestStatisticsResponse
extends org.elasticsearch.action.support.broadcast.BroadcastOperationResponse
| Constructor and Description |
|---|
SuggestStatisticsResponse() |
SuggestStatisticsResponse(int totalShards,
int successfulShards,
int failedShards,
List<ShardSuggestStatisticsResponse> successfulStatistics,
List<org.elasticsearch.action.ShardOperationFailedException> shardFailures) |
| Modifier and Type | Method and Description |
|---|---|
FstStats |
fstStats() |
FstStats |
getFstStats() |
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in) |
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out) |
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShardspublic SuggestStatisticsResponse()
public SuggestStatisticsResponse(int totalShards,
int successfulShards,
int failedShards,
List<ShardSuggestStatisticsResponse> successfulStatistics,
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.BroadcastOperationResponseIOExceptionpublic FstStats fstStats()
public FstStats getFstStats()
Copyright © 2011-2014. All Rights Reserved.