Class UpdateScript

org.elasticsearch.script.UpdateScript

public abstract class UpdateScript extends
An update script.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static interface 
     
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    The context used to compile UpdateScript factories.
    static []
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    <,​> params, <,​> ctx)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    abstract void
     
    <,​>
    Return the update context for this script.
    <,​>
    Return the parameters for this script.

    Methods inherited from class java.lang.

    , , , , , , , , , ,
  • Field Details

  • Constructor Details

    • UpdateScript

      public UpdateScript(<,​> params, <,​> ctx)
  • Method Details

    • getParams

      public <,​> getParams()
      Return the parameters for this script.
    • getCtx

      public <,​> getCtx()
      Return the update context for this script.
    • execute

      public abstract void execute()