Class CloseJobAction.Request

All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted, TaskAwareRequest, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
CloseJobAction

public static class CloseJobAction.Request extends BaseTasksRequest<CloseJobAction.Request> implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • TIMEOUT

      public static final org.elasticsearch.xcontent.ParseField TIMEOUT
    • FORCE

      public static final org.elasticsearch.xcontent.ParseField FORCE
    • ALLOW_NO_MATCH

      public static final org.elasticsearch.xcontent.ParseField ALLOW_NO_MATCH
    • ALLOW_NO_MATCH_V7

      public static final org.elasticsearch.xcontent.ParseField ALLOW_NO_MATCH_V7
    • PARSER

      public static final org.elasticsearch.xcontent.ObjectParser<CloseJobAction.Request,Void> PARSER
  • Constructor Details

  • Method Details