Class MemoryEstimation

java.lang.Object
org.elasticsearch.client.ml.dataframe.explain.MemoryEstimation
All Implemented Interfaces:
org.elasticsearch.xcontent.ToXContent, org.elasticsearch.xcontent.ToXContentObject

public class MemoryEstimation extends Object implements org.elasticsearch.xcontent.ToXContentObject
  • Field Details

    • EXPECTED_MEMORY_WITHOUT_DISK

      public static final org.elasticsearch.xcontent.ParseField EXPECTED_MEMORY_WITHOUT_DISK
    • EXPECTED_MEMORY_WITH_DISK

      public static final org.elasticsearch.xcontent.ParseField EXPECTED_MEMORY_WITH_DISK
    • PARSER

      public static final org.elasticsearch.xcontent.ConstructingObjectParser<MemoryEstimation,Void> PARSER
  • Constructor Details

    • MemoryEstimation

      public MemoryEstimation(@Nullable ByteSizeValue expectedMemoryWithoutDisk, @Nullable ByteSizeValue expectedMemoryWithDisk)
  • Method Details

    • getExpectedMemoryWithoutDisk

      public ByteSizeValue getExpectedMemoryWithoutDisk()
    • getExpectedMemoryWithDisk

      public ByteSizeValue getExpectedMemoryWithDisk()
    • toXContent

      public org.elasticsearch.xcontent.XContentBuilder toXContent(org.elasticsearch.xcontent.XContentBuilder builder, org.elasticsearch.xcontent.ToXContent.Params params) throws IOException
      Specified by:
      toXContent in interface org.elasticsearch.xcontent.ToXContent
      Throws:
      IOException
    • equals

      public boolean equals(Object other)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object