Class ClusterGetSettingsAction.Response

All Implemented Interfaces:
Writeable, RefCounted
Enclosing class:
ClusterGetSettingsAction

public static class ClusterGetSettingsAction.Response extends ActionResponse
Response for cluster settings
  • Constructor Details

  • Method Details

    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      NB prior to 9.0 get-component was a TransportMasterNodeReadAction so for BwC we must remain able to write these responses until we no longer need to support calling this action remotely.
      Throws:
      IOException
    • persistentSettings

      public Settings persistentSettings()
    • transientSettings

      public Settings transientSettings()
    • settings

      public Settings settings()