Module org.elasticsearch.compute
Class LuceneOperator.Status
java.lang.Object
org.elasticsearch.compute.lucene.query.LuceneOperator.Status
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,Operator.Status,ToXContent,ToXContentObject
- Enclosing class:
LuceneOperator
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.ParamsNested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
FieldsFields inherited from interface org.elasticsearch.xcontent.ToXContent
EMPTY, EMPTY_PARAMS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongPre-decompression bytes from storage; external-source operators only.intcurrent()longThe number of documents found by this operator.booleaninthashCode()intintlonglongRows emitted; source operators populate, summed for driver / response-root rollup.intintsliceMax()intsliceMin()toString()inttoXContent(XContentBuilder builder, ToXContent.Params params) protected voidtoXContentFields(XContentBuilder builder, ToXContent.Params params) voidwriteTo(StreamOutput out) Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.compute.operator.Operator.Status
readNanos, valuesLoadedMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragmentMethods inherited from interface org.elasticsearch.common.io.stream.VersionedNamedWriteable
supportsVersion
-
Field Details
-
ENTRY
-
QUERY_STRING_TRUNCATION
public static final int QUERY_STRING_TRUNCATION- See Also:
-
-
Constructor Details
-
Status
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Throws:
IOException
-
getWriteableName
- Specified by:
getWriteableNamein interfaceNamedWriteable- Specified by:
getWriteableNamein interfaceVersionedNamedWriteable
-
processedSlices
public int processedSlices() -
processedQueries
-
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()Description copied from interface:Operator.StatusRows emitted; source operators populate, summed for driver / response-root rollup.- Specified by:
rowsEmittedin interfaceOperator.Status
-
bytesRead
public long bytesRead()Description copied from interface:Operator.StatusPre-decompression bytes from storage; external-source operators only.- Specified by:
bytesReadin interfaceOperator.Status
-
partitioningStrategies
-
documentsFound
public long documentsFound()Description copied from interface:Operator.StatusThe number of documents found by this operator. Most operators don't find documents and will return0here.- Specified by:
documentsFoundin interfaceOperator.Status
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceToXContent- Throws:
IOException
-
toXContentFields
protected void toXContentFields(XContentBuilder builder, ToXContent.Params params) throws IOException - Throws:
IOException
-
equals
-
hashCode
public int hashCode() -
toString
-
getMinimalSupportedVersion
- Specified by:
getMinimalSupportedVersionin interfaceVersionedNamedWriteable
-