Class GetDataStreamAction.Response.DataStreamInfo

java.lang.Object
org.elasticsearch.action.datastreams.GetDataStreamAction.Response.DataStreamInfo
All Implemented Interfaces:
Diffable<GetDataStreamAction.Response.DataStreamInfo>, SimpleDiffable<GetDataStreamAction.Response.DataStreamInfo>, Writeable, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Enclosing class:
GetDataStreamAction.Response

public static class GetDataStreamAction.Response.DataStreamInfo extends Object implements SimpleDiffable<GetDataStreamAction.Response.DataStreamInfo>, org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • STATUS_FIELD

      public static final org.elasticsearch.xcontent.ParseField STATUS_FIELD
    • INDEX_TEMPLATE_FIELD

      public static final org.elasticsearch.xcontent.ParseField INDEX_TEMPLATE_FIELD
    • ILM_POLICY_FIELD

      public static final org.elasticsearch.xcontent.ParseField ILM_POLICY_FIELD
    • HIDDEN_FIELD

      public static final org.elasticsearch.xcontent.ParseField HIDDEN_FIELD
    • SYSTEM_FIELD

      public static final org.elasticsearch.xcontent.ParseField SYSTEM_FIELD
    • ALLOW_CUSTOM_ROUTING

      public static final org.elasticsearch.xcontent.ParseField ALLOW_CUSTOM_ROUTING
    • REPLICATED

      public static final org.elasticsearch.xcontent.ParseField REPLICATED
  • Constructor Details

  • Method Details

    • getDataStream

      public DataStream getDataStream()
    • getDataStreamStatus

      public ClusterHealthStatus getDataStreamStatus()
    • getIndexTemplate

      @Nullable public String getIndexTemplate()
    • getIlmPolicy

      @Nullable public String getIlmPolicy()
    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Description copied from interface: Writeable
      Write this into the StreamOutput.
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object