Class ResolveIndexAction.ResolvedIndex

java.lang.Object
org.elasticsearch.action.admin.indices.resolve.ResolveIndexAction.ResolvedIndexAbstraction
org.elasticsearch.action.admin.indices.resolve.ResolveIndexAction.ResolvedIndex
All Implemented Interfaces:
Writeable, org.elasticsearch.common.xcontent.ToXContent, org.elasticsearch.common.xcontent.ToXContentObject
Enclosing class:
ResolveIndexAction

public static class ResolveIndexAction.ResolvedIndex extends ResolveIndexAction.ResolvedIndexAbstraction implements Writeable, org.elasticsearch.common.xcontent.ToXContentObject
  • Method Details

    • copy

      public ResolveIndexAction.ResolvedIndex copy(String newName)
    • getAliases

      public String[] getAliases()
    • getAttributes

      public String[] getAttributes()
    • getDataStream

      public String getDataStream()
    • 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.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.common.xcontent.ToXContent
      Throws:
      IOException
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object