Class FieldCapabilitiesIndexResponse

java.lang.Object
All Implemented Interfaces:
Writeable

public class FieldCapabilitiesIndexResponse
extends ActionResponse
implements Writeable
Response for FieldCapabilitiesIndexRequest requests.
  • Method Details

    • getIndexName

      public java.lang.String getIndexName()
      Get the index name
    • get

      public java.util.Map<java.lang.String,​FieldCapabilities> get()
      Get the field capabilities map
    • getField

      public FieldCapabilities getField​(java.lang.String field)
      Get the field capabilities for the provided field
    • writeTo

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

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class java.lang.Object