Class AbstractPageMappingToIteratorOperator.Status

java.lang.Object
org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator.Status
All Implemented Interfaces:
NamedWriteable, VersionedNamedWriteable, Writeable, Operator.Status, org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject
Direct Known Subclasses:
ValuesSourceReaderOperatorStatus
Enclosing class:
AbstractPageMappingToIteratorOperator

public static class AbstractPageMappingToIteratorOperator.Status extends Object implements Operator.Status
  • Field Details

  • Constructor Details

    • Status

      public Status(long processNanos, int pagesProcessed, int pagesEmitted, long rowsReceived, long rowsEmitted)
    • Status

      public Status(StreamInput in) throws IOException
      Throws:
      IOException
  • Method Details

    • writeTo

      public void writeTo(StreamOutput out) throws IOException
      Specified by:
      writeTo in interface Writeable
      Throws:
      IOException
    • getWriteableName

      public String getWriteableName()
      Specified by:
      getWriteableName in interface NamedWriteable
      Specified by:
      getWriteableName in interface VersionedNamedWriteable
    • pagesReceived

      public int pagesReceived()
    • pagesEmitted

      public int pagesEmitted()
    • rowsReceived

      public long rowsReceived()
    • rowsEmitted

      public long rowsEmitted()
    • processNanos

      public long processNanos()
    • 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
    • innerToXContent

      protected final org.elasticsearch.xcontent.XContentBuilder innerToXContent(org.elasticsearch.xcontent.XContentBuilder builder) throws IOException
      Render the body of the object for this status. Protected so subclasses can call it to render the "default" body.
      Throws:
      IOException
    • 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
    • getMinimalSupportedVersion

      public TransportVersion getMinimalSupportedVersion()
      Specified by:
      getMinimalSupportedVersion in interface VersionedNamedWriteable