@Deprecated public class IndicesStatusResponse extends BroadcastOperationResponse implements ToXContent
TransportResponse.Empty
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params
Modifier and Type | Field and Description |
---|---|
protected ShardStatus[] |
shards
Deprecated.
|
EMPTY_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, getTotalShards
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
protected 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 Streamable
writeTo
in class BroadcastOperationResponse
IOException
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class BroadcastOperationResponse
IOException
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent
in interface ToXContent
IOException
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params, @Nullable SettingsFilter settingsFilter) throws IOException
IOException
Copyright © 2009–2015. All rights reserved.