Class ModelSizeStats
java.lang.Object
org.elasticsearch.client.ml.job.process.ModelSizeStats
- All Implemented Interfaces:
org.elasticsearch.common.xcontent.ToXContent,org.elasticsearch.common.xcontent.ToXContentObject
public class ModelSizeStats
extends java.lang.Object
implements org.elasticsearch.common.xcontent.ToXContentObject
Provide access to the C++ model size stats for the Java process.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classModelSizeStats.AssignmentMemoryBasisWhere will we get the memory requirement from when assigning this job to a node? There are three possibilities: 1.static classModelSizeStats.Builderstatic classModelSizeStats.CategorizationStatusThe status of categorization for a job.static classModelSizeStats.MemoryStatusThe status of the memory monitored by the ResourceMonitor.Nested classes/interfaces inherited from interface org.elasticsearch.common.xcontent.ToXContent
org.elasticsearch.common.xcontent.ToXContent.DelegatingMapParams, org.elasticsearch.common.xcontent.ToXContent.MapParams, org.elasticsearch.common.xcontent.ToXContent.Params -
Field Summary
Fields Modifier and Type Field Description static org.elasticsearch.common.ParseFieldASSIGNMENT_MEMORY_BASIS_FIELDstatic org.elasticsearch.common.ParseFieldBUCKET_ALLOCATION_FAILURES_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldCATEGORIZATION_STATUS_FIELDstatic org.elasticsearch.common.ParseFieldCATEGORIZED_DOC_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldDEAD_CATEGORY_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldFAILED_CATEGORY_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldFREQUENT_CATEGORY_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldLOG_TIME_FIELDstatic org.elasticsearch.common.ParseFieldMEMORY_STATUS_FIELDstatic org.elasticsearch.common.ParseFieldMODEL_BYTES_EXCEEDED_FIELDstatic org.elasticsearch.common.ParseFieldMODEL_BYTES_FIELDField Namesstatic org.elasticsearch.common.ParseFieldMODEL_BYTES_MEMORY_LIMIT_FIELDstatic org.elasticsearch.common.xcontent.ConstructingObjectParser<ModelSizeStats.Builder,java.lang.Void>PARSERstatic org.elasticsearch.common.ParseFieldPEAK_MODEL_BYTES_FIELDstatic org.elasticsearch.common.ParseFieldRARE_CATEGORY_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldRESULT_TYPE_FIELDstatic java.lang.StringRESULT_TYPE_VALUEResult typestatic org.elasticsearch.common.ParseFieldTIMESTAMP_FIELDstatic org.elasticsearch.common.ParseFieldTOTAL_BY_FIELD_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldTOTAL_CATEGORY_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldTOTAL_OVER_FIELD_COUNT_FIELDstatic org.elasticsearch.common.ParseFieldTOTAL_PARTITION_FIELD_COUNT_FIELDFields inherited from interface org.elasticsearch.common.xcontent.ToXContent
EMPTY_PARAMS -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object other)Compare all the fields.ModelSizeStats.AssignmentMemoryBasisgetAssignmentMemoryBasis()longgetBucketAllocationFailuresCount()ModelSizeStats.CategorizationStatusgetCategorizationStatus()longgetCategorizedDocCount()longgetDeadCategoryCount()longgetFailedCategoryCount()longgetFrequentCategoryCount()java.lang.StringgetJobId()java.util.DategetLogTime()The wall clock time at the point when this instance was created.ModelSizeStats.MemoryStatusgetMemoryStatus()longgetModelBytes()java.lang.LonggetModelBytesExceeded()java.lang.LonggetModelBytesMemoryLimit()java.lang.LonggetPeakModelBytes()longgetRareCategoryCount()java.util.DategetTimestamp()The timestamp of the last processed record when this instance was created.longgetTotalByFieldCount()longgetTotalCategoryCount()longgetTotalOverFieldCount()longgetTotalPartitionFieldCount()inthashCode()org.elasticsearch.common.xcontent.XContentBuildertoXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params)Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.common.xcontent.ToXContentObject
isFragment
-
Field Details
-
RESULT_TYPE_VALUE
public static final java.lang.String RESULT_TYPE_VALUEResult type- See Also:
- Constant Field Values
-
RESULT_TYPE_FIELD
public static final org.elasticsearch.common.ParseField RESULT_TYPE_FIELD -
MODEL_BYTES_FIELD
public static final org.elasticsearch.common.ParseField MODEL_BYTES_FIELDField Names -
PEAK_MODEL_BYTES_FIELD
public static final org.elasticsearch.common.ParseField PEAK_MODEL_BYTES_FIELD -
MODEL_BYTES_EXCEEDED_FIELD
public static final org.elasticsearch.common.ParseField MODEL_BYTES_EXCEEDED_FIELD -
MODEL_BYTES_MEMORY_LIMIT_FIELD
public static final org.elasticsearch.common.ParseField MODEL_BYTES_MEMORY_LIMIT_FIELD -
TOTAL_BY_FIELD_COUNT_FIELD
public static final org.elasticsearch.common.ParseField TOTAL_BY_FIELD_COUNT_FIELD -
TOTAL_OVER_FIELD_COUNT_FIELD
public static final org.elasticsearch.common.ParseField TOTAL_OVER_FIELD_COUNT_FIELD -
TOTAL_PARTITION_FIELD_COUNT_FIELD
public static final org.elasticsearch.common.ParseField TOTAL_PARTITION_FIELD_COUNT_FIELD -
BUCKET_ALLOCATION_FAILURES_COUNT_FIELD
public static final org.elasticsearch.common.ParseField BUCKET_ALLOCATION_FAILURES_COUNT_FIELD -
MEMORY_STATUS_FIELD
public static final org.elasticsearch.common.ParseField MEMORY_STATUS_FIELD -
ASSIGNMENT_MEMORY_BASIS_FIELD
public static final org.elasticsearch.common.ParseField ASSIGNMENT_MEMORY_BASIS_FIELD -
CATEGORIZED_DOC_COUNT_FIELD
public static final org.elasticsearch.common.ParseField CATEGORIZED_DOC_COUNT_FIELD -
TOTAL_CATEGORY_COUNT_FIELD
public static final org.elasticsearch.common.ParseField TOTAL_CATEGORY_COUNT_FIELD -
FREQUENT_CATEGORY_COUNT_FIELD
public static final org.elasticsearch.common.ParseField FREQUENT_CATEGORY_COUNT_FIELD -
RARE_CATEGORY_COUNT_FIELD
public static final org.elasticsearch.common.ParseField RARE_CATEGORY_COUNT_FIELD -
DEAD_CATEGORY_COUNT_FIELD
public static final org.elasticsearch.common.ParseField DEAD_CATEGORY_COUNT_FIELD -
FAILED_CATEGORY_COUNT_FIELD
public static final org.elasticsearch.common.ParseField FAILED_CATEGORY_COUNT_FIELD -
CATEGORIZATION_STATUS_FIELD
public static final org.elasticsearch.common.ParseField CATEGORIZATION_STATUS_FIELD -
LOG_TIME_FIELD
public static final org.elasticsearch.common.ParseField LOG_TIME_FIELD -
TIMESTAMP_FIELD
public static final org.elasticsearch.common.ParseField TIMESTAMP_FIELD -
PARSER
public static final org.elasticsearch.common.xcontent.ConstructingObjectParser<ModelSizeStats.Builder,java.lang.Void> PARSER
-
-
Method Details
-
toXContent
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder, org.elasticsearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- Specified by:
toXContentin interfaceorg.elasticsearch.common.xcontent.ToXContent- Throws:
java.io.IOException
-
getJobId
public java.lang.String getJobId() -
getModelBytes
public long getModelBytes() -
getPeakModelBytes
public java.lang.Long getPeakModelBytes() -
getModelBytesExceeded
public java.lang.Long getModelBytesExceeded() -
getModelBytesMemoryLimit
public java.lang.Long getModelBytesMemoryLimit() -
getTotalByFieldCount
public long getTotalByFieldCount() -
getTotalPartitionFieldCount
public long getTotalPartitionFieldCount() -
getTotalOverFieldCount
public long getTotalOverFieldCount() -
getBucketAllocationFailuresCount
public long getBucketAllocationFailuresCount() -
getMemoryStatus
-
getAssignmentMemoryBasis
-
getCategorizedDocCount
public long getCategorizedDocCount() -
getTotalCategoryCount
public long getTotalCategoryCount() -
getFrequentCategoryCount
public long getFrequentCategoryCount() -
getRareCategoryCount
public long getRareCategoryCount() -
getDeadCategoryCount
public long getDeadCategoryCount() -
getFailedCategoryCount
public long getFailedCategoryCount() -
getCategorizationStatus
-
getTimestamp
public java.util.Date getTimestamp()The timestamp of the last processed record when this instance was created.- Returns:
- The record time
-
getLogTime
public java.util.Date getLogTime()The wall clock time at the point when this instance was created.- Returns:
- The wall clock time
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object other)Compare all the fields.- Overrides:
equalsin classjava.lang.Object
-