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

org.gridkit.jvmtool.heapdump.io.PagePoolFactory Maven / Gradle / Ivy

There is a newer version: 0.16
Show newest version
package org.gridkit.jvmtool.heapdump.io;

public interface PagePoolFactory {

    public PagePool createPagePool(int pageSize);
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy