Class PutRepositoryAction
- java.lang.Object
-
- org.elasticsearch.action.ActionType<AcknowledgedResponse>
-
- org.elasticsearch.action.admin.cluster.repositories.put.PutRepositoryAction
-
public class PutRepositoryAction extends ActionType<AcknowledgedResponse>
Register repository action
-
-
Field Summary
Fields Modifier and Type Field Description static PutRepositoryActionINSTANCEstatic StringNAME
-
-
-
Field Detail
-
INSTANCE
public static final PutRepositoryAction INSTANCE
-
NAME
public static final String NAME
- See Also:
- Constant Field Values
-
-