Class TypesExistsAction
java.lang.Object
org.elasticsearch.action.ActionType<TypesExistsResponse>
org.elasticsearch.action.admin.indices.exists.types.TypesExistsAction
public class TypesExistsAction extends ActionType<TypesExistsResponse>
-
Field Summary
Fields Modifier and Type Field Description static TypesExistsAction
INSTANCE
static java.lang.String
NAME
-
Method Summary
Methods inherited from class org.elasticsearch.action.ActionType
equals, getResponseReader, hashCode, name, transportOptions
-
Field Details
-
INSTANCE
-
NAME
public static final java.lang.String NAME- See Also:
- Constant Field Values
-