Module org.elasticsearch.compute
Package org.elasticsearch.compute.lucene
Class TimeSeriesSourceOperator.Status
java.lang.Object
org.elasticsearch.compute.lucene.LuceneOperator.Status
org.elasticsearch.compute.lucene.TimeSeriesSourceOperator.Status
- All Implemented Interfaces:
NamedWriteable,VersionedNamedWriteable,Writeable,Operator.Status,org.elasticsearch.xcontent.ToXContent,org.elasticsearch.xcontent.ToXContentObject
- Enclosing class:
TimeSeriesSourceOperator
-
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 -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleansupportsVersion(TransportVersion version) protected voidtoXContentFields(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) longlongThe number of values loaded by this operator.voidwriteTo(StreamOutput out) Methods inherited from class org.elasticsearch.compute.lucene.LuceneOperator.Status
current, documentsFound, getMinimalSupportedVersion, pagesEmitted, partitioningStrategies, processedQueries, processedShards, processedSlices, processNanos, rowsEmitted, sliceIndex, sliceMax, sliceMin, toString, totalSlices, toXContentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.xcontent.ToXContentObject
isFragment
-
Field Details
-
ENTRY
-
-
Method Details
-
writeTo
- Specified by:
writeToin interfaceWriteable- Overrides:
writeToin classLuceneOperator.Status- Throws:
IOException
-
toXContentFields
protected void toXContentFields(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException - Overrides:
toXContentFieldsin classLuceneOperator.Status- Throws:
IOException
-
tsidLoaded
public long tsidLoaded() -
getWriteableName
- Specified by:
getWriteableNamein interfaceNamedWriteable- Specified by:
getWriteableNamein interfaceVersionedNamedWriteable- Overrides:
getWriteableNamein classLuceneOperator.Status
-
supportsVersion
-
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. -
equals
- Overrides:
equalsin classLuceneOperator.Status
-
hashCode
public int hashCode()- Overrides:
hashCodein classLuceneOperator.Status
-