Class RecoverySettingsChunkSizePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.node.RecoverySettingsChunkSizePlugin
All Implemented Interfaces:
Closeable, AutoCloseable

public class RecoverySettingsChunkSizePlugin extends org.elasticsearch.plugins.Plugin
Marker plugin that will trigger MockNode making CHUNK_SIZE_SETTING dynamic.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.ByteSizeValue>
    The chunk size.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.elasticsearch.common.settings.Setting<?>>
     

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getSettingsFilter, getSettingUpgraders, onIndexModule

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • CHUNK_SIZE_SETTING

      public static final org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.ByteSizeValue> CHUNK_SIZE_SETTING
      The chunk size. Only exposed by tests.
  • Constructor Details

    • RecoverySettingsChunkSizePlugin

      public RecoverySettingsChunkSizePlugin()
  • Method Details

    • getSettings

      public List<org.elasticsearch.common.settings.Setting<?>> getSettings()
      Overrides:
      getSettings in class org.elasticsearch.plugins.Plugin