Class LuceneOperator.Status

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

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

  • Constructor Details

  • 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
    • processedSlices

      public int processedSlices()
    • processedQueries

      public Set<String> processedQueries()
    • processedShards

      public Set<String> processedShards()
    • processNanos

      public long processNanos()
    • sliceIndex

      public int sliceIndex()
    • totalSlices

      public int totalSlices()
    • pagesEmitted

      public int pagesEmitted()
    • sliceMin

      public int sliceMin()
    • sliceMax

      public int sliceMax()
    • current

      public int current()
    • rowsEmitted

      public long rowsEmitted()
    • partitioningStrategies

      public Map<String,LuceneSliceQueue.PartitioningStrategy> partitioningStrategies()
    • documentsFound

      public long documentsFound()
      Description copied from interface: Operator.Status
      The number of documents found by this operator. Most operators don't find documents and will return 0 here.
      Specified by:
      documentsFound in interface Operator.Status
    • 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
    • toXContentFields

      protected void toXContentFields(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      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