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

ru.taskurotta.service.gc.GarbageCollectorService Maven / Gradle / Ivy

package ru.taskurotta.service.gc;

import java.util.UUID;

public interface GarbageCollectorService {

    public void collect(UUID processId);

    public int getCurrentSize();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy