Class GetFieldMappingsAction
- java.lang.Object
-
- org.elasticsearch.action.Action<GetFieldMappingsResponse>
-
- org.elasticsearch.action.admin.indices.mapping.get.GetFieldMappingsAction
-
public class GetFieldMappingsAction extends Action<GetFieldMappingsResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static GetFieldMappingsActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
Modifier and Type Method Description Writeable.Reader<GetFieldMappingsResponse>getResponseReader()Get a reader that can create a new instance of the class from aStreamInputGetFieldMappingsResponsenewResponse()Creates a new response instance.-
Methods inherited from class org.elasticsearch.action.Action
equals, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final GetFieldMappingsAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
newResponse
public GetFieldMappingsResponse newResponse()
Description copied from class:ActionCreates a new response instance.- Specified by:
newResponsein classAction<GetFieldMappingsResponse>
-
getResponseReader
public Writeable.Reader<GetFieldMappingsResponse> getResponseReader()
Description copied from class:ActionGet a reader that can create a new instance of the class from aStreamInput- Overrides:
getResponseReaderin classAction<GetFieldMappingsResponse>
-
-