Class IndicesModuleResponse

java.lang.Object
org.opensearch.core.transport.TransportMessage
org.opensearch.core.transport.TransportResponse
org.opensearch.index.IndicesModuleResponse
All Implemented Interfaces:
org.opensearch.core.common.io.stream.Writeable

public class IndicesModuleResponse extends org.opensearch.core.transport.TransportResponse
Response for onIndexModule extension point
Opensearch.internal:
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.opensearch.core.transport.TransportResponse

    org.opensearch.core.transport.TransportResponse.Empty

    Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable

    org.opensearch.core.common.io.stream.Writeable.Reader<V>, org.opensearch.core.common.io.stream.Writeable.WriteableRegistry, org.opensearch.core.common.io.stream.Writeable.Writer<V>
  • Constructor Summary

    Constructors
    Constructor
    Description
    IndicesModuleResponse(boolean supportsIndexEventListener, boolean addIndexOperationListener, boolean addSearchOperationListener)
     
    IndicesModuleResponse(org.opensearch.core.common.io.stream.StreamInput in)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
     
    boolean
     
    boolean
     
    int
     
     
    void
    writeTo(org.opensearch.core.common.io.stream.StreamOutput out)
     

    Methods inherited from class org.opensearch.core.transport.TransportMessage

    remoteAddress, remoteAddress

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IndicesModuleResponse

      public IndicesModuleResponse(boolean supportsIndexEventListener, boolean addIndexOperationListener, boolean addSearchOperationListener)
    • IndicesModuleResponse

      public IndicesModuleResponse(org.opensearch.core.common.io.stream.StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details

    • writeTo

      public void writeTo(org.opensearch.core.common.io.stream.StreamOutput out) throws IOException
      Throws:
      IOException
    • getIndexEventListener

      public boolean getIndexEventListener()
    • getIndexOperationListener

      public boolean getIndexOperationListener()
    • getSearchOperationListener

      public boolean getSearchOperationListener()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object