public class FieldStatsResponse extends BroadcastOperationResponse
TransportResponse.Empty headers| Constructor and Description |
|---|
FieldStatsResponse()
|
FieldStatsResponse(int totalShards, int successfulShards, int failedShards, List
|
| Modifier and Type | Method and Description |
|---|---|
Map |
getAllFieldStats()
|
Map |
getIndicesMergedFieldStats()
|
void |
readFrom(StreamInput
|
void |
writeTo(StreamOutput
|
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShardsputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextpublic FieldStatsResponse()
public FieldStatsResponse(int totalShards,
int successfulShards,
int failedShards,
List<ShardOperationFailedException> shardFailures,
Map<String,Map<String,FieldStats>> indicesMergedFieldStats) @Nullable public Map<String ,FieldStats > getAllFieldStats()
public Map<String ,Map <String ,FieldStats >> getIndicesMergedFieldStats()
public void readFrom(StreamInputin) throws IOException
readFrom in interface
Streamable
readFrom in class
BroadcastOperationResponse
IOException
public void writeTo(StreamOutputout) throws IOException
writeTo in interface
Streamable
writeTo in class
BroadcastOperationResponse
IOException