Class NoopSearchAction
- java.lang.Object
-
- org.opensearch.action.ActionType<SearchResponse>
-
- org.opensearch.plugin.noop.action.search.NoopSearchAction
-
public class NoopSearchAction extends ActionType<SearchResponse>
-
-
Field Summary
Fields Modifier and Type Field Description static NoopSearchActionINSTANCEstatic java.lang.StringNAME
-
Method Summary
-
Methods inherited from class org.opensearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
-
-
-
-
Field Detail
-
INSTANCE
public static final NoopSearchAction INSTANCE
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-