Interface TaskSettings

All Superinterfaces:
NamedWriteable, ToXContent, ToXContentObject, VersionedNamedWriteable, Writeable
All Known Implementing Classes:
EmptyTaskSettings

public interface TaskSettings extends ToXContentObject, VersionedNamedWriteable
  • Method Details

    • isEmpty

      boolean isEmpty()
    • updatedTaskSettings

      TaskSettings updatedTaskSettings(Map<String,Object> newSettings)
      Update the task settings with the provided settings, combining them as necessary.
      Parameters:
      newSettings - a modifiable map with the new task settings
      Returns:
      the updated task settings