public class GetSettingsResponse extends ActionResponse
TransportResponse.Emptyheaders| Constructor and Description |
|---|
GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings) |
| Modifier and Type | Method and Description |
|---|---|
ImmutableOpenMap<String,Settings> |
getIndexToSettings() |
String |
getSetting(String index,
String setting) |
void |
readFrom(StreamInput in) |
void |
writeTo(StreamOutput out) |
remoteAddress, remoteAddresscontextSize, copyContextAndHeadersFrom, copyContextFrom, copyHeadersFrom, getContext, getFromContext, getFromContext, getHeader, getHeaders, hasHeader, hasInContext, isContextEmpty, putAllInContext, putHeader, putInContextpublic GetSettingsResponse(ImmutableOpenMap<String,Settings> indexToSettings)
public ImmutableOpenMap<String,Settings> getIndexToSettings()
public void readFrom(StreamInput in) throws IOException
readFrom in interface StreamablereadFrom in class ActionResponseIOExceptionpublic void writeTo(StreamOutput out) throws IOException
writeTo in interface StreamablewriteTo in class ActionResponseIOExceptionCopyright © 2009–2017. All rights reserved.