@Deprecated public class IndicesStatusResponse extends BroadcastOperationResponse implements ToXContent
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params| Modifier and Type | Field and Description |
|---|---|
protected ShardStatus[] |
shards
Deprecated.
|
headersEMPTY_PARAMS| Modifier and Type | Method and Description |
|---|---|
ShardStatus |
getAt(int position)
Deprecated.
|
IndexStatus |
getIndex(String index)
Deprecated.
|
Map<String,IndexStatus> |
getIndices()
Deprecated.
|
ShardStatus[] |
getShards()
Deprecated.
|
void |
readFrom(StreamInput in)
Deprecated.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params)
Deprecated.
|
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params,
SettingsFilter settingsFilter)
Deprecated.
|
void |
writeTo(StreamOutput out)
Deprecated.
|
getFailedShards, getShardFailures, getSuccessfulShards, getTotalShardsputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextprotected ShardStatus[] shards
public ShardStatus[] getShards()
public ShardStatus getAt(int position)
public IndexStatus getIndex(String index)
public Map<String,IndexStatus> getIndices()
public void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class BroadcastOperationResponseIOExceptionpublic void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class BroadcastOperationResponseIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionpublic XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params, @Nullable SettingsFilter settingsFilter) throws IOException
IOExceptionCopyright © 2009–2016. All rights reserved.