Class RecoverySettingsChunkSizePlugin

java.lang.Object
org.elasticsearch.plugins.Plugin
org.elasticsearch.node.RecoverySettingsChunkSizePlugin
All Implemented Interfaces:
java.io.Closeable, java.lang.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 org.elasticsearch.common.settings.Setting<org.elasticsearch.common.unit.ByteSizeValue> CHUNK_SIZE_SETTING
    The chunk size.
  • Constructor Summary

    Constructors
    Constructor Description
    RecoverySettingsChunkSizePlugin()  
  • Method Summary

    Modifier and Type Method Description
    java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()  

    Methods inherited from class org.elasticsearch.plugins.Plugin

    additionalSettings, close, createComponents, createGuiceModules, getAdditionalIndexSettingProviders, getBootstrapChecks, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexTemplateMetadataUpgrader, getNamedWriteables, getNamedXContent, getRoles, 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 java.util.List<org.elasticsearch.common.settings.Setting<?>> getSettings()
      Overrides:
      getSettings in class org.elasticsearch.plugins.Plugin