All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.graylog2.system.stats.mongo.AutoValue_DatabaseStats_ExtentFreeList Maven / Gradle / Ivy

There is a newer version: 6.0.1
Show newest version
package org.graylog2.system.stats.mongo;

import com.fasterxml.jackson.annotation.JsonIgnore;

final class AutoValue_DatabaseStats_ExtentFreeList extends $AutoValue_DatabaseStats_ExtentFreeList {
  AutoValue_DatabaseStats_ExtentFreeList(int num, int totalSize) {
    super(num, totalSize);
  }

  @JsonIgnore
  public final int getNum() {
    return num();
  }

  @JsonIgnore
  public final int getTotalSize() {
    return totalSize();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy