com.github.ltsopensource.monitor.access.face.JVMGCAccess Maven / Gradle / Ivy
package com.github.ltsopensource.monitor.access.face;
import com.github.ltsopensource.monitor.access.domain.JVMGCDataPo;
import java.util.List;
/**
* @author Robert HG ([email protected]) on 9/28/15.
*/
public interface JVMGCAccess {
void insert(List pos);
}