Class LookupFromIndexService.LookupResponse

java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
org.elasticsearch.xpack.esql.enrich.LookupFromIndexService.LookupResponse
All Implemented Interfaces:
Writeable, org.elasticsearch.core.RefCounted
Enclosing class:
LookupFromIndexService

protected static class LookupFromIndexService.LookupResponse extends TransportResponse
  • Field Details

    • blockFactory

      protected final BlockFactory blockFactory
    • reservedBytes

      protected long reservedBytes
  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Throws:
      IOException
    • takePages

      protected List<Page> takePages()
    • innerRelease

      protected void innerRelease()
    • equals

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

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

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

      public void incRef()
      Specified by:
      incRef in interface org.elasticsearch.core.RefCounted
      Overrides:
      incRef in class TransportMessage
    • tryIncRef

      public boolean tryIncRef()
      Specified by:
      tryIncRef in interface org.elasticsearch.core.RefCounted
      Overrides:
      tryIncRef in class TransportMessage
    • decRef

      public boolean decRef()
      Specified by:
      decRef in interface org.elasticsearch.core.RefCounted
      Overrides:
      decRef in class TransportMessage
    • hasReferences

      public boolean hasReferences()
      Specified by:
      hasReferences in interface org.elasticsearch.core.RefCounted
      Overrides:
      hasReferences in class TransportMessage