public class GetIndexResponse extends ActionResponse
TransportResponse.Empty
getHeader, getHeaders, hasHeader, putHeader, remoteAddress, remoteAddress
contextSize, copyContextFrom, getContext, getFromContext, getFromContext, hasInContext, isContextEmpty, putAllInContext, putInContext
public String[] indices()
public String[] getIndices()
public ImmutableOpenMap<String,com.google.common.collect.ImmutableList<IndexWarmersMetaData.Entry>> warmers()
public ImmutableOpenMap<String,com.google.common.collect.ImmutableList<IndexWarmersMetaData.Entry>> getWarmers()
public ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> mappings()
public ImmutableOpenMap<String,ImmutableOpenMap<String,MappingMetaData>> getMappings()
public ImmutableOpenMap<String,com.google.common.collect.ImmutableList<AliasMetaData>> aliases()
public ImmutableOpenMap<String,com.google.common.collect.ImmutableList<AliasMetaData>> getAliases()
public ImmutableOpenMap<String,Settings> settings()
public ImmutableOpenMap<String,Settings> getSettings()
public void readFrom(StreamInput in) throws IOException
readFrom
in interface Streamable
readFrom
in class ActionResponse
IOException
public void writeTo(StreamOutput out) throws IOException
writeTo
in interface Streamable
writeTo
in class ActionResponse
IOException
public static GetIndexResponse convertResponses(GetAliasesResponse aliasesResponse, GetMappingsResponse mappingsResponse, GetSettingsResponse settingsResponse, GetWarmersResponse warmersResponse)
Copyright © 2009–2015. All rights reserved.