public class NodesInfoResponse extends NodesOperationResponse<NodeInfo> implements ToXContent
TransportResponse.EmptyToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsnodesheadersEMPTY_PARAMS| Constructor and Description |
|---|
NodesInfoResponse() |
NodesInfoResponse(ClusterName clusterName,
NodeInfo[] nodes) |
| Modifier and Type | Method and Description |
|---|---|
void |
readFrom(StreamInput in) |
NodesInfoResponse |
settingsFilter(SettingsFilter settingsFilter) |
String |
toString() |
XContentBuilder |
toXContent(XContentBuilder builder,
ToXContent.Params params) |
void |
writeTo(StreamOutput out) |
failures, getAt, getClusterName, getClusterNameAsString, getNodes, getNodesMap, iteratorputHeader, remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putInContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic NodesInfoResponse()
public NodesInfoResponse(ClusterName clusterName, NodeInfo[] nodes)
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class NodesOperationResponse<NodeInfo>IOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class NodesOperationResponse<NodeInfo>IOExceptionpublic NodesInfoResponse settingsFilter(SettingsFilter settingsFilter)
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException
toXContent in interface ToXContentIOExceptionCopyright © 2009–2016. All rights reserved.