Package org.elasticsearch.client.ml
Class FlushJobResponse
java.lang.Object
org.elasticsearch.client.ml.FlushJobResponse
- All Implemented Interfaces:
ToXContent,ToXContentObject
public class FlushJobResponse extends java.lang.Object implements ToXContentObject
Response object containing flush acknowledgement and additional data
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
ToXContent.DelegatingMapParams, ToXContent.MapParams, ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static ParseFieldFLUSHEDstatic ParseFieldLAST_FINALIZED_BUCKET_ENDstatic ConstructingObjectParser<FlushJobResponse,java.lang.Void>PARSER -
Constructor Summary
Constructors Constructor Description FlushJobResponse(boolean flushed, java.util.Date lastFinalizedBucketEnd) -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)static FlushJobResponsefromXContent(XContentParser parser)java.util.DategetLastFinalizedBucketEnd()Provides the timestamp (in milliseconds-since-the-epoch) of the end of the last bucket that was processed.inthashCode()booleanisFlushed()Was the job successfully flushed or notXContentBuildertoXContent(XContentBuilder builder, ToXContent.Params params)
-
Field Details
-
Constructor Details
-
Method Details
-
fromXContent
- Throws:
java.io.IOException
-
isFlushed
public boolean isFlushed()Was the job successfully flushed or not -
getLastFinalizedBucketEnd
Provides the timestamp (in milliseconds-since-the-epoch) of the end of the last bucket that was processed. -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)- Overrides:
equalsin classjava.lang.Object
-
toXContent
public XContentBuilder toXContent(XContentBuilder builder, ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceToXContent- Throws:
java.io.IOException
-