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

scouterx.webapp.model.HeapHistogramData Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouterx.webapp.model;

import lombok.Getter;
import lombok.Setter;
import lombok.ToString;

/**
 * @author Created by David Kim ([email protected]) on 2019. 5. 25.
 *
 * Github : https://github.com/david100gom
 */
@Getter
@Setter
@ToString
public class HeapHistogramData {

    public int no;
    public int count;
    public long size;
    public String name;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy