Module org.elasticsearch.compute
Class ValuesSourceReaderOperatorStatus
java.lang.Object
org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator.Status
org.elasticsearch.compute.lucene.read.ValuesSourceReaderOperatorStatus
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,Operator.Status,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.xcontent.ToXContent
org.elasticsearch.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.xcontent.ToXContent.MapParams, org.elasticsearch.xcontent.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
ConstructorsConstructorDescriptionValuesSourceReaderOperatorStatus(Map<String, Integer> readersBuilt, long processNanos, int pagesReceived, int pagesEmitted, long rowsReceived, long rowsEmitted, long valuesLoaded) -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()toString()org.elasticsearch.xcontent.XContentBuildertoXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) longThe number of values loaded by this operator.voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.compute.operator.AbstractPageMappingToIteratorOperator.Status
getMinimalSupportedVersion, innerToXContent, pagesEmitted, pagesReceived, processNanos, rowsEmitted, rowsReceivedMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.compute.operator.Operator.Status
documentsFoundMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
ENTRY
-
-
Constructor Details
-
ValuesSourceReaderOperatorStatus
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classAbstractPageMappingToIteratorOperator.Status- Throws:
IOException
-
getWriteableName
- Specified by:
getWriteableNamein interfaceNamedWriteable- Specified by:
getWriteableNamein interfaceVersionedNamedWriteable- Overrides:
getWriteableNamein classAbstractPageMappingToIteratorOperator.Status
-
readersBuilt
-
valuesLoaded
public long valuesLoaded()Description copied from interface:Operator.StatusThe number of values loaded by this operator. Most operators don't load values and will return0here. -
toXContent
public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Specified by:
toXContentin interfaceorg.elasticsearch.xcontent.ToXContent- Overrides:
toXContentin classAbstractPageMappingToIteratorOperator.Status- Throws:
IOException
-
equals
- Overrides:
equalsin classAbstractPageMappingToIteratorOperator.Status
-
hashCode
public int hashCode()- Overrides:
hashCodein classAbstractPageMappingToIteratorOperator.Status
-
toString
- Overrides:
toStringin classAbstractPageMappingToIteratorOperator.Status
-